/* CSS Document */

a {
	font-family: Verdana, Tahoma, Arial;
	color:#FFFFFF;
	font-weight: normal;
	text-decoration:none;
}

a:hover {
text-decoration:underline;
}
	 
a.one:link {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: none;
	}

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	background-position:center
}
.small_print {
	font-family: arial;
	font-size: 9px;
	color: #999999;
}
.general {
	font-family: Verdana, Tahoma, arial;
	font-size: 13px;
	color: #999999;
	line-height:17px;
}
.generalwhite {
	font-family: Verdana, Tahoma, arial;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 17px;
}
.title1 {
	font-family: arial;
	font-size: 30px;
	color: #ff0000;
	font-weight: bold;
	letter-spacing: -2px
}
a.grey:link {

	color: #CCCCCC;
	text-decoration: none;
}

.title2 {
	font-family: arial;
	font-size: 20px;
	color: #ff0000;
	font-weight: bold;
	letter-spacing: -1.5px
}


