/* CSS Document */

body 
{
	background-color: #333333;
}

a img{
	border:none;
}

#text1 
{
float:right;
}

.font1 
{
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;

}


.right
{
float:right;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}


.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.style2 {
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}
.style6 {
	color: #CCCCCC;
	font-weight: bold;
}

.style7 {
	font-size: 10px;
	font-style: italic;
}
