body  {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;	
	background: #FFFFFF url(images/bkg1.jpg) repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #1862B9;
}

td {
	font-size: 12px;

}
p {
	font-size: 12px/24px;
}
a.linkline:hover {
	text-decoration: underline;
	color: #FFFF33; 
	font-weight: bold;
}
a.linkline:link {
	text-decoration: underline;
	color: #FFCC00; 
	font-weight: normal;
}
a.linkline:visited {
	text-decoration: underline;
	color: #FFCC00; 
	font-weight: normal;
}
table.main01 {
	padding: 0px 0px 0px 0px;
	bgcolor: #FF0000;
}