/* Global Styles */

body {
	margin:0px;
	background-color: #EFF0F5;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	color:#333333;
}
	
td {
	/*font:11px arial;*/
	color: #000000;
	font-size: 9pt;
	vertical-align: top;
}
	
p, .bodyText {
	font-size: 9pt;
	line-height: 20px;
	color: #000000;
}
	
a {
	color: #00529C;
	text-decoration:none;
	font-weight:bold;
}
	
a:hover {
	color: #990000;
	text-decoration:underline;
}
	
h1 {
	font: 20px georgia;
	color: #00529C;
	letter-spacing: .1em;
	line-height: 26px;
	margin-top: 0;
	margin-bottom: 0;
}
	
h2 {
	color: #000000;
	font-size: 14pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10;
}

h3 {
	color: #8DA366;
	font-size: 12pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 6;
}

h4 {
	color: #0000a0;
	font-size: 11pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
	margin-bottom: 0;
}

/* Class Styles */

.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
}

.formLabelRight {
	color: #00529C;
	font-weight: bold;
	white-space: nowrap;
	text-align: right;
}

.labelRight {
	color: #0000a0;
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}

.logo {
	font:18px times new roman;
	color: #333300;
	letter-spacing:.4em;
	font-weight:bold;
}

.navRow {
	background-color: #00529C;
}

a.navText, .navText {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	letter-spacing:.1em;
	text-transform: uppercase;
	text-decoration:none;
	vertical-align: middle;
}

a.navText:hover {
	color: #FBE966;
	text-decoration:underline;
}

.sidebarText {
	font:12px georgia;
	color: #00529C;
	line-height:18px;
	padding:20px 5px 20px 5px;
}
	
.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
}

.tableHeader {
	background-color: #00529C;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}

.tableRow1 {
	background-color: #cccccc;
}

.tableRow2 {
	background-color: #999999;
}