body {
	color: #000000;
	font-size: small;
	font-family: sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #F9FAFC;
	margin: 0px;
	background-image: url(images/interface/bg.jpg);
	background-repeat:repeat-x
}
.content {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(images/interface/content_bg.xxx);
	background-repeat: no-repeat;
	background-position: center center;	
}
.content a:link { 
    color: #FF0000;
}	
.content a:active, 
.content a:visited {
	font-weight:bold;
	color: #FF0000;
	text-decoration:none;
}
.content a:hover{
	color: #FF6600;
	text-decoration: underline;

}
.style2 {
	background-color: #ffffff; 
	font-family: sans-serif; 
	color: #000000; 
	text-decoration: none; 
}
.style2 a:link, .style2 a:active, .style2 a:visited {
	color: #000000;
	text-decoration: none;
}
.style2 a:hover {
	color: #999999;
	text-decoration: none;
}
.style3 {font-size: xx-small}
.style4 {font-size: x-large}
.xmas {
	background-color: #ffffff; 
	font-family: sans-serif; 
	color: #ff0000; 
	text-decoration: none; 
}
.xmas a:hover{ /*hover background color*/
	background-color: #ffffff; 
	font-family: sans-serif; 
	color: #BB0000; 
	text-decoration: none; 
}
