
body{
	background-color: #ECECEC;
}

body, td, th, select, input, div, span, p{
	color:#000000;
	font-family: arial;
	font-size: 12px;
}
.navbar{
	color: #FFFFFF;
	font-size: 14px;
	font-family: verdana;
	font-weight: bold;
	text-decoration: none;
}
.navbar:hover{
	color: #ACACAC;
	font-size: 14px;
	font-family: verdana;
	font-weight: bold;
	text-decoration: none;
}
.utilNav{
	color: #FFFFFF;
	font-size: 12px;
	font-family: verdana;
	font-weight: normal;
	text-decoration: none;
}
.utilNav:hover{
	color: #FFFFFF;
	font-size: 12px;
	font-family: verdana;
	font-weight: normal;
	text-decoration: underline;
}

a {
	font-family: arial;
	font-size: 12px;
	color: red;
}
a:hover {
	font-family: arial;
	font-size: 12px;
	color: red;
}

.title{
	font-family: arial black;
	font-size: 20px;
	color: #000000;
	letter-spacing: 1;
	font-weight: normal;
}

.pagetitle{
	font-family: arial black;
	font-size: 14px;
	color: #000000;
	letter-spacing: 1;
	font-weight: bold;
}

.leftNav{
	color: #000000;
	font-size: 11px;
	font-family: verdana;
	font-weight: bold;
	text-decoration: none;
}
.leftNav:hover{
	color: #cc0000;
	font-size: 11px;
	font-family: verdana;
	font-weight: bold;
	text-decoration: underline;
}

.leftNav2{
	color: #000000;
	font-size: 10px;
	font-family: verdana;
	font-weight: normal;
	text-decoration: none;
}
.leftNav2:hover{
	color: #cc0000;
	font-size: 10px;
	font-family: verdana;
	font-weight: normal;
	text-decoration: underline;
}

.newslink {
	font-family: arial;
	font-size: 12px;
	color: red;
	text-decoration: none;
}
.newslink:hover {
	font-family: arial;
	font-size: 12px;
	color: red;
	text-decoration: underline;
}
ul{
 list-style: square;
}

li{
list-style: square;
}

.tabOn{
	font-family: arial;
	font-size: 12px;
	border: 1px solid black;
	padding: 3px 3px 3px 3px;
}
.tabOnLink{
	font-family: arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;	
}

.tabOff{
	color: #6C6C6C;
	font-family: arial;
	font-size: 12px;
	border: 1px solid black;
	padding: 3px 3px 3px 3px;
	background-color: #ECECEC;
}
.tabOff_r{
	color: #000000;
	font-family: arial;
	font-size: 12px;
	border: 1px solid black;
	padding: 3px 3px 3px 3px;
	background-color: #ECECEC;
}
.tabOffLink{
	font-family: arial;
	font-size: 12px;
	color: #6C6C6C;
	text-decoration: none;
}
.tabOffLink:hover{
	font-family: arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.tabSpacer{
	border-bottom: 1px solid black;
}