html, body, div, p, h1, h2, h3, ul, ol,  
span, a, table, td, form, img, li { 
 font-family: Arial, Helvetica, sans-serif; 
 text-decoration: none;
 font-weight: normal; 
 font-size: 12px;
 line-height: 20px;
 color: #666;
 background-color: #FFF;
 padding: 0px; 
 border: 0px;
 margin: 0px; 
}

h1 {
 color: #000;
 font-size: 14px;
 font-weight: bold;
}

h2 {
 color: #000
 font-size: 13px;
 font-weight: bold;
}

body#web {
	width: 100%;
 margin: 0 auto;
}

div#content {
 margin: 0 auto;
 width: 812px;
}

br.clearFloat, div.clearFloat {
	clear: both;
	height: 0px;
	overflow: hidden;
	white-space: nowrap;
}

a:link  {
 color: #666;
 border-bottom: transparent solid 2px;
}

a:visited {
 color: #666;
 border-bottom: transparent solid 2px;
}

a:active {
 color: #666;
 border-bottom: transparent solid 2px;
}

a:hover {
 color: #666;
 border-bottom: #666 solid 2px;
}

div#content div#cL {
 width: 250px;
 padding-left: 120px;
 float: left;
}

div#content div#cR {
 width: 250px;
 padding-left: 120px;
 float: left;
}

