.contentStyle
{
	font: 11px Verdana, Arial, sans-serif;
	color: #000000;
	background-color: white;
	margin-top: 0px;
}

.contentStyle p
{
	margin-top: 10px;
}

.contentStyle input
{
	background-color: white;
	border: solid 1px #9A0016;
	cursor: text;
	font: 11px Verdana, Arial, sans-serif;
	color: #000000;
}

.contentStyle table
{
	font: 11px Verdana, Arial, sans-serif;
	color: #000000;
}

.contentStyle img
{
	border: solid 1px #FF9656;
}

.contentStyle a
{
	font: 11px Verdana, Arial, sans-serif;
	color: #000000;
}

.contentStyle select
{
	font: 11px Verdana, Arial, sans-serif;
	color: #000000;
}

.contentStyle textarea
{
	font: 11px Verdana, Arial, sans-serif;
	color: #000000;
}

.contentStyle .form_checkbox
{
	border: 0;
	cursor: hand;
	background-color: white;
}

.contentStyle .form_submit
{
	cursor: hand;
	background-color: 9A0016;
	border: solid 1px #9A0016;
	color: #ffffff;
}

.contentStyle .form_radio{
    cursor: hand;
    border: 0 solid white;
}

.contentStyle li {
	list-style-position: inside;
	list-style: none;
	background-image: url('/site/images/contentLi.gif');
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin:0px;
	padding:0px;
	padding-left:15px;
	padding-left: expression(( true == true)?'0px':'0px'); /*Fro MSIE*/ 
}



/*frontPage*/

.contentStyleFront
{
	font: bold 11px Verdana, Arial, sans-serif;
	color: #000000;
	background-color: white;
	margin-top: 0px;
	margin-left: 30px;
	margin-left: expression(( true == true)?'0px':'0px'); /*Fro MSIE*/ 
}

.contentStyleFront h1
{
	color: #A32638;
	font: bold 18px Verdana, Arial, sans-serif;
}

.contentStyleFront p
{
	margin-top: 5px;
	padding-bottom: 10px;
	border-bottom: solid 1px #A32638;
}

.contentStyleFront input
{
	background-color: white;
	border: solid 1px #9A0016;
	cursor: text;
	font: bold 11px Verdana, Arial, sans-serif;
	color: #000000;
}

.contentStyleFront table
{
	font: bold 11px Verdana, Arial, sans-serif;
	color: #000000;
}

.contentStyleFront img
{
	border: solid 1px #FF9656;
}

.contentStyleFront a
{
	font: bold 11px Verdana, Arial, sans-serif;
	color: #000000;
}

.contentStyleFront select
{
	font: bold 11px Verdana, Arial, sans-serif;
	color: #000000;
}

.contentStyleFront textarea
{
	font: bold 11px Verdana, Arial, sans-serif;
	color: #000000;
}

.contentStyleFront .form_checkbox
{
	border: 0;
	cursor: hand;
	background-color: white;
}

.contentStyleFront .form_submit
{
	cursor: hand;
	background-color: 9A0016;
	border: solid 1px #9A0016;
	color: #ffffff;
}

.contentStyleFront .form_radio{
    cursor: hand;
    border: 0 solid white;
}

.contentStyleFront li {
	list-style-position: inside;
	list-style: none;
	background-image: url('/site/images/contentLi.gif');
	background-repeat: no-repeat;
	background-position: 0px 2px;
}