body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 11px;
}
a.menu {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a.menu:hover {
	color: #ea9a44;
}
a.submenu {
	color: #333333;
	text-decoration: none;
	line-height: 22px;
}
a.submenu:hover {
	color: #ea9a44;
}
p {
	font-family: Verdana;
	font-size: 11px;
	line-height: 18px;
	color: #333333;	
}
h1 {
	font-family: Arial;
	font-size: 18px;
	line-height: 25px;
	color: #333333;	
}
h2 {
	font-family: Arial;
	font-size: 16px;
	line-height: 23px;
	color: #333333;	
}
h3 {
	font-family: Arial;
	font-size: 13px;
	line-height: 20px;
	color: #333333;	
}

a{
	color: #333333;
}
a:hover{
	color: #ea9a44;
}
ul, ol {
	font-family: Verdana;
	font-size: 11px;
	line-height: 18px;
	color: #333333;	
	padding:0;
	margin:0;
	margin-left:30px;
}

