#Content .Grid, td, a, a:hover, a:visited, select, input, p {FONT-SIZE:8PT;FONT-FAMILY:Arial}
.GridView1 {font-family:Arial;font-size:8pt;}
.DropDownList1 {font-family:Arial;font-size:8pt;}
.ListBox1 {font-family:Arial;font-size:8pt;}

body {
	font-family:Arial;
	font-size:8pt;
	margin:0 0 0 0;
}

/* Important the order: link, visited, hover, focus, active. see http://www.w3.org/TR/REC-CSS2/selector.html  */
A:link {
	font-size:8pt;
	color:#D36313;
	text-decoration:underline;
}

A:visited {
	font-size:8pt;
	color:#523B12;
	text-decoration:underline;
}

A:hover {
	color:#523B12;
	text-decoration:none;
}

A:focus {
	color: #523B12;
	text-decoration: none;
}

A:active {
	color:#D36313;
	text-decoration:none;
}



.validatornotice{font-weight: normal;font-size: 8pt;font-family: Verdana;color: Red;}

h1 {font-family:Arial;font-size:15pt;color:#000000;}
.subtitle{font-size:12px;color:#000000;font-weight:bold;}

.Button1 {background-color:#000000;color:white;font-family:Arial;font-size:8pt;border-style:none}
.Button1_Over {background-color:#000000;color:white;font-family:Arial;cursor:hand;font-size:8pt;border-style:none}

.result{FONT-SIZE: 8pt;FONT-FAMILY:Arial;BACKGROUND-COLOR:#cccccc;}
.resultalt{FONT-SIZE: 8pt;FONT-FAMILY:Arial;BACKGROUND-COLOR:#eeeeee;}
.resultHead{FONT-WEIGHT: bold;COLOR: white;BACKGROUND-COLOR:#666666;FONT-SIZE: 11px;FONT-FAMILY:Arial;}
TD.resultHead{FONT-WEIGHT: bold;COLOR: white;BACKGROUND-COLOR:#666666;FONT-SIZE: 11px;FONT-FAMILY:Arial;}

/*
.subtitle{font-size:12px;color:#D36313;font-weight:bold;}

.Button1 {background-color:#663300;color:white;font-family:Arial;font-size:8pt;border-style:none}
.Button1_Over {background-color:#302A1F;color:white;font-family:Arial;cursor:hand;font-size:8pt;border-style:none}

.result{FONT-SIZE: 8pt;FONT-FAMILY:Arial;BACKGROUND-COLOR:#E7E67F;}
.resultalt{FONT-SIZE: 8pt;FONT-FAMILY:Arial;BACKGROUND-COLOR:#EDEDD7;}
.resultHead{FONT-WEIGHT: bold;COLOR: white;BACKGROUND-COLOR:#663300;FONT-SIZE: 11px;FONT-FAMILY:Arial;}
TD.resultHead{FONT-WEIGHT: bold;COLOR: white;BACKGROUND-COLOR:#663300;FONT-SIZE: 11px;FONT-FAMILY:Arial;}
*/