* { margin: 0; padding: 0; }

body
{
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	color: #333333;
	padding: 0px;
	margin: 0px;
	background-color:#C8C8C8;
}

img
{
	border: 0;
}

a:link { text-decoration: none; color: #333333; }
a:visited { text-decoration: none; color: #333333; }
a:hover { text-decoration: none; color: #b1005d; }
a:active { text-decoration: none; color: #333333; }


h1, h2, h3
{
	font-weight: bold;
	line-height: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 16px;
	color: #b1005d;
}

h1, h1 a:link , h1 a:visited , h1 a:hover , h1 a:active
{
	font-size: 20px;
	color: #b1005d;
}
h2
{
	font-size: 18px;
}
h3
{
	font-size: 14px;
}

p
{
	margin-top: 1px;
	margin-bottom: 5px;
	margin-left: 16px;
}


#Main
{
	position: relative;
	display: block;
	padding: 0px;
	top: 0px;
   margin-left: auto;
   margin-right: auto;
	width: 820px;

	border-top: 0px solid #bbb;
	border-right: 0px solid #777;
	border-bottom: 0px solid #333;
	border-left: 0px solid #bbb;
}




.Sandbag , .Sandbag a:link , .Sandbag a:visited , .Sandbag a:hover , .Sandbag a.:active
{
	font-family: verdana, arial;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;	
	text-align: center;
}
.Sandbag a:hover
{
	color: #444444;

}

