body
{
	background:			#555;
	font-family:		verdana, sans-serif;
	font-size:			11px;
	margin:				0;
	text-align:			center;
}

a:link,
a:visited
{
	color:				#8F8B6C;
	text-decoration:	none;
	font-weight:		bold;
}

a:hover
{
	color:				#000;
	text-decoration:	underline;
}

h1,
h2,
h3,
h4
{
	margin:				0 0 5px 0;
	padding:			0 0 0 0;
}

h1
{
	font-family:		tahoma, sans-serif;
	font-size:			23px;
	letter-spacing:		-1px;
	color:				#000;
}

h2
{
	font-family:		tahoma, sans-serif;
	font-size:			15px;
	color:				#000;
}

span.ch,
span.ch_selected
{
	display:			block;
	margin-top:			2px;
	margin-bottom:		2px;	
}

span.ch_selected
{
	background:			#DDD;
}

span.sc,
span.ex
{
	font-size:			12px;
	font-weight:		bold;
}

span.sc
{
	color:				#A00;
}

span.ex
{
	text-decoration:	underline;
}

p.images
{
	text-align:			center;
}

p.footer_nav
{
	text-align:			center;
}

#main_cont
{
	position:			relative;
	text-align:			left;
	margin:				auto;
	padding:			5px;
	width:				767px;
	background:			#FFF;
	border-left:		2px solid #000;
	border-right:		2px solid #000;	
}

* html #main_cont
{
	width:				781px;
}

#sx_cont
{
	width:				500px;
	padding-right:		5px;
	border-right:		1px dotted #000;
}

* html #sx_cont
{
	width:				505px;
}


#dx_cont
{
	position:			absolute;
	top:				5px;
	right:				2px;
	background:			#EEE;
	width:				250px;
	font-size:			9px;
	line-height:		15px;
	padding:			5px;
}

* html #dx_cont
{
	width:				260px;
}

