a:link, a:visited{
	color: #FFFFCC;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;


}
a:hover{
	color: #FFCC66;
	text-decoration: underline;
}




/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/
div, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td {
	color: #798169;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
}

h1 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	display: inline;
}



/*Sets line-height of menuitems*/
#p7TMnav div {
	/*/*/line-height: 2; /* */
}


/*Sets background color, border, and padding around the menu DIV*/
#p7TMnav {
	padding: 0px;
	margin: 0px;




}

/*second level menuitem divs and lower -Cascades to lower levels-*/
/*Sets left margin to 12px establishing a cascading indent*/
#p7TMnav div div {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 6px;

}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	display: block;
	background-color: #EEA03D;
	color: #1B116B;
	text-decoration: none;
	border: 1px solid #EEA03D;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 6px;
	margin: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#p7TMnav div a:visited {
	color: #1B116B;
}
#p7TMnav div a:hover {
	background-color: #1B116B;
	color: #F9DE83;
	border: 1px solid #EEA03D;


}


.p7currentmark { font-weight: bold; color: #884400!important; }


hr {
	color: #9F9E8A;
}
