body, html, iframe {
	margin-top: 0pt;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family : Verdanal,arial, Helvetica, sans-serif;
}

a:link,a:visited {
	text-decoration : none;
	color: black;
}
a:hover {
	text-decoration : none;
	color: red;
}
a.menu:link,a.menu:visited {
	text-decoration : none;
	color: black;
}
a.menu:hover {
	text-decoration : none;
	color: red;
}
a.menu2:link,a.menu2:visited {
	text-decoration : none;
	color: #FFCC01;
}
a.menu2:hover {
	text-decoration : none;
	color: yellow;
}

form {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px
}

textarea, select, option ,input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
}