/* CSS Document */

body {
	background-color: #FFFFF6;
	margin: 20px 15% 20px;
	background-image: url(images/pattern_152.gif);
}
h1 {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1.4em;
	font-weight: bold; 
	color: #333;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #333 !important;
	font-weight: bold;
	margin-top: 35px ;
	margin-bottom: 0 ;

}
h3 {
	color: #666 !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	letter-spacing: 2px;
}
ul, ol, li {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
	line-height: 1.4em;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0;
	margin-top: 13px;
	margin-bottom: 0;
	line-height: 1.4em;
}

td {
	font-family: Georgia, "Times New Roman", Times, serif;
}.small {
	font-size: .8em;
}
a:link {
	color: #3F6031!important;
	font-weight:bold;
	text-decoration: underline;
}
a:visited {  
	color: #3F6031 !important;
	font-weight:bold;
	text-decoration: underline;
}
a:hover {  
	color: #3F6031 !important;
	font-weight:bold; 
	text-decoration: none;
}
a:active {  
	color: #3F6031 !important; 
	font-weight:bold;
	text-decoration: none;
}

#content {
	border: 4px solid #375A49;
	padding: 20px;
	background-color: #fffff6;
}

