/* CSS Document */
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10pt;
	line-height: 13pt;
	font-weight: normal;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10pt;
	line-height: 13pt;
	font-weight: normal;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9pt;
	line-height: 10pt;
	font-weight: normal;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	color: #999999;
}



a:link {
	text-decoration: none;
	color: #004A84;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	}
a:visited {
	text-decoration: none;
	color: #004A84;
	font-weight: normal;
	}
a:hover {
	text-decoration: none;
	color: #FFCC00; 
	}
a:active {
	text-decoration: none;
	color: #004A84; 
	}

.inputs_buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	background-color: #D2DCEE;
	border: 1px solid #003366;
	color: #003366;
	font-weight: bold;
	height: 15px;
}
.inputs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #003366;
	height: auto;
	width: auto;
	color: #003366;
	font-weight: normal;
	line-height: 15px;

}

a.footerlink {
	color: #004A84;
	font-size: 9pt;
	line-height: 20pt;
	font-weight: normal;
	}
a.footerlink:link {
	color: #004A84;
	text-decoration: none;
}
a.footerlink:004A84 {
	color: #004A84;
	text-decoration: none;
}
a.footerlink:hover {
	color: #FFCC00;
	text-decoration: underline;
}

.bgBlue {
	background-color: #004A84;
}
