@charset "UTF-8";
body,td,th {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: justify;
	vertical-align: top;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
}
body {
	background-color: #FFF;
	text-align: center;
}
a {
	font-size: 14px;
	color: #666;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666;
}
a:visited {
	text-decoration: none;
	color: ##FFF;
}
a:hover {
	text-decoration: none;
	color: #CC0077;
}
a:active {
	text-decoration: none;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666;
}
h1 {
	font-size: 36px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: capitalize;
	color: #CC0077;
	text-decoration: none;
}
h2 {
	font-size: 18px;
	color: #fff;
}
h3 {
	font-size: 18px;
	color: #333;
	font-family: Helvetica, sans-serif;
}
h4 {
	font-size: 14px;
	color: #333;
}
.background {
	color: #CCC;
}
#content {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
