html,body {
	color:#000000;
	background-color:#ffffff;
	background-image:url(../img/fdsite.png);
	background-repeat:no-repeat;
	background-position:100% 0%;

}
p,ul,li,td {
	font-size : 13px; 
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; 
	color : #444444; 
	background-color : none;
	vertical-align : top;
	margin-top :20px;
	margin-left:30px;
}
h1 {
	font-size : 14px; 
	font-family :  Verdana, Arial, Helvetica, Geneva, sans-serif;
	color : #e30000; 
	text-align : left;
	margin-left : 30px;
}
h2 {
	font-size : 14px; 
	font-family :  Verdana, Arial, Helvetica, Geneva, sans-serif;
	color : #e30000; 
	text-align : center;
}
h3 {
	font-size : 14px; 
	font-family :  Verdana, Arial, Helvetica, Geneva, sans-serif;
	color : #444444; 
	text-align : center;
}
ul {
	font-size : 10px; 
	font-family :  Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-weight : none; 
	color : #222222; 
	text-align : justify;
	margin-left: -10px;
	margin-right : 40px;
}
a:link {
	font-size : 10px;
	font-weight : none; 
	letter-spacing : 2px;
	color : #444444;
	text-decoration : none;
}

a:visited {
	font-size : 10px;
	font-weight : none; 
	letter-spacing : 2px;
	color : #444444;
	text-decoration : none;
}
a:hover {
	font-size : 10px;
	font-weight : none;
	letter-spacing : 2px;
	color : #e30000;
	text-decoration : underline;
}
td.menu {
	background-image : url("../img/fdbag.png");
	background-position : top center;
	background-repeat: no-repeat;
	padding-top: 149px;
}
