@charset "utf-8";
/* CSS Document */
body,td,th,div,p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	text-align:left;
	line-height:25px;

}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img
{
	border:0px;
}
#wrapper
{
	width:1000px;
	margin:0px auto;
	overflow:hidden;
}
h2
{
	font-family:"Century Gothic","Avant Garde",Arial, sans-serif;
	margin:1em 0;
	padding:0;
	color:#006;
	font-weight:normal;
	letter-spacing:2px;
	border-bottom:1px solid #009999;
	}
	h5
	{
		color:#666;
	}
a:link {
	color: #330066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #330066;
}
a:hover {
	text-decoration: underline;
	color: #F60;
}
a:active {
	text-decoration: none;
	color: #330066;
}
.footer a
{
	font-weight:bold;
	text-decoration:none;
}
.footer a:hover
{
	font-weight:bold;
	color:#FFF;
	text-decoration:underline;
}

.right
{
	float:right;
	padding:0px;
	margin:0px;
}