﻿body {
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#content {
	margin: 0px;
	padding: 0px;
	width: 750px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

h1 {
	font-size: 24px;
	line-height: 23px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color:#0a246a;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

h2 { 	
	font-size: 18px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left:25px;

}

h3 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}

h5 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}

p {
	font-size: 12px;
	line-height: 16px;
}

/* Styled Table */

.styledtable {
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #AEB89D;
	font-size: 11px;
}
.styledtable th {
	padding: 7px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	background-color: #999;
	text-align: center;
	color:#FFFFFF;
}
.styledtable th a {
	color:#d2e7df;
}
.styledtable th a:hover {
	color:#FFFFFF;
}
.styledtable td {
	padding: 7px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
}
.styledtable tr:hover {
	padding: 7px;
	border-bottom-color: #D0D2C4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #eee;
}
.styledtable caption {
	padding: 7px;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	margin-top: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}
table.styledtable.bordered {
	background-color: #ffffff !important;
	border: 1px solid #D7DCE8;
}
table.styledtable.bordered td {
	background-color: #ffffff !important;
	border: 1px solid #D7DCE8;
}
table.styledtable.bordered th {
	border: 1px solid #D7DCE8;
}
table.styledtable.bordered caption {
	border: 2px solid #D7DCE8;
}
.odd {
	background-color: #d2e7df;
}
.even {
	background-color: #ffffff;
}
