body {
 margin : 20px;
 color: #444488;
 font-size : 11px;
 font-family : verdana;
 font-weight : normal; 
}

.outside-box {
 width : 100%;
 display : block;
 padding : 3px;
 font-size : 11px;
 font-family : verdana;
 font-weight : normal; 
 border-style : solid;
 border-width : 1px;
 border-color : #8888FF;
}

.inside-box {
 padding:3px;
 font-size : 11px;
 font-family : verdana;
 font-weight : normal; 
 border-style : solid;
 border-width : 1px;
 border-color : #8888FF;
 background-color:#E7E7E7;
}

.nav-title {
 width : 150px;
 text-align : left;
 padding : 3px;
 font-size : 11px;
 font-family : verdana;
 font-weight : normal; 
 border-style : solid;
 border-width : 1px;
 border-color : #8888FF;
 background : #CCCCFF;
}

.nav-link {
 width : 150px;
 text-align : left;
 padding : 3px; 
 display : block;
 border-style : solid;
 border-width : 1px;
 border-color : #8888FF;
 border-top : none;
 background-color:#E7E7E7;
}

a.nav-link:link, a.nav-link:visited {
 background-color : #FFFFFF;
 color : #4444FF; 
}

a.nav-link:hover, a.nav-link:active {
 background-color : #8888FF;
 color : #FFFFFF; 
}

a:link {
 color : #4444FF;
 font-size : 11px;
 text-decoration:none;
}

a:visited {
 color : #4444FF;
 font-size : 11px;
 text-decoration : none;
}

a:active {
 color : #0000FF;
 font-size : 11px;
 text-decoration : none;
}

a:hover {
 color : #8888FF;
 font-size : 11px;
 text-decoration : none;
}
input, textarea, select, option {
 background-color:Silver;
 border-style:none;
 font-family : verdana;
 font-size: 11px;
 color:Black;
 padding: 0px;
}
.text{
 font-size : 11px;
 font-family : verdana;
 font-weight : normal;
}
.textsmall{
	font-size : xx-small;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;

}
.nav-link-anz { width : 150px; text-align : left; padding : 3px; display : block; border-style : solid; border-width : 1px; border-color : #8888FF; border-top : none; background-color:#E7E7E7; ; font-weight: bold; color: #FF0000}
