BODY
{
	margin:0px;
	background-color:white;
}

H1
{
	font-family: tahoma, arial;
	font-size: 17px;
	font-weight: bold;
	display:inline;
}

H2
{
	font-family: tahoma, arial;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	background-color: #E8E8E8;
	padding: 10px;
}

P
{
	font-family: Arial, Tahoma;
	font-size: 12px;
	line-height: 17px;
	text-align: left;
	color: #464646;
}

TD
{
	font-family: Arial, Tahoma;
	font-size: 11px;
	line-height: 17px;
	text-align: left;
	color: #464646;
}

STRONG
{
	background-color: #AD4246;
	font-family: tahoma, arial;
	font-size: 10px;
	font-weight: bold;	
	color: white;
	padding: 2px;
	padding-left: 7px;
	padding-right: 7px;
	text-transform: uppercase;
}

BLOCKQUOTE
{
	font-family: Georgia, Arial, Tahoma;
	font-size: 19px;
	line-height: 30px;
	text-align: left;
	color: #464646;
}

UL
{
	list-style:square;
}

LI
{
	font-family: Arial, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #464646;
	line-height: 20px;
	list-style:square;
}

.content P
{
	text-align: justify;
}

.navbt_off
{
	width:171px;
	height:27px;
	background-image:url('../images/navbt_off.gif');
	background-repeat:no-repeat;

	padding-left:20px;
	vertical-align:middle;
	font-family:tahoma;
	font-weight:bold;
	font-size:10px;
	color:#575757;

	cursor:hand;
}

.navbt_on
{
	width:171px;
	height:27px;
	background-image:url('../images/navbt_on.gif');
	background-repeat:no-repeat;

	padding-left:20px;
	vertical-align:middle;
	font-family:tahoma;
	font-weight:bold;
	font-size:10px;
	color:#FFFFFF;

	cursor:hand;
}


A:LINK
{
	font-weight: bold;	
	color: #803048;
	text-decoration: none;
	background-color: transparent;
}

A:VISITED
{
	font-weight: bold;	
	color: #803048;
	text-decoration: none;
	background-color: transparent;
}

A:HOVER
{
	font-weight: bold;	
	color: #000000;
	text-decoration: underline;
	background-color: transparent;
}

P A:HOVER
{
	font-weight: bold;	
	color: #000000;
	text-decoration: underline;
	background-color: #FFF2DC;
}

INPUT
{
	color:#000000;
	font-family:tahoma;
	font-size:11px;
	font-weight:normal;
	padding-left:5px;

	height:18px;
	border: 1px solid black;
	background-color:white;

}

.newsletter
{
	width:110px;
	margin-bottom:3px;
}

.footer
{
	font-family:arial, tahoma;
	font-size:10px;
	font-weight:normal;
	color:#5F5F5F;
}


.footer A:LINK
{
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.footer A:VISITED
{
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.footer A:HOVER
{
	font-weight: normal;
	color: #000000;
	background-color: #F5F5F5;
	text-decoration: underline;
}

HR
{
	border: 1px dashed #474747;
	height: 1px;
}


.bt_off
{
	vertical-align:middle;
	padding-left:25px;
	width:130px;
	height:29px;
	background-image:url('../images/bt_off.gif');
	background-repeat:no-repeat;
	font-family:tahoma;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:10px;
	text-align:left;
	cursor:hand;
}

.bt_on
{
	vertical-align:middle;
	padding-left:25px;
	width:130px;
	height:29px;
	background-image:url('../images/bt_on.gif');
	background-repeat:no-repeat;
	font-family:tahoma;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:10px;
	text-align:left;
	cursor:hand;
}

.lang_off
{
	vertical-align:middle;
	padding-left:30px;
	width:171px;
	height:21px;
	background-image:url('../images/lang_off.gif');
	background-repeat:no-repeat;
	font-family:tahoma;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:10px;
	cursor:hand;
}

.lang_on
{
	vertical-align:middle;
	padding-left:30px;
	width:171px;
	height:21px;
	background-image:url('../images/lang_on.gif');
	background-repeat:no-repeat;
	font-family:tahoma;
	font-size:10px;
	font-weight:bold;
	color:#003654;
	padding-left:10px;
	cursor:hand;
}

.casenumber
{
	padding:15px;
	border: 1px dotted #7D7D7D;
	background-color: #C3C3C3;
	width:40px;
	color:white;
	font-family:arial;
	font-weight:bold;
	text-align:center;
}

.casetitle
{
	padding:15px;
	color:#464646;
	border: 1px dotted #7D7D7D;
	background-color: #FFF2DC;
}

.check TD
{
	padding: 10px;
	background-color: #FFF2DC;
	width: 60px;
}

.check INPUT
{
	border: 0px;
	background-color: #FFF2DC;
}

.arrows
{
	list-style-image:url('bullet_square.gif');
}

.arrows LI
{
	list-style-image:url('bullet_square.gif');
	line-height: 30px;
	vertical-align:middle;	
}

