/* CSS Document */

/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: white;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:black;
}

td {font-size:11px;}

#footer { font-size:11px; color:#A6A6A6; }

.bottomMenu {font-size:11px; color:#A6A6A6; text-decoration:none; }

.mainTable { border:1px solid black; }

#mainMenu {font-size:11px; padding-left:15px;}

a:link,a:active,a:visited { color:black; text-decoration:underline;}
a:hover		{ text-decoration: underline; color : #009ddc; }
a.blue:link,a.blue:active,a.blue:visited {color : #009ddc; }

#menuItem {margin-bottom:4px; font-weight:bold;}
#menuItem a:link, #menuItem a:active, #menuItem a:visited  {text-decoration:none;}
#footer a:link, #footer a:visited, #footer a:active  {text-decoration:none;}
#footer a:hover {text-decoration:underline}

.paragraphText {font-size:11px; line-height:20px; padding-right:20px;}

h2 { font-size:11px; color:#009ddc; font-weight:bold; margin-bottom:0px; padding:0px; border-bottom:1px solid #009ddc; }
h3 { font-size:11px; color:black; font-weight:bold; margin:0px; padding:0px; }

.textbox01 {
	border:1px solid black;
	font-size:11px;
}

.resetLineSpacing { line-height:normal; }

#error { font-weight:bold; color:#990000; }

.font10 {font-size:10px;}

.blueText {color:#009ddc;}
.blueTitleHeader {color:#009ddc; font-weight:bold;}
.tableHeaderColor { background-color:#666666;}
.tableBorder { border:1px solid #CCCCCC;}
.dataHeader {
	background-color : #666;
	color: #ededed;
}
.dataOddRow {
	background-color : #ccc;
	color: #333;
}

.dataEvenRow {
	background-color : #ededed;
	color: #333;
}
h1 { font-size:12px; color:#009ddc; margin:0px; }






