/* MAIN STYLESHEET */

html {
	scrollbar-face-color: #cccccc;
	scrollbar-arrow-color: white;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: #036ebe;
	scrollbar-3dlight-color: black;
}

/* Main Structure */
body {
	background-color: #ffffff;
	margin: 0 0 0 0;
	font-family: Verdana, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.8em;
	line-height: 1.5em;
}


p, lengend {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1em;
}

h1 {
	font-size: 1.2em;
	color: #000089;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-size: 1em;
	color: #000089;
	margin-bottom:-5px;
}

.caption {
	font-size: 0.8em;
	color: #000089;
}

hr {
	color: #000089;
}

.right {
	text-align: right;
}

A {
	color: #000089;
	font-weight: bold;
	text-decoration: none;
}

A:Hover {
	text-decoration: underline;
}

A:Visited {
	color: #000089;
}

A.login {
	font-size: 0.8em;
}

#footer {
	font-size: 0.8em;
	letter-spacing: 0em;
	color: #000089;
}

#footer a {
	color: #000089;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
	text-decoration: underline;
}

table.news {
	border-width: 1px;
	border-color: #9687CF;
	border-collapse: collapse;
	border-style: solid;
}

.white_head {
font-family: arial, sans-serif;
font-size: 10pt;
color: #ffffff;
background-color: #7B007C;
text-align: left;
font-weight: bold;
font-style: normal;
}

.white_nav {
font-family: arial, sans-serif;
font-size: 12pt;
color: #ffffff;
text-align: left;
font-weight: bold;
font-style: normal;
}

.purple_head {
font-family: arial, sans-serif;
font-size: 8pt;
color: #7B007C;
text-align: left;
font-weight: bold;
font-style: normal;
}

.error {
font-family: arial, sans-serif;
font-size: 8pt;
color: #B22222;
font-style: normal;
}

.center {
font-size: 8pt;
color: #000000;
text-align: center;
}