@charset "UTF-8";
/* CSS Document */

body 
{
	margin-top: 0px;
	background-color: #666666;
	background-image: url(images/back.gif);
}

body,td,th 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#content
{
	width: 560px;
	padding: 0 0 20px 72px;
}

h1
{
	font-size: 18px;
	color: #56595b;
	font-weight: normal;
	margin: 6px 0 8px 0;
}

h2
{
	font-size: 12px;
	font-weight: bold;
	margin: 2px 0 0 0;
}

p
{
	margin: 0 0 18px 0;
}

ul
{
	margin: 0 0 18px 0;
	padding: 0;
}

li
{
	margin: 0 0 0 16px;
	padding: 0;
	list-style-position: outside;
}

hr
{
	border: 0;
	border-top: 1px solid #ccc;
	height: 1px;
	background-color: #ccc;
	margin: 0 0 18px 0;
}

blockquote
{
	margin: -10px 0 18px 40px;
}

#footer
{
	padding: 10px 0;
	color: #fff;
	font-size: 11px;
	text-align: center;
	background-color: #003366;
}

a:link 
{
	color: #1a6395;
	text-decoration: none;
}

a:visited 
{
	color: #1a6395;
	text-decoration: none;
}

a:hover 
{
	color: #0099CC;
	text-decoration: underline;
}

a:active 
{
	color: #0099CC;
	text-decoration: none;
}

a 
{
	font-weight: bold;
}

#footer a
{
	font-weight: normal;
	color: #5a9cc9;
}
	
	