html {
	margin: 0px;
	padding: 0px;
}
body {
	margin-top: 0px;
	text-decoration: none;
}
body,p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 , form, input, select, textarea {
	font-family:  "Arial", "Helvetica", "Sans-Serif";
	font-size: 11px;
	line-height: 14px;
	color: #000066;
}

a:link, a:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	font-weight: bold;
	color: #ff3300;
	text-decoration: none;
}

a.rot:link, a.rot:visited, a.rot:hover, a.rot:active, a.rot:focus {
	font-weight: bold;
	color: #ff3300;
	text-decoration: none;
}

.rot {
	font-weight: bold;
	color: #ff3300;
}

.footer {
	color: #333333;
	font-size: 10px;
}

li{
	margin-left: -22px;
}



