/* CSS Document */
body 
	{
		background-color:#191817; 
		color:#999999;
		font:normal 13px/20px Georgia, "Times New Roman", Times, serif;
		margin:0; 
		padding:0;
	}
hr
	{
		border: 1px dotted #CCCCCC;
		border-style: none none dotted; 
	}
div, h1, h2, p, a 
	{
		margin:0;
		padding:0;
	}

/* -- body start -- */
#body
	{
		width:683px;
		margin:0 auto;
		padding:0 0 60px 0;
	}
#body img
	{
		border:none;
		margin:20px auto;
		display:block;
	}
#body div.bodyText
	{
		padding:35px 0 0 0;
	}
#body div.bodyText img
	{
		padding:0 0 0 0;
	}
#body div.bodyText h1
	{
	color:#999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	line-height: 10px;
	font-weight: bold;
	}
#body div.bodyText h1 span
	{
		color:#191817;
		background-color:#D45704;
	}
#body div.bodyText p
	{
		font:normal 10px/20px Verdana, Arial, Helvetica, sans-serif;
		color:#999999;
		padding:10px 0;
	}
#body div.bodyText a
{
color:#D45704;
text-decoration:none;
}
#body div.bodyText a:hover
{
color:#D45704;
text-decoration:underline;
}
#body div.bodyText ul
	{
		padding:0 0 0 0;
		line-height:normal;
		margin:0 0 40px 0;
		font-size:xx-small;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		list-style:none;
	}
#body div.bodyText ul li span
	{
		font-weight:bold;
		list-style:none;
	}
/* -- body end -- */

/* footer start -- */
.footer
	{
		height:90px;
		margin:0 auto;
		background-color:#292929;
		color:#FFFFFF;
	}
.footer p
	{
		margin:0 auto;
		width:175px;
		color:#FFFFFF;
		background-color:#292929;
		font:normal 11px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-align:center;
	}
.footer p.valid
	{
		margin:0 auto;
		width:128px;
	}
.footer p.valid a.xhtml
	{
		background:url(img/btn_valid.gif) no-repeat 0 0 #292929;
		color:#FFFFFF;
		margin:5px 0 8px 0px;
		text-decoration:none;
		text-align:center;
		line-height:120%;
		width:62px;
		height:13px;
		display:block;
		float:left;
	}
.footer p.valid a.xhtml:hover
	{
		background:url(img/btn_valid_hover.gif) no-repeat 0 0 #292929;
		color:#FFFFFF;
		margin:5px 0 8px 0px;
		text-decoration:none;
		text-align:center;
		line-height:120%;
		width:62px;
		height:13px;
		display:block;
		float:left;
	}
.footer p.valid a.css
	{
		background:url(img/btn_valid.gif) no-repeat 0 0 #292929;
		color:#FFFFFF;
		margin:5px 0 8px 4px;
		text-decoration:none;
		text-align:center;
		line-height:120%;
		width:62px;
		height:13px;
		display:block;
		float:left;
	}
.footer p.valid a.css:hover
	{
		background:url(img/btn_valid_hover.gif) no-repeat 0 0 #292929;
		color:#FFFFFF;
		margin:5px 0 8px 4px;
		text-decoration:none;
		text-align:center;
		line-height:120%;
		width:62px;
		height:13px;
		display:block;
		float:left;
	}
/* footer end -- */