body {
	background-color:#000000;
}

* {
	font-family: verdana, tahoma, arial;
	font-size: 8pt;
	color: #FFFFFF;
}
/* --------------- Navigation --------------- */
/TitleFontSmall {
	font-family: verdana, tahoma, arial;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration:none;
}


/* --------------- content pages --------------- */

A:link { color: #FFFFFF; text-decoration:underline; font-weight: bold; text-transform:lowercase;}
A:visited { color: #CCCCCC; text-decoration:none; font-weight: bold; text-transform:lowercase;}
A:active { color: #FFFF00; text-decoration:none; font-weight: bold; text-transform:lowercase;}
A:hover { color: #FFFF00; text-decoration:none; font-weight: bold; text-transform:lowercase;}

/*--------------- Form Boxes --------------------*/

.messageNameInput {
	BORDER: 1px solid #FFFFFF; 
	WIDTH: 100px; 
	color: #000000; 
	font-family: verdana, tahoma, arial;
	font-size: 8pt; 
	background: #FFFFFF;
}

.messageTitleInput {
	BORDER: 1px solid #FFFFFF; 
	WIDTH: 230px; 
	color: #000000; 
	font-family: verdana, tahoma, arial;
	font-size: 8pt; 
	background: #FFFFFF;
}

.messageInput {
	BORDER: 1px solid #000000; 
	WIDTH: 300px; 
	height: 150px; 
	color: #000000; 
	font-family: verdana, tahoma, arial;
	font-size: 8pt; 
	background: #FFFFFF;
}

.messageButton {
	BORDER: #FFFFFF 1px solid; 
	WIDTH: 60px; 
	height: 18px; 
	color:#000000; 
	font-size: 9pt; 
	background: #cccccc;
}


	