/* --------------------------------------------------------------------	base.css contains basic formatting for Uswapit.com   ------------------------------------------------------------------*/html {	margin: 0;	padding: 0;	}	body {	margin: 0;	padding: 0;	font: 10px  'lucida Grande', Arial, Verdana, Tahoma,  sans-serif ;	line-height: 130%;	color: #99999;	background:#fff;	}	img { /* needed for firefox */	border: 0px;	}		h1 {	font-size: 20px;	font-family:Helvetica, sans-serif;	margin:4px 0 0 0;	line-height: 100%;	color: #1171ca}h2 {	font-size: 15px;	font-family:Helvetica, sans-serif;	margin:4px 0 0 0;	line-height: 100%;	color: #1171ca}	h3 {	font-family:Helvetica, sans-serif;	font-weight: bold;	font-size: 13px;	font-style: normal;	line-height:20px;	margin-top:0;	color: #666;	}	h3 a:hover {	color: #C30;	}	h4 {	color: #666;	font-family:Helvetica, sans-serif;	font-weight: bold;	font-size: 12px;	margin:4px 0 4px 0;	line-height:16px;	}	h5 {	color: #666;	font-family:Helvetica, sans-serif;	font-weight: bold;	font-size: 11px;	margin: 0px;	padding: 0px;	}h6 {	color: #fff;	font-family:Helvetica, sans-serif;	font-weight: bold;	font-size: 11px;	margin: 0px;	padding: 3px;	}		p {	font-family:Helvetica, sans-serif;	font-size: 11px;	line-height: 13px;	text-decoration: none;	color: #333;	}	em.date {	font-size: 10px;	font-style: normal;	font-weight: bold;	color: #cc3333;	}th { font-weight:bold;background:url(../images/subpage/top_bkgrd.gif) center repeat-x;}ul {	list-style-type: none;	padding: 0px;	}ul li {	color: #333;	margin:0;  	padding:0;  	}  	ol {	margin-left: 0px;	padding-left: 10px;	}  	ol li {	color: #333;	margin-left: 0px;	margin-bottom: 10px;	}			ul li ul, ol li ol, ol li ul, ul li ol {	margin-top: 10px !important;	}           /* forces the hand cursor on links in Safari */a:link, a:hover {	cursor: pointer;	}/* Global Form Styles */input, textarea, select{	background: #fff;	border: 1px solid #83cde1;	border-top: 1px solid #83cde1;	font-family:Arial, Helvetica, sans-serif;	font-size:11px;	padding:2px;	background: url(../images/subpage/top_bkgrd.gif) repeat-x bottom;	}input:hover, textarea:hover, select:hover {	background: #F0FDE2;	border-top: 1px solid #b1e77a;}input:focus, textarea:focus select:focus {	background: #FCFFEC;	border-top: 1px solid #b1e77a;	}.submit { border: 1; width: auto;}.submit:hover, .submit:active { border:0;   }.radio { background: none; border: 0; }
