body {
	background-color: #FFFFFF;
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #333333;
}



.content{
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #333333;
	line-height: 18px;
}
.imgright{float:right;}

.footer{
font-family: "Trebuchet MS";
	font-size: 11px;
	color: #999999;
	line-height: 15px;}

	.footer a:link{color:#999999; text-decoration:none;}
	
	.footer a:active{color:#999999; text-decoration:none;}
	
	.footer a:visited{color:#999999; text-decoration:none;}

	.footer a:hover{color:#666666; text-decoration:none;}
	


a:link {
	color: #990000;
	text-decoration:none;
}


a:active {
	color: #990000;
	text-decoration:none;

}
a:visited {
	color: #990000;
	text-decoration:none;

}
a:hover {
	color: #ff0000;
	text-decoration:underline;
	font-family: "Trebuchet MS";
}
	

