.smallBlack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
.menu:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #005EE1;
	text-decoration: none;
}
.menu:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #005EE1;
	text-decoration: none;
}
.menu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #A1C8FF;
	text-decoration: none;
}
.menu:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #005EE1;
	text-decoration: none;
}
.smallRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
	text-decoration: none;
}
.smallBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #003399;
	text-decoration: none;
}

#new_header{
background-image: url(/images/header_bg.jpg);
width:758px;
height:100px;
position: relative;

}

#new_header a#home{
background: url(/images/home_button.gif) 15px 7px no-repeat;
width: 47px;
height: 23px;
text-decoration: none;
font-size: 12px;
font-weight: bold;
color: #1A3A61;
display:block;
position:absolute;
right: 114px;
top: 0px;
}

#new_header a#home:hover{
background: url(/images/home_button_hover.gif) 15px 7px no-repeat;
color:#3778D6;
}

#new_header a#about{
background: url(/images/about_button.gif) 15px 7px no-repeat;
width: 116px;
height: 23px;
text-decoration: none;
font-size: 12px;
font-weight: bold;
color: #1A3A61;
display:block;
position:absolute;
right: 0px;
top: 0px;
}

#new_header a#about:hover{
background: url(/images/about_button_hover.gif) 15px 7px no-repeat;
color: #3778D6;
}
