.bgMain{
	background-color: #FFFFFF;
}

.bgMedium{
	background-color: #999999;
}

.bgDark{
	background-color: #000000;
}

.bgDarkPad2{
	background-color: #000000;
	padding: 2px 2px 2px 2px;
}

.tabLink{
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #EEEE66;
}

.footer{
	background-color: #000000;
	padding: 2px 2px 2px 2px;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
}

.footer A.tabLink{
	font-size: 12px;
}

.normalAlt{
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}

.normalAlt .label{
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.normal{
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}

.large{
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
}

.label{
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

strong.attnRed{
	font-weight: bold;
	color: #c00;
}

strong.attnRedLight{
	font-weight: bold;
	color: #c99;
}

.head1{
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}

.head2{
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.heading{
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.banner{
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}

.small{
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

.largeLink{
	font-size: 18px;
}

.pad2{
	padding: 2px 2px 2px 2px;
}

.pad8{
	padding: 8px 8px 8px 8px;
}

TEXTAREA{
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #000000;
}

SELECT{
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
}

INPUT{
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
}

A:link{
	text-decoration: underline;
	color:#0000CC;
}

A:visited{
	text-decoration: underline;
	color:#0000CC;
}

A:active{
	text-decoration: underline;
	color:#0099CC;
}

A:hover{
	text-decoration: underline;
	color:#0099CC;
}

A:link.tabLink{
	text-decoration: underline;
	color:#EEEE66;
}

A:visited.tabLink{
	text-decoration: underline;
	color:#EEEE66;
}

A:hover.tabLink{
	text-decoration: underline;
	color:#FFFFCC;
}

A:active.tabLink{
	text-decoration: underline;
	color:#CC3333;
}

A:link.tabLinkRed{
	text-decoration: underline;
	color:#FFDDDD;
}

A:visited.tabLinkRed{
	text-decoration: underline;
	color:#FF9999;
}

A:hover.tabLinkRed{
	text-decoration: underline;
	color:#FFCCCC;
}

A:active.tabLinkRed{
	text-decoration: underline;
	color:#AA3333;
}

