.bg {
	background-attachment: scroll;
	background-image: url(../img/bg01.jpg);
	background-repeat: repeat;
	background-color:#000000
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 10px;
	color: #FFFFFF;
	background-color:#000000
}
	
p {
	font-family: arial;
	font-size: 10px;
	color: #FFFFFF;
	}
a {
	font-family: arial;
	font-size: 10px;
}
a:link {
	text-decoration: none;
	color: #CE1B19;
	font-weight:normal;
	}
a:visited {
	text-decoration: none;
	color: #FF5351;
	font-weight:normal;
}
a:hover {
	text-decoration: underline;
	color: #FF5351;
	font-weight:normal;
}
a:active {
	text-decoration: none;
	color: #FF5351;
	font-weight:normal;
}

.title {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 7pt; 
	TEXT-TRANSFORM: uppercase; 
	FONT-FAMILY: arial; 
}

.redtitle {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	FONT-FAMILY: arial; 
		color: #CE1B19;
}

.newstext {
	FONT-SIZE: 8pt; 
	FONT-FAMILY: arial; 
	color: #FFFFFF;
}