a:link, a:visited {
	color: #4263AD;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: rgb(255,102,0);
	text-decoration: underline;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #A3D7F5;
	color: rgb(0,0,102);
	margin-top: 0;
	margin-left: 0;
}
table {
	font-size: 10pt;
	border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica;
}
h1 {
	color: #386C98;
	font-size: large;
}
h2 {
	color: #386C98;
	font-size: medium;
}
h3 {
	color: #5F9EA0;
}
h4 {
	color: rgb(153,0,0);
	font-weight: bold;
	margin-bottom: 0;
}
h5 {
	color: rgb(153,0,0);
}
h6 {
	color: rgb(153,0,0);
}
p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.headerlake {
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	background-image: URL(images/header1.jpg);
	background-repeat: repeat-x;
	color: #4263AD;
}
p.headertext {
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
}
.footer {
	font-family: Arial;
	font-size: 8pt;
}

#menu {
	width: 172px;
}
#menu td.nav  {
	background-image: URL(images/navarrow.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	padding-left: 15px;
	font-size: 9pt;
}
/*
#menu td.nav a:hover {
	color: green;
}
*/
#menu td.navhead {
	padding-left: 15px;
	font-weight: bold;
}
.UL {
	width: 20px;
	height: 20px;
	background-image: URL(images/UL.jpg);
	background-repeat: no-repeat;
}
.UR {
	width: 18px;
	height: 20px;
	background-color: transparent;
	background-image: URL(images/UR.jpg);
	background-repeat: no-repeat;
}
#menu1 {
	width: 180px;
	float: right;
	height: 165px;
	margin-left: 20px;
}
#layout {
	width: 800px;
	border-collapse: collapse;
	border: 0;
	padding: 0;
}
td.titlebar {
	height: 162px;
	vertical-align: top;
}
#inside {
	width: 100%;
	border-collapse: collapse;
	background-color: White;
}
#content {
	width: 100%;
	background-color: White;
	table-layout: fixed;
}