.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 12px;
	text-align: justify;
}
.title1 {
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	
	line-height: 16px;
}
.light2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
	
	line-height: 14px;
}
.light3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FFFFFF;
	line-height: 14px;
}
A {
	text-decoration : none;
}
A:LINK {
	color: #0000FF;
}
A:VISITED {
	color: #0000FF;
}
A:ACTIVE {
	background-color:transparent;
}
A:HOVER {
	color: #000066;
}
.mainnav1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
}

body {
        margin:2em; padding:0;
        background: white;
        }
        
#menu {
        height: 25px;
        margin: 3em 0; padding:0 1em;
        border-bottom: 1px solid black;
        }

div.outer {
        float: left;
        width: 120px; height: 25px;
        margin: 0 3px 0 0;
        background: url( 'bars.gif' ) 0 -50px no-repeat;
        }

div.outer a {
        display: block;
        margin: 0; padding:0;
        width:100%; height:100%;
        overflow:hidden;
        font: bold 13px/1 Georgia, serif;
        color:#039;
        text-decoration: none;
        background: url( 'bars.gif' ) top right
		 no-repeat;
        }
div.outer span {
        display: block;
        margin:0; padding: 7px 0 0 13px;
        }
div.outer a:hover {
        background-image: none;
        color: yellow;
        }
div.outer a:active {
        color: black;
        }

