/* Main CSS Document */
body,td,th {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 8pt;
	color: #000000;
	line-height:11pt;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	color:#5C9BD1;
}
a:hover {
	color:#00a3b4;
}
h1 {
	display:inline;
	color:#004990;
	text-transform:uppercase;
	font-size:9pt;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
h2 {
	display:inline;
	color:#004990;
	text-transform:uppercase;
	font-size:8pt;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
ul {
	margin:0px 0px 0px 17px;
	padding:0px;
}
li {
	padding:0px;
	margin:0px;
	list-style-image: url(images/bullet.gif);
}
table.mainTable {
	width:800px;
	padding:25px 40px 25px 40px;
	border:0px;
}
#innerTable {
	width:100%;
	border:0px;
}
#topNavTable {
	width:100%;
	padding:0px;
	border:0px;
	background-color:#004990;
}
#topNavTable a {
	color:#FFFFFF;
	text-transform:uppercase;
	font-family:"Arial Narrow", Arial, sans-serif;
	font-weight:bold;
	font-size:7.5pt;
	text-decoration:none;
}
#topNavTable a:hover {
	color:#00a3b4;
}
#topNavTable TD {
	width:100%;
	height:25px;
	padding:0px;
}
TD.blueArrow {
	background-color:#7387ba;
	width:24px;
}
TD.blueBar {
	background-color:#004990;
	color:#FFFFFF;
	font-weight:bold;
	font-size:8pt;
	text-transform:uppercase;
	width:251px;
	height:21px;
	background-image:url(images/blueCorner.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding:0px 0px 0px 18px;
}
TD.topblueBar {
	background-color:#004990;
	color:#FFFFFF;
	font-weight:bold;
	font-size:8pt;
	text-transform:uppercase;
	width:211px;
	height:21px;
	background-image:url(images/blueCorner.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding:0px 0px 0px 5px;
}
TD.greenArrow {
	background-color:#6ac6d1;
	width:24px;
}

TD.greenBar {
	background-color:#00a3b4;
	color:#FFFFFF;
	font-weight:bold;
	font-size:8pt;
	text-transform:uppercase;
	width:251px;
	height:21px;
	background-image:url(images/greenCorner.gif);
	background-position:right top;
	background-repeat:no-repeat;
	padding:0px 0px 0px 18px;
}

TD.topgreenBar {
	background-color:#00a3b4;
	color:#FFFFFF;
	font-weight:bold;
	font-size:8pt;
	text-transform:uppercase;
	width:220px;
	height:21px;
	background-image:url(images/greenCorner.gif);
	background-position:right top;
	background-repeat:no-repeat;
	padding:0px 0px 0px 5px;
}
#footerTable {
	width:100%;
	padding:0px;	
	border:0px;
}
#footerTable TD {
	width:100%;
	height:25px;
	color:#FFFFFF;
	background-color:#004990;
	text-transform:uppercase;
	font-weight:bold;
	font-size:7.5pt;
	padding:0px;
}

