h1{
	font-size: 18px;
	color: #FD6909;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

body{
	background-color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D4D4F;
 
}

.mainmenu,a.mainmenu,a.mainmenu:link,a.mainmenu:visited,a.mainmenu:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00ACE6;
	padding:6px 7px 3px 7px;
	width: auto;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #11C4FF;
	border-right-color: #009ED2;
	border-bottom-color: #009ED2;
	border-left-color: #11C4FF;
	float: left;
	
}
a.mainmenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CF222B;
	padding:6px 7px 3px 7px;
	width: auto;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7E151A;
	border-right-color: #DE686E;
	border-bottom-color: #DE686E;
	border-left-color: #7E151A;
	float: left;
	}

.white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.white_bg {
	background-color: #FFFFFF;
}
.darkgrey_bg {
	background-color: #4D4D4F;
}
.orange_bg {
	background-color: #FD6909;
}
.grey_bg {
	background-color: #6A696E;
}
.menu_txt,a.menu_txt,a.menu_txt:link,a.menu_txt:visited,a.menu_txt:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4d4d4f;
	background-color: #FFFFFF;
	font-weight: normal;
	text-decoration: none

}
a.menu_txt:hover {font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FD6909; 
	background-color: #FFFFFF;
	text-decoration: none
}
.basenav,a.basenav,a.basenav:link,a.basenav:visited,a.basenav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none

}
a.basenav:hover {font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF; 
	text-decoration: underline
}


li {
	list-style-image: url(images/li.gif);
}
