a {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #0000CC;
	text-decoration: underline;
}

a.navlink {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.navlink:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial;
}

input.button {
	background-color: #1D31A2;
	color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
	text-transform: lowercase;
}

input.radio {
	color: #1D31A2;
}

input.text {
	background-color: #FFFFFF;
	color: #1D31A2;
	font-weight: normal;
	width: 300px;
}

input
{
	COLOR: #333333;
	FONT-SIZE: 100%;
}

select.ddmenu, option.ddmenu 
{
	color: #1D31A2;
	FONT-SIZE: 100%;
}

select
{
	font-size: 100%;
}

option
{
	font-size: 100%;
}

span.small 
{
	color: #333333;
	font-size: 85%;
}

td, th
{
	font-family: Arial;
	font-size: 70%;
}

td.navcolumn {
	background-color: #1D31A2;
	color: #FFFFFF;
	font-family: Arial;
	padding: 2px;
	text-align: center;
	border-right: solid 1px #ffffff;
}

td.nopadding
{
	background-color: #f2e7e7;
	padding: 0px;
}

td.navcolumnLA {
	background-color: #1D31A2;
	color: #FFFFFF;
	font-family: Arial;
	padding-left: 15px;
	text-align: left;
	border-top: solid 1px #ffffff;
}

td.pageheadertext
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: #ffffff 1px solid;
	background-color: #C5CDE4;
	color: #1D31A2;
}

tr.pagebuttonbg
{
	background-color: #DCE0F0;
}

td.pagefooter {
	background-color: #1D31A2;
	color: #FFFFFF;
	font-family: Arial;
	padding: 2px;
	text-align: left;
}

td.pageheader
{
	background-color: #1D31A2;
}

td.tablecell {
	background-color: #D9D9D9;
	color: #000000;
	vertical-align: top;
	border-bottom: solid 1px #ffffff;
}

td.tablecellvertical {
	background-color: #D9D9D9;
	color: #000000;
	vertical-align: top;
	border-bottom: solid 1px #ffffff;
	border-left: solid 2px #ffffff;
}

td.tablenav {
	background-color: #1D31A2;
	padding: 0px;
}

td.tableheader {
	background-color: #BFBFBF;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	border-bottom: solid 1px #ffffff;
}

td.tabledetailsheader {
	background-color: #BFBFBF;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	border-bottom: solid 1px #ffffff;
	width: 120px;
}

tr.tablecellresult {
	background-color: #D9D9D9;
	color: #000000;
	vertical-align: top;
}

tr.tableheader {
	background-color: #BFBFBF;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	border-bottom: solid 1px #ffffff;
}

.textarea {
	background-color: #FFFFFF;
	color: #1D31A2;
	font-weight: normal;
	width: 300px;
}

table.tabulardata
{
	padding: 10px;
	width: 530px;
}

.smallfootertext
{
	font-size: 80%;
	color: #666666;
}
.errorText
{
	color:Red;
}