@charset "UTF-8";

/*Force Scrollbars to appear*/
html{min-height:100%;margin-bottom:1px}

/*HTML*/

body {
	background-color: #CCCCCC;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


/*PAGE LINKS*/

a:link {
	color: #03588C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #03588C;
}
a:hover {
	text-decoration: underline;
	color: #009999;
}
.main_body {
	background-position: center;
	text-align: left;
}
a:active {
	text-decoration: none;
	color: #03588C;
}


/*TOP NAVBAR LINKS*/

.navbar_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	top: 2px;
	vertical-align: middle;
}

.navbar_main a:link {
	color: #03588C;
	text-decoration: none;
}
.navbar_main a:visited {
	text-decoration: none;
	color: #03588C;
}
.navbar_main a:hover {
	text-decoration: none;
	color: #009999;
}
.navbar_main a:active {
	text-decoration: none;
	color: #03588C;
}


/*SIDEBAR HEADER LINKS*/


.sidebar-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #03588C;
	display: block;
	width: 200px;
	background-image: url(../images/sidebar_background-over.gif);
	margin: 0px;
	padding: 6px 6px 6px 13px;
	height: 23px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: left;
	
}

.sidebar-header a:link {
	color: #03588C;
	text-decoration: none;
	display: block;
}

.sidebar-header a:hover {
	text-decoration: none;
	color: #009999;
	display: block;
}


.sidebar-header a:visited {
	display: block;
}

/*SIDEBAR LINKS*/

.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #03588C;
	display: block;
	width: 200px;
	background-image: url(../images/sidebar_background.gif);
	margin: 0px;
	padding: 6px 6px 6px 13px;
	height: 23px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: left;
	
}

.sidebar a:link {
	color: #03588C;
	text-decoration: none;
	display: block;
}

.sidebar a:hover {
	text-decoration: none;
	color: #009999;
	display: block;
}


.sidebar a:visited {
	display: block;
}




/*FOOTER LINKS*/
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-position: center;
	text-align: center;
	color: #03588C;
	line-height: 12pt;
}

.footer a:link {
	color: #03588C;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: #03588C;
}
.footer a:hover {
	text-decoration: none;
	color: #E8F7EE;
}
.footer a:active {
	text-decoration: none;
	color: #03588C;
}

/*Subheads*/


h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
h1 {
	font-size: 12pt;
	color: #03588C;
	font-weight: bold;
	line-height: 16pt;
}
h2 {
	font-size: 10pt;
	color: #666666;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

/*Body Text*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	line-height: 14pt;
	text-align: left;
}

.subject {
	font-size: 12pt;
	color: #999999;
	line-height: 16pt;
	font-style: italic;
}

.area {
	font-size: 12pt;
	color: #03588C;
	line-height: 16pt;
}
