/Following are a list of hyperlink styles/
/These are the small hyperlinks/



/Small hyperlink text for base of page/


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

}

A.small:link		{
	color: #0066FF;
	text-decoration: underline;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

A.small:visited 		{
	color:  #0099FF;
	text-decoration: underline;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

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

/Main page hyperlinks white with underline black/

}A.yellow			{
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

A.yellow:link		{
	color: #FFFF00;
	text-decoration: underline;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A.yellow:visited	{
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A.yellow:hover	{
	color: #FF3300;
	text-decoration: underline;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}


}A.white			{
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

A.white:link		{
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
A.white:visited	{
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
A.white:hover	{
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;

}

/Main page hyperlinks white with underline grey/


}A.white_grey			{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

A.white_grey:link		{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
A.white_grey:visited	{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
A.white_grey:hover	{
	color: #FF3300;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}

/Green for Sage software/

}A.white_green			{
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



/Blue Times Roman titles/

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

A.blue_verdana:link		{
	color: #000066;
	text-decoration: underline;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
A.blue_verdana:visited	{
	color: #660066;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
A.blue_verdana:hover	{
	color: #999999;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

}
/Feedback form formats /


INPUT.field  {
	BACKGROUND-COLOR : #E8E8FF;
	BORDER-BOTTOM : #000000 1px outset;
	BORDER-LEFT : #000000 1px outset;
	BORDER-RIGHT : #000000 1px outset;
	BORDER-TOP : #000000 1px outset;
	COLOR : #333399 ;
	font-weight : normal;
	font-family : Verdana, Arial, Helvetica, Sans-Serif;
	font-size : 12px;
 	text-decoration: bold;
}

TEXTAREA  {
	BACKGROUND-COLOR : #E8E8FF;
	BORDER-BOTTOM : #000000 1px solid;
	BORDER-LEFT : #000000 1px solid;
	BORDER-RIGHT : #000000 1px solid;
	BORDER-TOP : #000000 1px solid;
	COLOR : #333399;
	font-family : Verdana, Arial, Helvetica, Sans-Serif;
	font-size : 12px;
	font-weight : bold;
}

INPUT  {
	BACKGROUND-COLOR : #E8E8FF;
	BORDER-BOTTOM : #000000 1px solid;
	BORDER-LEFT : #000000 1px solid;
	BORDER-RIGHT : #000000 1px solid;
	BORDER-TOP : #000000 1px solid;
	COLOR : #333399;
	FONT-FAMILY : Verdana, Arial, Helvetica, Sans-Serif;
	FONT-SIZE : 12px;
	font-weight : bold;
}

SELECT  {
	BACKGROUND-COLOR : #CCCCFF;
	BORDER-BOTTOM : #000000 1px solid;
	BORDER-LEFT : #000000 1px solid;
	BORDER-RIGHT : #000000 1px solid;
	BORDER-TOP : #000000 1px solid;
	COLOR : #333399;
	FONT-FAMILY : Verdana, Arial, Helvetica, Sans-Serif;
	font-size : 12px;
	font-weight : bold;
}




