/* CSS Document */


html, body {
	background-image: url(images/control_arms_bkgrd.jpg);
	background-repeat: repeat-x;
	background-color: #BDBDBD;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* linkage styles */

a	{
    color: #FF0000;
	}
	
a:link	{
	color: #de0031;
	background-color: transparent;
}
	
a:visited	{
	color:#999999;
	background-color: transparent;
	}
	
a:hover	{
	color:	#fff;
	background-color: #de0031;
	}
	
a:active	{
	color:	#fff;
	background-color: #666666;
	}	
	
	a:img	{
    color: #FF0000;

	}
	
		
	
/* end linkage styles */	

h1 {
 	padding-bottom:5px;
	padding-left:5px;
	padding-top:5px;
 	margin-bottom:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#fff;
	background:#3b3b3b;

 }
ul {
	list-style-type: disc;
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
	margin-left:8px;
	line-height:18px;
	padding-left:8px;
	margin-top:0px;
	
	 }
	 
	  .titlebox {
 padding-top:5px;
 padding-bottom:5px;
 padding-left:15px;
 padding-right:15px;
 line-height:40px;
 background: #E2E2E2;;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
 }
	 
/* This class may not be used anywhere at all. It was found in the head of a rewritten page and is only included
here in case it has been used somewhere else. Please do not use*/
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

