BODY
{
	vertical-align: top;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	margin: 0px 0px 0px 0px;
	background-image : url(../Images/BG_BitsSpurs.jpg)
}
TD	
{
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
}
Div.main
{	
	width: 775px;
}
Div	
{
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
}		
	
A:link	
{	
	text-decoration: none;
	color:	blue;
}		
A:visited	
{	
	text-decoration: none;
	color:	Navy;
}		
A:active	
{	
	text-decoration: none;
	color:	red;
}		
A:hover	
{	
	text-decoration: underline;
	color:	green;
}
	
h1
{
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
}

h2
{
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
}

input
{
	font-size:	8pt;
	font-family: Arial, Helvetica, sans-serif;
}
select
{
	font-size:	8pt;
	font-family: Arial, Helvetica, sans-serif;		
}
hr
{
	height:1px;
	color: #898989;	
}
p
{
    text-align: justify;
}
.left
{
	float:left;
}
.right
{
	float:right;
}

.red {

	color:red;

	font-weight:bold;

}
.green {

	color:green;

	font-weight:bold;

}