/*General Elements */
hr {
	border-bottom: dotted; border-color: #666666; border-bottom-width: 1px;
}


.pageText {font-family: sans-serif; font-size: 11px; color:#666666; line-height: 15px;;}
h1 {
	font-family: sans-serif; font-size: 14px; color: #666666; text-decoration: underline;}

	h2 {
	font-family: sans-serif; font-size: 11px; color: #333333; padding-left:3px; font-weight: bold;}
	h3 {
	font-family: sans-serif; font-size: 11px; color: #333333; font-weight: bold;}

.rightText {font-family: sans-serif; font-size: 11px; color:#777777; line-height: 12px; padding-left:20px;}

h5 {font-family: sans-serif; font-size: 14px; color:#006699}
	

A {color: CC0000;}
A:hover {color: blue;}
A:active {color:CC0000;}

/* content area */
.secondNav {
	font-family: sans-serif;
	font-size: 11px;
	border-left: solid; border-width: 1px;
	border-left-color: #333333;
	padding-left: 7px;
	padding-top:1px;
	padding-bottom:1px;
}

.NavTitle {
	height: 20px;
	width: 113px;
	font-family: sans-serif;
	font-size: 12px;
	color: #333333;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
}

.NavTitleOver {
	background-color: CC0000;
	color: white;
	cursor: hand;
	font-family: sans-serif; font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
	
}

.tableBG {
	background-image: url(images/logoBG.jpg); background-repeat: no-repeat;
}