html,body
{
	border: 0;
	margin: 0;
	padding: 0;
}
body
{
	color: #333333;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 62.5%;
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6
{
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h1
{
	padding: 0px 0 0px 0;
}
h2
{
	font-size: 1.5em;
	letter-spacing: -1px;
	padding: 20px 0;
}
h3
{
	font-size: 1em;
	font-weight: bold;
}
p,ul,ol
{
}
ul,ol
{
}
blockquote
{
	margin: 22px 40px;
	padding: 0;
}
small
{
	font-size: 0.85em;
}
img
{
	border: 0;
}
sup
{
	bottom: 0.3em;
	position: relative;
	vertical-align: baseline;
}
sub
{
	bottom: -0.2em;
	position: relative;
	vertical-align: baseline;
}
acronym,abbr
{
	border-bottom: 1px dashed;
	cursor: help;
	letter-spacing: 1px;
}
a,a:visited
{
}
form
{
	display: inline;
	margin: 0;
	padding: 0;
}
input,select,textarea
{
	font-size: 1em;
}
textarea
{
	line-height: 1.25;
}
label
{
	cursor: pointer;
}
table
{
	border: 0;
	margin: 0 0 18px 0;
	padding: 0;
}
table tr td
{
	padding: 2px;
}
#wrap
{
	margin: 0 auto;
	width: 960px;
}
.clear
{
	clear: both;
}
.float-left
{
	float: left;
}
.float-right
{
	float: right;
}
.text-left
{
	text-align: left;
}
.text-right
{
	text-align: right;
}
.text-center
{
	text-align: center;
}
.text-justify
{
	text-align: justify;
}
.bold
{
	font-weight: bold;
}
.italic
{
	font-style: italic;
}
.underline
{
	border-bottom: 1px solid;
}
.highlight
{
	background: #ffc;
}
.wrap
{
	margin: 0 auto;
	width: 960px;
}
.img-left
{
	float: left;
	margin: 4px 10px 4px 0;
}
.img-right
{
	float: right;
	margin: 4px 0 4px 10px;
}
.nopadding
{
	padding: 0;
}
.noindent
{
	margin-left: 0;
	padding-left: 0;
}
.nobullet
{
	list-style: none;
	list-style-image: none;
}
p.bodytext
{
	font-size: 1em;
	font-weight: normal;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}

