/*Tag Definitions*/
body {
	margin: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000000;
	background:#ffffff;
}
a {
	color:#00457e;
	text-decoration:underline;
}
a:hover {
	color:#999999; 
	text-decoration:underline;
}
/*End Tag Definitions*/

/*Custom Classes*/
.smallBlueBar {
	width:100%;
	height:10px;
	background-color:#00457c;
}

.smallGreyBar {
	width:100%;
	height:10px;
	background-color:#cccccc;
}
.listLinks {

}
.listLinks a {
	display:block;
	padding:3px;
}
.small {
	font-size:10px;
	color:#999999;
}
/*End Custom Classes*/

/*Container Elements*/
#container {
	width:758px;
	margin:10px auto;
	background-color:#ffffff;
	border:1px solid #000000;
}
#header {
	 width:100%;
	 height:125px;
}
#content {
	margin:0px auto;
	padding:15px;
}
#footer {
	width:758px;
	margin:0px auto;
	background-color:#ffffff;
	color:#999999;
	font-size:10px;
	position:relative;
	top:-8px;
}
#footer a {
	color:#999999; 
	text-decoration:underline;
}
#footer a:hover {
	color:#cccccc; 
	text-decoration:none;
}
/*End Container Elements*/

/*Required By GLOBAL includes*/
th{
	background-color: #cccccc;
	border: 1px solid #000000;
	text-align:center;
	font-weight:bold;
	vertical-align:middle;
	color:#00457e;
	padding:3px;
}
th a {
	color: #00457e;
	text-decoration:underline;
}
th a:hover {
	color:#00457e; 
	text-decoration:none;
}
.th {
	background-color: #cccccc;
	border: 1px solid #000000;
	text-align:center;
	font-weight:bold;
	vertical-align:middle;
	color:#00457e;
	padding:3px;
}
.th a {
	color: #00457e;
	text-decoration:underline;
}
.th a:hover {
	color:#00457e; 
	text-decoration:none;
}
.h1 {
	font-size:18pt;
	color:#999999;
}
.h2 {
	font-size:18pt;
	color:#999999;
}
h2
{font-size:14pt;
	color:#999999;
}
h3
{font-size:12pt;
	color:#999999;
}
.h3 {
	font-size:10pt;
	font-weight:bold;
}
.legal {
	font-size:8pt;
	color:#666666;
}
.error {
	color:#ff0000;
}
.red{
	color:#ff0000;
}
/*End GLOBAL includes*/
