html
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
body
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #222222;
	background-color: #ffffff;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 65%;
}
p
{
	margin: 18px 0px 0px 0px;
	line-height: 150%;
}
input,textarea,select
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 100%;
}
img
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: none 0px;
}
a
{
	color: #8098a2;
	background-color: inherit;
	text-decoration: none;
}
a:link
{
	color: #ff3b00;
	background-color: inherit;
	text-decoration: none;
}
a:visited
{
	color: #ff3b00;
	background-color: inherit;
	text-decoration: none;
}
a:active,a:hover
{
	color: #ff3b00;
	background-color: inherit;
	text-decoration: underline;
}

table
{
	border-collapse: collapse;
	font-size: 100%;
}
caption
{
	font-weight: bold;
	padding-bottom: 8px;
	text-align: left;
}
th
{
	padding: 4px 4px 4px 4px;
	margin: 1px 1px 1px 1px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	border: solid 1px #d8d8d8;
	background-color: #d8d8d8;
}
td
{
	padding: 4px 10px 4px 4px;
	margin: 1px 1px 1px 1px;
	text-align: left;
	vertical-align: top;
	border: solid 1px #d8d8d8;
}

h1
{
	color: #333333;
	background-color: inherit;
	font-size: 135%;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

h2
{
	color: #333333;
	background-color: inherit;
	font-size: 108%;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 4px 0px;	
}
h3
{
	color: #333333;
	background-color: inherit;
	font-size: 100%;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
}
h4
{
	color: #333333;
	background-color: inherit;
	font-size: 100%;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
}
hr
{
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	height: 1px;
	width: 100%;
	border-bottom: solid 1px #d8d8d8;
	border-top: none 0px;
	border-left: none 0px;
	border-right: none 0px;
	line-height: 1px;
}

ul,ol
{
	padding: 0px 0px 0px 0px;
	margin: 16px 0px 16px 0px;
	line-height: 150%;
}
ul ul,ol ol
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
li
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 32px;
}

/* VISIBLE CLASSES */
.contentsummary
{
	font-weight: bold;
}
.centercontent
{
	text-align: center;
}
.imageleft
{
	float: left;
	margin: 0px 10px 10px 0px;
}
.imageright
{
	float: right;
	margin: 0px 0px 10px 10px;
}