body {
	 margin-top:0px;
	 background-color: #666666; 
	 background-image: url('images/bg.jpg');
	 background-repeat: no-repeat;
}
.anaTable {
	border-collapse: collapse;
	width: 793px; 
	font-family: Verdana; 
	font-size: 12px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	text-decoration: none; 
	text-transform: none;
	text-align: left;
}
.anaTable h1{
	font-family: Verdana; 
	font-size: 26px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: bold;
	color: #FFFFFF
}
.anaTable h2{
	font-family: Verdana; 
	font-size: 16px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: bold;
	color: #000000
}

.u1b {
	border-bottom-style: solid;
	border-bottom-color: #383838;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-color: #383838;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #383838;
	border-right-width: 1px;
	text-align: left;
	padding: 5px;
	background: #FFFFFF;
}

.navblue {
	margin: 0;
	padding: 0;
	width: 136px;
}
.navblue li {
    margin: 0 0 2px 0;
    padding: 0 0 0 10px;
    list-style: none;
    line-height: 47px;
    background: url(images/menu.gif);
	background-position: center;
	background-repeat: no-repeat;
    text-align: left;
    font-family: verdana;
    font-size: 14px;
}
.navblue a {
    text-decoration: none;
    display: block;
    color: white;
    font-weight: bold;
}
.navblue a:hover {
    text-decoration: underline;
	color: red;
}