img { border: 0px;}
table { border-collapse: collapse; }

body, thead, tbody, tfoot, th, p, input, textarea, form, blockquote
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	color: #000000;
	font-size: 12px;
}
body
{
	background: #ffffff;
	margin: 20px;
}
input, textarea
{
	border: 1px solid black;
	background: #ffffff;
	color: #6EA3C9;
	padding: 1px;
}
a,span
{
	color: #6EA3C9;
	text-decoration: none;
}
a:hover
{
	color: #6EA3C9;
	text-decoration: none;
}
span:hover
{
	color: #6EA3C9;
	text-decoration: none;
}

hr
{
	width: 660px;	border: 1px solid white;
}
h1
{
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}
h2
{
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
}

#opacity img
{
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#opacity:hover img
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}

blockquote{
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 1.2em;
	padding: 3px 6px;	width: 650px;
}
