 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #3A6EA5;
	color: #FFFFFF;
}

.a, a:visited, a:active 
{
	font-size: 10px; 
	font-family:  Verdana; 
	align: center; 
	line-height: 15px;
	color: #FFFFFF; 
	weight: strong;
	padding-left: 0px; 
	padding-top:5px;
}

.footer  
{ 
	font-size: 10px; 
	font-family:  Verdana; 
	align: center; 
	line-height: 15px;
	color: #FFFFFF; 
	padding-left: 0px; 
	padding-top:5px;
}

/* Form elements */
input,textarea, select 
{
	color : #000000;
	font: normal 10px Verdana;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select 
{
	background-color : #FFFFFF;
}

input 
{ 
	text-indent : 2px; 
}

/* The buttons used for bbCode styling in message post */
input.button 
{
	background-color : #DDDDDD;
	color : #1B4157;
	font-size: 10px; font-family: Verdana;
}

/* The main submit button option */
input.mainoption
{
	background-color : #DDDDDD;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption 
{
	background-color : #DDDDDD;
	font-weight : normal;
}

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
/* @import url("global/formIE.css"); */