/* CSS Document */
/* Pony Express */
body {
	background-color: #FFFFFF;
	color: #4A4A4A;
	font-size: 11px;
	font-weight:bold;
}
table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #4A4A4A;
}
a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #007EBF;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0px;
}
h1 {
	color:  #010487;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
h2 {
	color: #4A4A4A;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}
h3 {
	color: #0E207F;
	font-size: 14px;
	margin-bottom: 5px;
}
h4 {
	color: #FFFFFF;
	font-size:  26px;
	white-space: nowrap;
	margin-bottom: 8px;
}
h5 {
	color: #DDDDDD;
	font-size: 10px;
	font-weight:bold;
	margin-bottom: 0px;
	margin-top: 0px;
}
h6 {
	color: #0E207F;
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
}

big {
	color:  #0E207F;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0px;
}

/* Classes */

.footer {
	line-height: 18px;
}
.header {
	color: #074670;
}
.header a:link, .header a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #074670;
	
}

#HeaderMain {
	color: #666666;
	position: absolute;
	text-align:right;
	width: 680px;
	top: 10px;
}
#HeaderLogo {
	position: absolute;
	top: 0px;
}
#HeaderNumber {
	position: absolute;
	top: 30px;
	width: 400px;
	text-align:right;
}
#FooterLink {
	color: #FFFFFF;
	padding-top: 0px;
}
#FooterLink a:link, #FooterLink a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
#FooterLink a:hover {
	text-decoration:underline;
}


#HeaderMain a:link, #HeaderMain a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
#HeaderMain a:hover {
	text-decoration:underline;
}
#IndexTitle {
	background-color: #2680BA;
	padding: 5px;
}
#TableOuter #TableLayout #IndexTitle h1 {
	color: #FFFFFF;
}	
#TableLayout {
	background-color:#FFFFFF;
	border:2px solid #0E207F;

}

