﻿/* CSS Document */

body
{
	margin: 0px;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #9A9A9A;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
		font-size: 12px;
	color: #666666;

}

p
{
	font-size: 12px;
	color: #666666;
	text-align: left;
}

h1, h2, h3, h4, h5, h6
{
	margin-top: 0px;
	color: #333333;
	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: #333333;
	text-decoration: underline;
}

a:hover
{
	color: #B20000;
}
img
{
	border-style: none;
	border-width: 0px; }

ul
{
	font-size: 12px;
	color: #666666;
}
