body, td, p, h2, h3
{
	font-family: Tahoma, geneva, sans-serif;
}
a:link, a:visited 
{
    font-size: 11px;
    font-weight: bold;
    color: #cc0000;
    text-align: left;
    text-decoration: none;
}
a:hover, a:active
{
	font-size: 11px;
	font-weight: bold;
	color: #ff9900;
	text-decoration: none;
}
.topnav {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.topnav a:link, .navbar a:visited 
{
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}   
.topnav a:visited, .navbar a:visited 
{
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}
.topnav a:hover, .navbar a:active
{
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
    color: #cc0000;
    text-decoration: none;
}  
.navbar {
	font-size: 9px;
	font-weight: bold;
	color: #cc0000;
	text-decoration: none;
}
.navbar a:link, .navbar a:visited 
{
    font-size: 9px;
    font-weight: bold;
    color: #ff9900;
    text-align: left;
    text-decoration: none;
}   
.navbar a:hover, .navbar a:active
{
    font-size: 9px;
    font-weight: bold;
    color: #ff9900;
    text-align: left;
    text-decoration: none;
}  
.contact a:link, .contact a:visited 
{
    font-size: 12px;
    font-weight: bold;
    color: #cc0000;
    text-align: left;
    text-decoration: none;
}
.contact a:hover, .contact a:active
{
	font-size: 12px;
	font-weight: bold;
	color: #ff9900;
	text-decoration: none;
}

.subpage
{ 	
	background-image: url(imgs/subbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.outer{
	margin:0px;
	padding:0px;
}
#menu4 {
	width: 200px;
	padding:0px;
	}
	#menu4 ul{
	margin:0px;
	padding:0px;
	list-style:none;
	}
	#menu4 li a {
		height: 40px;
		text-decoration: none;
		font-size: 12px;
		font-weight: bold;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		}
		
	#menu4 li a:link, #menu4 li a:visited {
		color: #000000;
		display: block;
		background: url(imgs/menu.jpg);
		padding: 14px 0px 0px 40px;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		}
		
	#menu4 li a:hover {
		color: #FFFFFF;
		background: url(imgs/menu.jpg) 0 -40px;
		padding: 14px 0px 0px 40px;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		}