/*Text format stylesheet*/
body {
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	text-align:center;
	background-color: #9CF;
}

h1 a {
	font-size: 14px;
	font-weight: bold;
	text-align:center;
}

#banner h1 {
	font-size: 16px;
	line-height: 20px;
	background-color:#FFC;
	text-align: left;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	text-align:center;
	background-color: #9CF;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	text-align:center;
	background-color: #9CF;
}
h2 a {
	font-size: 12px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-align:center;
	background-color: #CCC;
}

p {
	font-size: 12px;
	line-height: 18px;
}

#breadcrumb p {
	font-weight: bold;
	color: #000099;
}

#utility {
	background-color:#FFFFCC;
}

.bread {
	font-size: 11px;
	line-height: 12px;
	color: #000099;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.listlink{
	font-size: 11px;
}
.listlinkred{
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}

.textcol {
	border-top: #000 solid 1px;
	padding-top: 5px;
}

.textcolth {
	border-top: #000 solid 2px;
	padding-top: 5px;
}

.util {
	text-align:center;
}

.util a{
	font-size: 11px;
	line-height: 12px;
}

.navbar {
	text-align: center;
	background-color:#99CCFF;
}

.navbar2 {
	text-align: center;
}

.navbar3 {
	text-align: center;
	background-color:#FFFFFF;
}

.navbar a{
	font-size: 11px;
	line-height: 12px;
}

.navbar2 a{
	font-size: 11px;
	line-height: 12px;
}

.navbar3 a{
	font-size: 11px;
	line-height: 12px;
}

.close {
	line-height: 14px;
}

ol, ul {
	font-size:11px;
	line-height: 15px;
}

.red {color: #FF0000;}

#footer {
	text-align:centre;
}

/******* hyperlink and anchor tag styles *******/	
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #000099;
}

a:link, a:visited{
	text-decoration: none
	}	
	
a:hover {
	text-decoration: underline;
	}

