@charset "utf-8";
/* CSS Document */

body{
margin:9px 9px 9px 9px; 
padding:5px; 
background:#FFF2BF; 
}


#RepItem{ 
clear:both;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
padding:2px;
width:700px;
}

#RepItem Div{
float:left;
}

hr {width: 100%;
text-align: left;/*this will align it for IE*/
margin: 0 auto 0 0; /*this will align it left for Mozilla*/
color:#000000;
line-height:1px;
padding:0px;
size:1px;
} 


#RepState{
width:70px;
}

#RepCompany{
width:250px;
}

#RepWeb{
width:170px;
}

#RepTerritory{
width:200px;
}

#RepWeb a:hover {
	color: #00CCFF;
	text-decoration:underline;
}
#RepWeb a:active {
	color: #F802ED;
	text-decoration:underline;
}
#RepWeb a:link {
	color:#990066;
	text-decoration:underline;
}
#RepWeb a:visited {
	color:#990066;
	text-decoration:underline;
}

#RepTerritory{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}

