/* CSS Document */

body {
  	font-family: Arial, helvetica, sans-serif; 
  	font-size: 12px; 
  	color: #222222; }

ul {
	list-style-image:  url(images/bullet.gif);
	list-style-type: square; } 

.content {
	font-family:Arial, Helvetica, sans-serif;
  	font-size: 12px; 	
	color: #222222;
	font-style: normal; }

.content a {
	color: #6C896C; 
	font-weight:  bold; 
	text-decoration: none; }

.content a:hover {
	color: #7E9A7E; 
	font-weight:  bold; }

.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3F5D3F;  }

.contacts {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C896C; 
	font-weight:bold; }

.contacts a {
	color: #376F37; 
	font-weight:  bold; 	
	text-decoration: none; }

.contacts a:hover {
	color: #6C896C; 
	font-weight:  bold; 	
	text-decoration: underline; }

.updates {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3F5D3F; 
	font-weight:bold; }
	
.welcome {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF; 
	font-weight:bold; }
	
table.forms {
	border: 1px solid #000000;
	background-color: #EBEDEF;
	margin: 20px;
	width: 500px; }

.web {
	margin-right: 20px;
	margin-left: 20px;
	width: 200px;
	font-family:Arial, Helvetica, sans-serif;
  	font-size: 11px; 	
	color: #222222;
	font-style: normal; }
	
.urls{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C896C; 
	font-weight:bold; }

.urls a {
	color: #376F37; 
	font-weight:  bold; 	
	text-decoration: underline; }

.urls a:hover {
	color: #6C896C; 
	font-weight:  bold; 	
	text-decoration: underline; }

	
.postdate {	
	font-size: 11px;
	color: #333333;
}