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

h1 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3em;
	text-align:center;
	background-color: #99CCFF;
}

#banner h1 {
	font-size: 1.2em;
	background-color:#FFFFCC;
	text-align: left;
}

h2 {
	font-size: 0.85em;
	font-weight: bold;
	line-height: 1.3em;
	text-align:center;
	background-color: #99CCFF;
}
h4 {
	font-size: 0.85em;
	font-weight: bold;
	line-height: 1.3em;
	text-align:center;
	background-color: #99CCFF;
}
h2 a {
	font-size: 1.0em;
	line-height: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

h3 {
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.2em;
	text-align:center;
	background-color: #CCCCCC;
}

p {
	font-size: 0.8em;
	line-height: 1.5em;
}

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

#utility {
	background-color:#FFFFCC;
}

.bread {
	font-size: 0.8em;
	line-height: 1.5em;
	color: #000099;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.listlink{
	font-size: 0.85em;
}
.listlinkred{
	font-size: 0.85em;
	font-weight: bold;
	color: #FF0000;
}
.util {
	text-align:center;
}

.util a{
	font-size: 0.7em;
	line-height: 1.0em;
}

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


}

.navbar2 {
	text-align: center;
}

.navbar a{
	font-size: 0.7em;
	line-height: 1.0em;
}

.navbar2 a{
	font-size: 0.7em;
	line-height: 1.0em;
}

.close {
	font-size: 0.8em;
	line-height: 1.3em;
}

ol, ul {
	font-size: 0.8em;
	line-height: 1.3em;	
}

.red {color: #FF0000;}

#footer {
	text-align:centre;
}

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

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