@charset "UTF-8";
/* CSS Document */

body {
	color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #6c7fae;
} 

h1  { color: #0d014d; font-weight: bold; font-size: 20px; line-height: 18px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

h2  { color: #000; font-weight: bold; font-size: 15px; line-height: 18px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

h3  { color: #000; font-weight: bold; font-size: 12px; line-height: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

p   { color: #000; font-size: 12px; line-height: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
 
a:link    { color: black; font-weight: bold; text-decoration: none }
a:visited  { color: black; font-weight: bold; text-decoration: none }
a:hover     { color: black; text-decoration: underline }
a:active   { color: black; font-weight: bold; text-decoration: none }

ul, ol  { color: #000; font-size: 12px; line-height: 16px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-align: left; margin-left: 30px; padding: 0 }

#nav    { color: #000; font-size: 12px; line-height: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular}
#nav a:link   { color: black; font-weight: bold; text-decoration: none }
#nav a:visited { color: black; font-weight: bold; text-decoration: none }
#nav a:hover  { color: black; text-decoration: underline }
#nav a:active  { color: black; font-weight: bold; text-decoration: none }

#footer-p  { color: #000; font-size: 11px; line-height: 18px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
#footer-p a:link  { color: #000; text-decoration: none; }
#footer-p a:visited { color: #000; text-decoration: none; }
#footer-p a:hover  { color: #000; text-decoration: none; }
#footer-p a:active  { color: #000; text-decoration: none; }