body {
	background-image: url(img/bg.gif);
	background-repeat: repeat;
	margin-top: 0px;
}
.dotline {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #001354;
}
td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
a {
	color: #001354;
	text-decoration: underline;
}
a:hover {
	color: #333333;
}
.boldblue {
	font-weight: bold;
	color: #001354;
	text-decoration:none;
}
.boldgrey {
	font-weight: bold;
	color: #333333;
}
.greytd {
	background-color: #E3E3E3;
}
.orangetd {
	background-color: #F8B675;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.indent1 {
	margin: 0 0 0 6px;
}

.indent2 {
	margin: 0 0 0 12px;
	font-style: italic;
}
.indent3 {
	margin: 0 0 0 32px;
	font-style: italic;
}

/*Sets style for menu tree*/
#p7TMnav {
	line-height: 2;
	font-size: 11px;
	color: #001354;
	width: 130px;
}

/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to 16px establishing a cascading indent*/
#p7TMnav div div {
	margin: 0 0 0 8px;
}

/*The Link style for top-level menuitems*/
#p7TMnav div a {
	font-weight: bold;
	padding: 0;
	text-decoration: none;
}

#p7TMnav div div a {
	font-weight: normal;
}

.bottomBdr {
	border-bottom: 1px dotted #001354;	
}

.butClass{ 
	border: 0px solid; 
	border-color: #636363; 
}

.unit_tbl {
	border: 1px solid #FFFFFF;	
}

.unit_td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #BBD4FB;
	font-weight: bold;
	border-bottom: 1px solid #888;
}

.current {
	text-decoration: none;
}
.hidden{
visibility:hidden;
}
.visible{
	visibility:visible;
	color:#FF0000;
	font-size:14px;
}