body {
	margin : 0px;
	color: #003366;
	font-size : 10px;
	font-family : arial;
	font-weight : normal;
	text-decoration: none;
}

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

.inside-box {
 padding : 3px;
 font-size : 10px;
 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 : 10px;
 font-family : arial;
 font-weight : normal; 
 border-style : solid;
 border-width : 0px;
 border-color : #FFFF00;
 background : #D8D8D8;
}

.nav-link {
 width : 220px;
 text-align : left;
 padding : 3px;
 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 : #333333; 
}

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

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

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

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

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