/* CSS Document */

body
{
	margin: 0px;
	background-image: url(../images/body_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #151515;
	font-family: Arial, Helvetica, sans-serif;
	color: #949494;
}

p
{
	font-size: 12px;
	color: #777777;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6
{
	margin-top: 0px;
	color: #CCCCCC;
	text-align: left;
}

h1
{
	font-size: 30px;
}

h2
{
	font-size: 24px;
}

h3
{
	font-size: 18px;
}

h4
{
	font-size: 16px;
}

h5
{
	font-size: 14px;
}

h6
{
	font-size: 12px;
}

a:active, a:link, a:visited
{
	color: #949494;
	text-decoration: none;
}

a:hover
{
	color: #CCCCCC;
	text-decoration: underline;
}
img
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

ul
{
	font-size: 12px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
}
li 
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
