body	{
	margin : 0 0 0 0;
	background : white;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : black;
	font-size : x-small;
}
p 
{
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
}

.topbar {
	background: #8c004a;
	padding: 0;
}

.headingtitle {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : large;
	font-style: italic;
	color : white;
}

.headingtitlewh {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : large;
	font-style: italic;
	color : #6a0038;
}

.footer {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	font-weight : normal;
	color : #d29cb9;
	background : #8c004a;
	padding : 4px 4px 4px 4px;
}
	.footer a		{
		color : white;
		text-decoration : none;
	}
	.footer a:hover	{
		color : #e9d1b9;
		text-decoration : none;
	}

.sectiontitle {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : bold;
	color : maroon;
	padding-left : 5px;
	padding-top : 10px;
	padding-bottom : 10px;
}

.label {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : normal;
	color : #6a0038;
}

.field {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : normal;
	color : black;
}

.gridheader {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : normal;
	color : #ffffff;
	background : #ff9600;
	text-decoration : none;
	padding-left : 5px;
	padding-right : 5px;
	height: 15px;
}
	.gridheader a		{
		color : white;
		text-decoration : none;
		padding-left : 5px;
		padding-right : 5px;
	}
	.gridheader a:hover		{
		color : #e5c7d7;
		text-decoration : none;
		padding-left : 5px;
		padding-right : 5px;
	}

.gridheaderxx {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	font-weight : normal;
	color : #ffffff;
	background : #ff9600;
	text-decoration : none;
	padding-left : 5px;
	padding-right : 5px;
}
	.gridheaderxx a		{
		color : white;
		text-decoration : none;
		padding-left : 5px;
		padding-right : 5px;
	}
	.gridheaderxx a:hover		{
		color : #e5c7d7;
		text-decoration : none;
		padding-left : 5px;
		padding-right : 5px;
	}

.griddata {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : normal;
	color : black;
	background : white;
	padding-left : 5px;
	padding-right : 5px;
}
	.griddata a	{
		color : #8c004a;
		text-decoration : none;
	}
	.griddata a:hover	{
		color : #ff9600;
		text-decoration : none;
	}

.griddataxx {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	font-weight : normal;
	color : black;
	background : white;
	padding-left : 5px;
	padding-right : 5px;
}
	.griddataxx a	{
		color : #8c004a;
		text-decoration : none;
	}
	.griddataxx a:hover	{
		color : #ff9600;
		text-decoration : none;
	}

.warning {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : normal;
	color : red;
}

.trendsvscale {
  border-bottom: thin solid;
  border-right: thin solid;
}
  
.trendshscale {
  border-top: thin solid;
  border-right: thin solid;
}

.trendshscale2 {
  border-top: thin solid white;
  border-right: thin solid white;
}