@charset "UTF-8";
/* CSS Document */

body {
	color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #3e517b;
} 

h1  {
	color: #000;
	font-weight: bold;
	font-size: 22px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
}

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-p    {
	color: #black;
}
#nav-p a:link   {
	color: black;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 3px;
	font-size: 14px;
	line-height: 40px;
}
#nav-p a:visited { 
	color: black;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 3px;
	font-size: 14px;
	line-height: 40px;
}

#nav-p a:hover  { 
	color: black;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 3px;
	font-size: 14px;
	line-height: 40px;
}

#nav-p a:active  { 
	color: black;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 3px;
	font-size: 14px;
	line-height: 40px;
}

#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; }

