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

/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 0 0 12px 0;
	font-size: 12px;
	display: block;
	/*/*/display: block; /* hide from NN4*/
	font-variant: normal;
}
#p7TMctrl a:link {
	color: #FFFFFF;
	font-variant: normal;
	font-size: 15px;
	line-height: 24px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#p7TMctrl a:visited {
	color: #FFFFFF;
	font-weight: bold;
	font-variant: normal;
}
#p7TMctrl a:hover {
	color: #FFFF66;
	font-variant: normal;
	font-size: 16px;
}
#nav/*Sets line-height of all menuitems*/
 {
	/*/*/line-height: 1.5; /* */
	font-variant: normal;
	font-weight: bold;
	color: #FFFFFF;
}
#nav  a:link  {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 15px;
}
#nav  a:visited  {
	color: #FFFFFF;
	font-weight: bold;
	font-variant: normal;
	font-size: 15px;
}
#nav  a:hover  {
	color: #FFFF66;
	font-variant: normal;
	font-weight: bold;
	font-size: 16px;
}

/*rules programatically assigned to parent links when image-based plus and minus option is selected*/
/*do not remove*/
.p7plusmark {
	background-repeat: no-repeat;
	background-image:   url(p7t_plus.gif);
	background-position: 0 50%;
	padding: 0 0 0 20px !important;
	font-variant: normal;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:   url(p7t_minus.gif);
	background-position: 0 50%;
	padding: 0 0 0 20px !important;
	font-variant: normal;
}
/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-image:  none;
	padding: 0 0 0 20px !important;
	font-variant: normal;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF !important;
	font-variant: normal;
}

