@charset "utf-8";
body {
	background-image: url(graphics/water.jpg);
	background-attachment:fixed;
	font-family:Verdana, Arial, Helvetica, sans-serif
}
.blue {
	color: #4D67F2;
}
.red {
	color: #CC0000;
}
.maintable {
	background-color:#FFFFFF;
	width: 914px;
}
.copyright {
	font: Arial Narrow;
	font-family: Arial Narrow;
	font-size: 8pt;
	color:#000000;
}
.body_header {
	font: Verdana;
	font-size: 11pt;
	color: #4D67F2;
}
.body_text {
	font: Verdana;
	font-size: 8pt;
	color: #000000;
}
.body_text_red {
	font: Verdana;
	font-size: 8pt;
	color: #CC0000;
	}
.body_text_blue {
	font: Verdana;
	font-size: 8pt;
	color: #4D67F2;
}
.menu_text {
	font: Arial Narrow;
	font-family: Arial Narrow;
	font-size: 10pt;
	color: #000000;
}
.footnotes {
	font: Arial Narrow;
	font-family: Arial Narrow;
	font-size: 9pt;
	color: #000000;
}
.footnotes_blue {
	font: Arial Narrow;
	font-family: Arial Narrow;
	font-size: 9pt;
	color: #4D67F2;
}	
.footnotes_red {
	font-family: "Arial Narrow";
	font: Arial Narrow;
	font-size: 10pt;
	color: #CC0000;
}
a:link {
	text-decoration: none;
	border: none;
	border-width: 0;
	color: #4D67F2;
}
a:visited {
	text-decoration: none;
	color: #4D67F2;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #4D67F2;
}
/* Side Navigation */
ul.sidemenu {
	font: Arial Narrow;
	font-size: 12px;
	color: #000000;
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	}
	
ul.sidemenu li {
	clear: left;
	float: left;
	list-style: none;
	display: block;
	width: 100%;
	margin: 5px 0 0 0;
	padding: 0;
	}
  
ul.sidemenu li a:link, ul.sidemenu li a:visited {
	font-size: 12px;
	display: block;
	color: #4D67F2;
	text-decoration: none;
	margin: 0;
	padding: 5px 0 0 0;
	}
  
ul.sidemenu li a:hover, ul.sidemenu li a:active {
	color: #000000;
	text-decoration: none;
	}

ul.sidemenu li.open a:link, ul.sidemenu li.open a:visited {
	}

ul.sidemenu li.open li a:link, ul.sidemenu li.open li a:visited {
	background-image: none;
	}
  
ul.sidemenu ul {
	float: left;
	margin: 5px 0 0 0;
	padding: 0;
	}

ul.sidemenu ul li {
	background-image: none;
	margin:0;
	padding:0;
	}
  
ul.sidemenu ul li a:link, ul.sidemenu ul li a:visited {
	font: Arial Narrow;
	font-size: 10px;
	color: #000000;
	background-image: none;
	padding: 0 0 5px 10px;
	}
  
ul.sidemenu ul li a:hover, ul.sidemenu ul li a:focus {
	color: #4D67F2;
	}

#ajaxticker1{
width: 230px;
height: 150px;
border: 0px ridge black;
padding: 2px;
background-color: #F0F0F4;
}
#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #F0F0F4;
}