/* CSS Document */

/*****( Company Listing )********************/

.plain_text
{
  font-size:16px;
  margin-top:  2px;
}
.plain_text H1
{
  font-size:  22px;
  font-weight:bold;
  margin:0;
}

.company_driver_div
{
	float: left;
	padding-right: 10px;
}

.owner_operator_div
{
	padding-left: 10px;
}

.companydriver_types 
{
	margin: 0;
 	
}

.companydriver_types li
{
 	list-style: none;
}

.owneroperator_types
{
 	margin: 0;
 	
}

.owneroperator_types li
{
 	list-style: none;
}

.application
{
 	font-size: 14px;
 	
}

.application h1
{
 	font-size: 20px;
 	font-weight: bold;
 	margin-bottom:  0px;
}

.application h2
{
 	font-size: 16px;
 	font-weight: bold;
 	text-decoration: underline;
 	margin-bottom:  3px;
}
.profile_states{
  width:400px;
  height:241px;}

.profile_states DIV{
  margin:2px;
 }

.profile_states span{
  display:block;
  font-size:10px;
  text-decoration:none;
  width:20px;
  text-align:center;
  padding:3px 0;
  background:#FFF;
  color:#000;
  margin:2px;
  border:1px solid #AAA;
 }
 





