@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #0353FF;
	text-decoration: none;
}
a:visited {
	color: #0353FF;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a:active { 
text-decoration: none;} 

.footer {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 9px;
	color: #999;
	text-align: center;
}
.leftcolumn {
	font-size: 12px;
	color: #FFF;
}
.leftcolumn a:link {
	color: #FF0;
	text-decoration: none;}
	
	.leftcolumn a:visited {
	color: #FF0;
	text-decoration: none;}
	
	.leftcolumn a:hover {
	color: #FFF;
	text-decoration: underline;}
	
.style1 {color: #0033FF
}.bluename {
	font-weight: bold;
	color: #0353ff;
}

