body
{
	margin: 0 0 0 0;
	background-image: url(../images/body_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color:#FFF;
	overflow: auto;
	}

h1
{
	margin: 20px 5px 5px 20px;
	font-family: Verdana, Tahoma, Times New Roman, Times, serif;
        font-weight: bold;
	font-size: 11px;
	line-height: 13px;
	color: #333;
	}

h2
{
	margin: 20px 5px 5px 30px;
	font-family: Verdana, Tahoma, Times New Roman, Times, serif;
        font-weight: bold;
	font-size: 10px;
	line-height: 12px;
	color: #333;
	}

p
{
	margin: 10px 20px 20px 30px;
	font-family: Verdana, Tahoma, Times New Roman, Times, serif;
        font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	color: #333;
	}

a, a:link, a:active, a:visited
{ 
	margin: 0 0 0 0;
	font-family: Verdana, Tahoma, Times New Roman, Times, serif;
        font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	color: #333;
	text-decoration: underline;
	}
			
a:hover
{
	text-decoration: none;
	}

