body {
background-image: url(back.png);
background-position: top;
background-repeat:repeat-x;
background-color: #C6C6C6;
margin: 0px;
padding: 0px;
}


body, p, li {
font-family: verdana, arial, sans-serif;
font-size: 13px;
color: #000000;
letter-spacing: 1px;
}

input, textarea {
	background-color: #FFFFFF;
	font-family: verdana, helvetica, sans-serif;
	font-size: 9pt;	
	color:#000000; 
	padding: 2px;
	margin: 2px;
	border: 1px solid #11224D;
}




a:link { color:#424242; text-decoration: underline;  font-weight: bold; }
a:visited { color:#424242; text-decoration: underline;  font-weight: bold; }
a:hover { color:#000000; text-decoration: underline;  font-weight: bold; }


a.nav:link { color: #424242; text-decoration: none; font-weight: none; }
a.nav:visited { color: #424242; text-decoration: none;  font-weight: none; }
a.nav:hover { color: #FFFFFF; text-decoration: none; font-weight: none; }

h1{
color: #424242; 
font-size: 15px; 
font-weight: bold; 
font-family: georgia, time, serif; 
text-transform: uppercase; 
letter-spacing: 1px; 
clear: both;}

.menu {
	color: #FFFFFF;
	font-family: georgia, times, serif;
	font-size: 12pt;
	text-transform: uppercase;
	text-align: left;
	padding: 5px;   
	margin-bottom: 5px;
	border: 0px;
	width: 130px;
	margin-left: 15px;
}


blockquote { color: #000000;
	padding: 10px;   
	background-color:#FFFFFF;
	border: 1px solid #424242;
	width: 85%; 
	line-height: 18px;
	font-size: 13px;}

p, ul, li {line-height: 25px;
text-align: justify;}