/*
simple.css is used to house global selectors for common HTML elements.
*/

* {
	font-family: Arial;
	padding:0;
	margin:0;
		/*   border:1px solid #cc0000;comment   */
}

a {
	color: #005480;
	text-decoration: none;
}

a.active6 {
	color: #171717 !important;
	text-decoration: none;
}


img {
	border: 0;
}

p {
	font-size: 12px;
	color: #171717; 
	line-height: 17px;
	padding-top: 10px;;
}

div.spacer {
	height: 500px;
	width: 20px;
	float: left;
	/*background-color:#006666;*/
}

div.spacerhm {
	height: 154px;
	width: 60px;
	float: left;
	/*background-color:#006666;*/
}

div.spacer73 {
	height: 500px;
	width: 73px;
	float: left;
	/*background-color:#006666;*/
}

div.spacer10 {
	height: 10px;
	width: 10px;
	float: left;
	/*background-color:#006666;*/
}

div.spacer15 {
	height: 15px;
	width: 15px;
	/*background-color:#006666;*/
}

div.spacer15flt {
	height: 15px;
	width: 15px;
	float: left;	
	/*background-color:#006666;*/
}


div.spacer20flt {
	height: 20px;
	width: 20px;
	float:left;
	/*background-color:#006666;*/
}

div.spacer25 {
	height: 25px;
	width: 25px;
	/*background-color:#006666;*/
}

div.spacer500 {
	height: 25px;
	width: 600px;
	/*background-color:#006666;*/
}

div.spacer25flt {
	height: 25px;
	width: 25px;
	float: left;
	/*background-color:#006666;*/
}

div.spacer50flt {
	height: 100px;
	width: 50px;
	float: left;
	/*background-color:#006666;*/
}


div.spacertop {
	height: 30px;
	/*width: 950px;*/
	width:890px;
	/*background-color:#cc0000;*/
}

div.spacertopsect {
	height: 40px;
	/*width: 950px;*/
	width:890px;
	/*background-color:#cc0000;*/
}

div.flt {
	float: left;
}

div.flt2 {
	padding:0;
	float:left;
}

div.frt {
	float: right;
}

div.clrsm {
	font-size:1px;
	height:1px;
	clear: both;
}

div.clr {
	clear: both;
}

/* testing styles. remove before delivery 
div {
	border:1px solid #cc0000;
}
*/
