* {margin:0;padding:0;}
img { border: 0px;}

body, thead, tbody, tfoot, th, p, input, textarea, form, blockquote
{
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana;
	color: #333333;
	font-size: 12px;
}

body
{
	background: #ffffff;
	margin: 0px;
}

input, textarea
{
	border: 1px solid #DADADA;
	background: #ffffff;
	color: #004080;
	padding: 2px;
}

a,span
{
	color: #004080;
	text-decoration: none;
}

a:hover
{
	color: #990000;
	text-decoration: none;
}

span:hover
{
	color: #990000;
	text-decoration: none;
}


h1
{
	font-size: 18px;
	font-weight: none;
	color: #666666;
}

h2
{
	font-size: 10px;
	font-weight: normal;
	color: #E6FF9B;
}


#opacity img
{
	opacity: 0.8;
	filter: alpha(opacity=80);
}



#opacity:hover img
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}



blockquote
{
	background: #ECF8DD;
	width: 480px;
	border-bottom: 2px solid #D3F19B;
	border-top: 2px solid #D3F19B;
	border-left: 0px solid #F2D098;
	border-right: 0px solid #F2D098;
	color: #000000;
	display: block;
	font-size: 1.1em;
	padding: 8px 9px;
	font-family: Tahoma, Georgia;
}