body { 
	margin: 0px; 
	background-color: #CCFFCC; 
	background-image: url('images/background2.gif');
	background-repeat: repeat-y;
	background-position: center;
	}
	
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003399; 
	font-weight: bold;
}

td.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399; 
	font-weight: normal;
}

td.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	color: #000000; 
	font-weight: normal;
}

div.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EEEEEE;
	padding: 10px;
	color: #000000; 
	font-weight: normal;
}

h1 {
	color: #003399;
	font-size: 16px;
}

a {
	color: #003399;
	text-decoration: none;
}

a:hover {
	color: #003399; 
	text-decoration: underline;

}

#quote {
	background-color:#e5ffe5;
	padding: 10px 20px;
	border: 1px solid #6699cc;
	
}
