*
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
	font-size: 0;
	font-family: Arial;	
}

body
{
	background-image: url('images/bg-bugs.gif');
	background-repeat: repeat;
}

h1
{
	font-family: Arial Black;
	font-size: 16;	
}

h3
{
	font-family: Arial;
	font-weight: bold;
	font-size: 11;	
	color: #BF7E24;
	margin: 10 0 5 0;
	text-align: left;
}

p
{
	color: #4D4D4D;
	text-align:center;	
	font-size: 11;
}

a, i
{
	text-decoration: none;	
	color: #8D8D8D;
	font-size: 11;
}

a:hover
{
	color: #4D4D4D;
	text-decoration: underline;
}

b
{
	color: Black;
	text-align: left;
	font-size: 12;
}

hr
{
	color: #B0B0B0;
	height: 1px;
	width: 100%;
	border-top: solid 1px #B0B0B0;
}

div.Box
{
	width: 775px;
	height: auto;
	text-align: center;
}

div.BoxLeft
{
	width: 3px;
	height: 40px;
	background-image: url('images/left.gif');
	background-repeat: repeat-y;
	float: left;
}

div.BoxRight
{
	width: 3px;
	height: 40px;
	background-image: url('images/right.gif');
	background-repeat: repeat-y;
	float: left;
}

div.BoxBody
{
	width: 769px;
	height: 40px;
	background-color: White;
	float: left;
}

div.FeatureBox
{
	width: 190px;
	height: 100%;
	text-align: left;	
	padding: 5 5 5 5;
}

div#PageWrap
{
	height: 100%;
	min-height: 100%;
}
