td,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
}

.headerText
{
	font-size: 12px;
	color: #00254A;
}

.headerTextAlt
{
	font-size: 13px;
	color: #ED2122
}

a.whiteblue:link{
color: #FFFFFF;
	text-decoration: none;
}

 a.whiteblue:visited {
	color: #FFFFFF;
	text-decoration: none;
}	
	
a.whiteblue:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.whiteblue:hover {
	color: #00254A;
	text-decoration: none;
}

a.blueRed:link{
color: #000066;
	text-decoration: none;
}

 a.blueRed:visited {
	color: #000066;
	text-decoration: none;
}	
	
a.blueRed:active {
	color: #000066;
	text-decoration: none;
}
a.blueRed:hover {
	color: #ED2122;
	text-decoration: none;
}

a.main:link{
color: #00254A;
	text-decoration: none;
}

 a.main:visited {
	color: #00254A;
	text-decoration: none;
}	
	
a.main:active {
	color: #00254A;
	text-decoration: none;
}
a.main:hover {
	color: #FF0000;
	text-decoration: none;
}


a:link{
color: #FFFFFF;
	text-decoration: none;
}

 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}	
	
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
/* Form elements */
input,textarea, select {
	color : #333333;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	border-color : #B4B4B4;
	background : #f8f8f8;
}

/* The text input fields background colour */
input.lineInput, textarea.lineInput, select {
	background-color : #f8f8f8;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #E2E2E2;
	color : #333333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

/* The main submit button option */
input.mainButton {
	background-color : #E2E2E2;
	font-weight : bold;
}

/* None bold submit button */
input.liteButton {
	background-color : #E2E2E2;
	font-weight : normal;
}


input, textarea, select {
	border : 1px solid #B4B4B4;
}

input { text-indent : 2px; }

input.button {
	border : 1px solid #B4B4B4;
}