body {
	padding:0;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #0033CC;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}
.title_blue {
	font-size: 16px;
	line-height: 24px;
	color: #000066;
	font-weight: bold;
} 
.title_red {
	font-size: 16px;
	line-height: 24px;
	color: #CC0000;
	font-weight: bold;
} 
.text_blue {font-size: 12px; line-height: 18px; color: #000066; } 
.text_red {font-size: 12px; line-height: 18px; color: #CC0000; } 
a:hover { color: #0000FF; text-decoration: underline} 
a { color: #0000FF; font-size: 12px;} 
.links { font-size: 11px; color: #FFFFFF; text-decoration: none; font-weight: bold; padding-bottom: 2px}  
.links:hover { color: #C2C2C2} 
.footer { font-size: 10px; color: #FFFFFF; text-decoration: none} 

