body {
	margin : 0px;
	color: #003333;
	font-size : 12px;
	font-family : arial;
	font-weight : normal;
	text-decoration: none;
	background-color: #E2EDEF;
}

.outside-box {
	width : 100%;
	display : block;
	padding : 3px;
	font-size : 12px;
	font-family : verdana;
	font-weight : normal;
	border-style : solid;
	border-width : 0px;
	border-color : #000066;
}

.inside-box {
	padding : 3px;
	font-size : 12px;
	font-family : verdana;
	font-weight : bold;
	border-style : solid;
	border-width : 0px;
	border-color : #FFFFFF;
}

.nav-title {
	width : 160px;
	text-align : left;
	padding : 3px;
	font-size : 12px;
	font-family : arial;
	font-weight : normal;
	border-style : solid;
	border-width : 0px;
	border-color : #FFFF00;
	background : #003333;
}

.nav-link {
 width : 220px;
 text-align : left;
 padding : 3px;
 color:#FFFFFF;
 display : block;
 border-style : solid;
 border-width : 0px;
 border-color : #FFFFFF;
 border-top : none;
}

a.nav-link:link, a.nav-link:visited {
	background-color : #E9EEF5;
	color : #FFFFFF;
}

a.nav-link:hover, a.nav-link:active {
	background-color : #D1E0EF;
	color : #FFFFFF;
	text-align: left;
	text-decoration: none;
}

a:link {
	color : #003333;
	font-size : 12px;
	text-decoration : none;
	font-weight: normal;
	font: arial;
}

a:visited {
	color : #003333;
	font-size : 12px;
	text-decoration : none;
	font: arial;
}

a:active {
	color : #003333;
	font-size : 12px;
	text-decoration : none;
	text-align: right;
	font: arial;
}

a:hover {
	color : #000000;
	font-size : 12px;
	text-decoration : underline;
	font-weight: normal;
	font: arial;
}
 
