/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #0A2988;
	margin: 0px;
	padding: 0px;
	font-size:10px%;
}
.box {
	background-color: #FDFBE7;
	width: 100%;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #072C98;
	padding: 5px;
}

h1 {font-size: 100%; color: #083FCB;}
h2 {font-size: 90%; color: #083FCB;}

p {font-size: 75%; color: #0A2988;}

ul {
	padding:0 0 0 30px;
	margin:0 0 10px 0;
	list-style-type: none;
}

li {
	font-size: 75%;
	padding-left:15px;
	margin-bottom: 10px;
	background-image: url(../images/indicator.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
}

a:link, a:visited {
	color: #083FCB;
	text-decoration: underline;
}
a:hover {
	color: #4B73DB;
	text-decoration: none;
}


a.lnav:link, a.lnav:visited {
	font-size: 75%;
	color: #0A2988;
	text-decoration: none;
	background-color: #FFF795;
	display: block;
	width: 130px;
	padding-left: 18px;
	line-height:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2E041;
	background-image: url(../images/indicator.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
}
a.lnav:hover {
	font-size: 75%;
	color: #0A2988;
	text-decoration: none;
	background-color: #FFF372;
	display: block;
	width: 130px;
	padding-left: 18px;
	line-height:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2E041;
	background-image: url(../images/indicator.gif);
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-position: 3px center;
}
	

a.bottomLink:link {color: #ffffff; text-decoration: none;}
a.bottomLink:visited {color: #FFFFFF; text-decoration: none;}
a.bottomLink:hover {color: #F9E451;}

.bottom {
	font-size: 70%;
	color: #FFFFFF;
	text-align: center;
	height: 50px;
}
