/* CSS Document */

.whitetext { 
	font-family:Arial; 
	color:#CCCCCC; 
	font-size:10pt;
}

a { 
	font-family:Arial; 
	color:#CC0000; 
	font-size:10pt; 
	text-decoration:none;
}

a:hover { 
	font-family:Arial; 
	color:#CC3300; 
	font-size:10pt; 
	text-decoration:underline;
}

.redHeading { 
	font-family:Arial; 
	color:#CC3300; 
	font-size:20pt;
}

.greyHeading { 
	font-family:Arial; 
	color:#CCCCCC; 
	font-size:16pt;
}

.smallRedHeading { 
	font-family:Arial; 
	color:#CC3300; 
	font-size:14pt;
}

input{
	border: 1px solid #CCCCCC;
	font: 10pt Arial;
	color: #666666;
	background-color: #FFFFFF; height:18px;
}

.submit {
	background: #FFFFFF;
	font: 10pt Arial;
	border: 1px solid #666666;
	color: #666666;
	height: 25px;
	cursor: hand;
}
