
.maintext {
	font-family: Tahoma;
	font-size: 11px;
	color: #682C00;
	text-decoration: none;
}

.smalltext {
	font-family: Tahoma;
	font-size: 10px;
	color: #682C00;
	text-decoration: none;
}

.sub-headers {
	font-family: Garamond;
	font-size: 14px;
	color: #FC9503;
	text-decoration: none;
	font-weight:bold;
}

.whitetext {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.footer {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.breadcrumbs-arrow {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}

/*----------------- borders ----------------------*/
.cell-right-border {
	border-right: 1px solid #FCDA8A;
	
}

/*----------------- links ----------------------*/

a:link {
	font-family: Tahoma;
	font-size: 11px;
	color: #AC0000;
	text-decoration: none;
}
a:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #AC0000;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #808080;
	text-decoration: none;
}
a:active {
	font-family: Tahoma;
	font-size: 11px;
	color: #AC0000;
	text-decoration: none;
}

a.whitelink:link {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a.whitelink:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a.whitelink:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #FF9601;
	text-decoration: none;
}
a.whitelink:active {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

a.breadcrumbs:link {
	font-family: Tahoma;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}
a.breadcrumbs:visited {
	font-family: Tahoma;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}
a.breadcrumbs:hover {
	font-family: Tahoma;
	font-size: 9px;
	color: #ff9900;
	text-decoration: none;
}
a.breadcrumbs:active {
	font-family: Tahoma;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}

/*----------------- links ----------------------*/