body {
	background-color: #2F3A70;
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #000000;
	SCROLLBAR-base-COLOR: #;
	SCROLLBAR-arrow-COLOR: #ffffff;
	scrollbar-track-color: #;
 	scrollbar-highlight-color: #ffffff;
}

div {
	font-family: Arial,sans-serif;
	font-size: 12px;
}

td {
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #000000;
}
td.padded {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

p {
	font-family: Arial,sans-serif;
	font-size: 12px;
	text-align: justify;
}



ol {
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: gray;
	font-weight: normal;
}

ul {
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}


H1 {
	font-family: Arial,sans-serif;
	font-size: 18px;
	color: #000000;
	text-align: left;
	text-transform : uppercase;
}

H2 {
	font-family: Arial,sans-serif;
	font-size: 14px;
	color: #2F3A70;
	text-align: left;
	text-transform : uppercase;
}

a {
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: blue;
	font-weight: bold;
	text-decoration: underline;
}


a.nav {
	font-family: Arial,sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-transform : uppercase;
	text-decoration: none;
}


a.none {
	font-family: Arial,sans-serif;
	font-size: 9px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}


a:hover {
	font-family: Arial,sans-serif;
	color: #2F3A70;
	font-weight: bold;
	text-decoration: underline;
}


a.nav:hover {
	color: #CED9E8;
	font-weight: bold;
	text-decoration: none;
		
}


a.none:hover {
	font-family: Arial,sans-serif;
	font-size: 9px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}