

A:link, A:visited { COLOR: blue; TEXT-DECORATION: underline; }
A:hover { COLOR: red; text-decoration: underline; text-weight: bold; }

.white { 
	color: #ffffff; 
	/*font-family: Verdana; */
	font-size: 11px; 
	text-align: left;
	}
	
A.white:link, A.white:visited { COLOR: blue; TEXT-DECORATION: underline; }
A.white:hover { COLOR: red; text-decoration: underline; text-weight: bold; }

TD { color: #ffffff; font-family: Verdana; font-size: 11px; }

body {
	margin:0px;
	padding:0px;
	background-image:url(images/main/bg_01.gif);
	background-position: center;
	text-align:center;
	text-Color: #ffffff;
	text-transform:capitalize;
	}
	
.logos { font-size:5px; clear:both; float:none; }