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: #black;
	font-size: 12px;
}

body
{
	background: #fff;
	margin: 20px;
}

input, textarea
{
	border: 1px dotted #999;
	background: #f3f3f3;
	color: #000000;
	padding: 2px;
}

info
{ 
	font-family: 'Lucida Grande', 'Tahoma', sans-serif; 
	font-size: 12pt; 
	background: #fff; 
	border: 0;
}

a,span 
{
text-decoration: none; 
color: #33e; 
}

a:hover
{
	text-decoration: none; 
	color: red;
}

span:hover
{
	color: red;
	text-decoration: none;
}

hr
{
	width: 740px;
	border: 1px dotted #999999;
}

h1
{
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}

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: #f3f3f3;
	border: 1px dotted #999;
	color: #333;
	display: block;
	font-family: 'Monaco', 'Courier New', monospace; 
	font-size: 10pt;
	padding: 5px;
	width: 740px;	 
}