/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
}
p, th, td, li, dt, dd {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  	font-size: 12px;
	color: #333333;
}
h1, h2, h3, h4, h5 {
	font-weight: 100;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 20px;
	color:#666666;
}
h2 {
	font-size: 14px;
	color:#666666;
}

td#iframe {
	background-color: #CCCCCC;
	border-top: 1px;
}
a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
