/* Set background colours. */
.normalbg	{background-color: #FFFFFF}
.popupbg	{background-color: #CDCEE2}
.prodborder	{background-color: #CDCEE2}
.prodbg		{background-color: #FFFFFF}

/* Default link style is Blue, Underlined, Bold. Visited is Lilac. */
a		{text-decoration: underline; font-weight: bold}
a:link		{color: #009;}	
a:visited	{color: #900;}	
a:hover		{color: #900;}
a:active	{color: #009;}

/* Text Classes. */
h2		{font-size: 14px; color:#0F0077; padding: 5px}
td		{font-family: Arial, sans-serif; font-size: 12px}
.head		{font-size: 16px; font-weight: bold; color: #0F0077}
.subhead	{font-size: 14px; font-weight: bold; color:#0F0077; padding: 8px}
.subhead2	{font-size: 18px; font-weight: bold; color:#0F0077; padding: 8px; text-align: center;}
.feathead	{font-size: 14px; font-weight: bold; color:#0F0077}
.bold		{font-weight: bold}
.ital		{font-style: italic}
.testim		{font-size: 10px; line-height: 11px;}
.testimauth	{font-size: 9px; font-style: italic; line-height: 11px;}
.tstauth	{font-size: 10px; }
.button		{background-color: #FFFFFF; font-size: 10px}
.indent		{text-indent: 2em; }

form {display: inline;}.productheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bolder;
	color: #FF0000;
}
