/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 12px;
	text-decoration: none;
	background-color: #000000;
	background-repeat: no-repeat;
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.normal_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	list-style-type: square;
}

.bigger_normal_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	text-decoration: none;
	list-style-type: square;
}
._normal_text_centre {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
	list-style-type: square;
	text-align: center;
}
.normal_bold_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	list-style-type: square;
	font-weight: bold;
}
.14pt_header_bold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
.14pt_header_bold_centre {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	font-weight: bold;
	text-align: center;
}
.16pt_header_bold_centre {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCCCCC;
	font-weight: bold;
	text-align: center;
}
.designer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
.links {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006DCF;
	text-decoration: underline;
	font-weight: bold;
}

.cdrelease {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006DCF;
	font-weight: bold;
	text-align: center;
}
input
{
color: #CCCCCC;
background: #1A293E;
border: 1px solid  #0066D2;
}

.submit input
{
color: #CCCCCC;
background:  #1A293E;
border: 1px outset #cccccc;
} 
