/* ---- CUSTOM */
.title_lg  {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight:bold;
}

.title_sm  {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight:bold;
}
.title_blue  {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #89c9e1;
	text-transform: uppercase;
	font-weight:bold;
}
a.nav_secondary:link, a.nav_secondary:active, a.nav_secondary:visited {
	font-size:11px;
	text-decoration: none;
	color:#fff;
	font-weight:bold;
	display:block;
	width:150px;
	padding-top:4px;
	padding-right:5px;
	padding-bottom:4px;
	padding-left:8px;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#ee666d4a, endColorstr=#ee666d4a);
	background-image:url(../images/transpacer.gif);
}

a.nav_secondary[class]:link, a.nav_secondary[class]:active, a.nav_secondary[class]:visited {
	width:137px;
	color:#fff;
	font-weight:bold;
	background-color:#808766;
}

a.nav_secondary[class]:hover {
	color:#8ac9e0;
}


a.nav_secondary:hover {
	font-size:11px;
	color:#8ac9e0;
	background-image:url(../images/subnav_bk_.gif);
	background-repeat:no-repeat;
}


/*---- */
.border{
border:solid #000000 1px;
}

td.content{
	padding:6px;
}

/* ---- GLOBAL */
body, td, p, ul, li  {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

body {
height:100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color:#EEEEEE;
}
/* ---- */



/* ---- LINKS */
a:link, a:active, a:visited { 
	color: #d8763c;
	text-decoration: none;
}

a:hover {
	color: #e78a53;
	text-decoration: none;
}

a.sub_nav:link, a.sub_nav:active, a.sub_nav:visited { 
	color: #3e4725;
	font-size:9px;
	padding-left:0px;
	padding-right:3px;
	text-decoration: none;
	font-weight:bold;
	font-variant:uppercase;
}

a.sub_nav:hover {
	color: #89c9e1;
	text-decoration: none;
	font-weight:bold;
	font-variant:uppercase;
	z-index:5;
}

a.third_nav:link, a.third_nav:active, a.third_nav:visited { 
	color: #999999;
	font-size:9px;
	padding-left:3px;
	padding-right:3px;
	text-decoration: none;
	font-weight:bold;
	font-variant:uppercase;
}

a.third_nav:hover {
	color: #89c9e1;
	text-decoration: none;
	font-weight:bold;
	font-variant:uppercase;
}
nav_highlight {
	color: #89c9e1;
	text-decoration: none;
	font-weight:bold;
	font-variant:uppercase;
}
/* ---- */