a:visited {
	color: #666666;
	text-decoration: underline;
}
a:active  {
	color: #C21F16;
	text-decoration: underline;
}
a:hover{
	color: #C21F16;
	text-decoration: underline;
}
a:link {
	color: #666666;
	text-decoration: underline;
}

.red {
	color: #FF0000;
	font-weight: bold;
}

.mainTextSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
}
.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #D2D4CB;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #947A52;
}
a.footer:visited {
	color: #947A52;
	text-decoration: underline;
}
a.footer:active  {
	color: #6F5F46;
	text-decoration: underline;
}
a.footer:hover{
	color: #6F5F46;
	text-decoration: underline;
}
a.footer:link {
	color: #947A52;
	text-decoration: underline;
}


/* STYLES FOR DROP DOWNS */
.menuContent {
	left: 223;
	filter: Alpha(Opacity=90);
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #102058;
    DISPLAY: block;
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 0px;
    PADDING-TOP: 0px;
}
a.menuLink:visited {
	color: #000000;
	text-decoration: none;
}
a.menuLink:active {
	color: #B3231B;
	text-decoration: none;
}
a.menuLink:hover {
	color: #B3231B;
	text-decoration: none;
}
a.menuLink:link {
	color: #000000;
	text-decoration: none;
}

.menu-table {
	background-color: #DBDDD5;
	border: 1px solid #FFFFFF;
}

h1 {
	font-size: 14px;
	color: #000000;
	border-left: 4 solid #C83434;
	padding-left: 6px;
}