TABLE {font-family:arial;font-size:11px;color:black;}
SMALL {color:gray;font-size:8pt;font-family:arial}
.required {background-image: url(assets/required.gif); background-position:top right; background-repeat:no-repeat;}

.maintext_black		{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
}


.maintext_white		{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

.big_bold_black		{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
}

.medium_white		{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}


.bold_black		{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

.bold_red		{
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}
/This style applies to the top and bottom navigation bars, white text with underlined black/


A.nav_link		{
	color: #FFFFFF;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
; text-decoration: underline
}

A.nav_link	{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

A.nav_link:link		{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
A.nav_link:visited	{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
A.nav_link:hover	{
	color: #FFCC00;
	text-decoration: underline;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px}


/Main page hyperlinks white with underline black/


A.blue			{
	color: #CC0000;
	text-decoration: underline;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

A.blue:link		{
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
A.blue:visited	{
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
A.blue:hover	{
	color: #FFCC00;
	text-decoration: underline;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

}



INPUT.field  {
	BACKGROUND-COLOR : #FFFFCC;
	BORDER-BOTTOM : #000000 1px outset;
	BORDER-LEFT : #000000 1px outset;
	BORDER-RIGHT : #000000 1px outset;
	BORDER-TOP : #000000 1px outset;
	COLOR : #006699;
	font-weight : normal;
	font-family : Verdana, Arial, Helvetica, Sans-Serif;
	font-size : 11px;
}

TEXTAREA  {
	BACKGROUND-COLOR : #FFFFCC;
	BORDER-BOTTOM : #000000 1px solid;
	BORDER-LEFT : #000000 1px solid;
	BORDER-RIGHT : #000000 1px solid;
	BORDER-TOP : #000000 1px solid;
	COLOR : #006699;
	font-family : Verdana, Arial, Helvetica, Sans-Serif;
	font-size : 11px;
	font-weight : normal;
}

INPUT  {
	BACKGROUND-COLOR : #FFFFCC;
	BORDER-BOTTOM : #000000 1px solid;
	BORDER-LEFT : #000000 1px solid;
	BORDER-RIGHT : #000000 1px solid;
	BORDER-TOP : #000000 1px solid;
	COLOR : #006699;
	FONT-FAMILY : Verdana, Arial, Helvetica, Sans-Serif;
	FONT-SIZE : 11px;
	font-weight : normal;
}

SELECT  {
	BACKGROUND-COLOR : #FFFFCC;
	BORDER-BOTTOM : #000000 1px solid;
	BORDER-LEFT : #000000 1px solid;
	BORDER-RIGHT : #000000 1px solid;
	BORDER-TOP : #000000 1px solid;
	COLOR : #006699;
	FONT-FAMILY : Verdana, Arial, Helvetica, Sans-Serif;
	font-size : 11px;
	font-weight : normal;
}
