@charset "UTF-8";
/* CSS Document */

.pageHead {
	font-size: x-small;
	font-weight: bold;
	color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.topNavigation {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}
.sectHeadLarge {font-size: large}
.sectionHeader {font-size: x-large}
.bodybold {font-size: small; font-weight: bold; }
.white12boottom {color: #FFFFFF}
.searchBox {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.pageHeadWhiteCaps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #FFFFFF;
}
.bodyWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.bodyplain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000000;
}
.headGold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFCC00;
}
.borderTable { 
padding: 1px 1px 1px 1px;
border: 1px solid #000000;
}
h1{
font-family: Arial, Helvetica, sans-serif;
font-size: x-large;
font-weight: bold;
color: #000000;
display: inline;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #000000;
	display: inline;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	display: inline;
}
/* ID Styles */

.borderTable { 
padding: 1px 1px 1px 1px;
border: 1px solid #000000;
}

#navigation td {
	border-bottom: 1px solid #006600;
	}
	
#navigation a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:8px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 28px;
	background: url("mm_arrowG.gif") 14px 45% no-repeat;
	}
	
#navigation a:hover {
	background: #ffffff url("navIndiR.gif") 14px 45% no-repeat;
	color:#f86200;
	}
	
	#navigation b:hover {
	background: #ffffff url("navIndiR.gif") 12px 45% no-repeat;
	color:#006600;
	}
	
#logo 	{
	font:24px Verdana, Arial, Helvetica, sans-serif;
	color: #CCFF99;
	letter-spacing:.2em;
	line-height:30px;
	}

#tagline 	{	
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color: #FF9933;
	letter-spacing:.4em;
	line-height:18px;
	}

/*
#navigation td {
        border-bottom: 1px solid #000000;
        }
        
#navigation a {
        font: 11px Verdana, Arial, Helvetica, sans-serif;
        color: #003366;
        line-height:11px;
        letter-spacing:.1em;
        text-decoration: none;
        display:block;
        padding:8px 6px 10px 28px;
        background: url("mm_arrow.gif") 14px 45% no-repeat;
        }
        
#navigation a:hover {
        background: #eeeeee url("mm_arrow.gif") 14px 45% no-repeat;
        color:#FF6600;
        }
