body {
	background-color:	#eeeeee;
}

p,ul,ol {
	font-size:		11px;
	font-weight:		normal;
	color:			black;
	border:			0px;
	margin:			0px;
	font-family:		Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:		justify;
}

td {
	font-size:		11px;
	font-weight:		normal;
	color:			black;
	border:			0px;
	margin:			0px;
	font-family:		Verdana, Geneva, Arial, Helvetica, sans-serif;
}

hr {
	border:			1px solid #cccccc;
	border-width:		0px 0px 1px 0px;
}

blockquote {
	font-size:		11px;
	font-weight:		normal;
	color:			black;
	border:			0px;
	font-family:		Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:		justify;
	margin-right:		0px;
}

p.blockcenter {
	text-align:		center;
}

h1, h2, h3, h4, h5, h6 {
	font-family:		"Trebuchet MS", Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
}

h1.header {
	color:			#454545;
	font-size:		23px;
	font-weight:		bold;
	margin-top:		0px;
	margin-bottom:		0px;
	margin-left:		0px;
	margin-right:		0px;
}

h1 {
	color:			#454545;
	font-size:		23px;
	font-weight:		bold;
}

h2 {
	color:			#707070;
	font-size:		17px;
	font-weight:		bold;
	border:			1px solid #cccccc;
	border-width:		0px 0px 1px 0px;
	padding-bottom:		0px;
}

h3 {
	color:			#707070;
	font-size:		13px;
	font-weight:		bold;
	border:			1px solid #cccccc;
	border-width:		0px 0px 1px 0px;
	padding-bottom:		0px;
}

h3.header {
	color:			#707070;
	font-size:		13px;
	font-weight:		normal;
	border:			1px solid #cccccc;
	border-width:		1px 0px 1px 0px;
	padding-bottom:		0px;
	padding-top:		0px;
	margin-top:		0px;
	margin-bottom:		0px;
	margin-left:		0px;
	margin-right:		0px;
}

.right {
	text-align:		right;
}

.left {
	text-align:		left;
}

.center {
	text-align:		center;
}

.nav {
	font-size:		11px;
	font-weight:		normal;
	color:			black;
	border:			0px;
	margin:			0px;
	font-family:		Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.title {
	color:			#000000;
	font-weight:		bold;
	text-decoration:	none;
	font-size:		11px;
	font-family:		Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.small {
	color:			#000000;
	font-size:		11px;
	font-family:		Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a {
	color:			black;
	font-weight:		bold;
	text-decoration:	none;
}

a.text {
	color:			black;
	font-weight:		normal;
	text-decoration:	none;
	border-bottom:		1px dotted;
}

a:visited.text {
	color:			black;
	text-decoration:	none;
}

a:link {
	text-decoration:	none;
}

a:link.text {
	text-decoration:	none;
}

a:visited {
	text-decoration:	none;
}

a:visited.text {
	text-decoration:	none;
}

a:active {
	text-decoration:	none;
}

a:active.text {
	text-decoration:	none;
}

a:hover {
	color:			#ff0033;
	text-decoration:	none;
}

a:hover.text {
	color:			#ff0033;
	text-decoration:	none;
}

ul {
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	list-style: square;
}

