body, form  {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
ul{
	margin-left:20px;
	display:block;
}

body,td,th, .text{
	font:normal 12px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration: none;
}

p{
	display:block;
	margin-bottom:15px;
}

img{border:0px;}
form{display:block;}

.txtArial{
	font:Arial, Helvetica, sans-serif;
}

.widthAuto{
	width:auto;
}

/*----------- CSS Selector, anchors ----------------*/
a, .link{
	text-decoration:none;
	color: #0000B7;
	outline:0;
}

a:hover, .link:hover{
	text-decoration:none;
	color: #FB1003;
	outline:0;
}

/*-------- Alignment Classes -------------*/
.clearBoth{
	clear:both;
}
.clearRight{
	clear:right;
}

.floatRight{
	float:right;
}

.floatLeft{
	float:left;
	text-align:left;
	position:static;
}

.middleAlign{
	vertical-align:middle;
}


/*-------- Tiling Classes -------------*/
.tileX{
	background-repeat:repeat-x;
}

.bgTopTile{
	background-repeat:repeat-x;
	background-position:top;
}

.alignBgRight{
	background-position:right;
	background-repeat:no-repeat;
}

.block{
	display:block;
}

/*-------- BR's -------------*/

.br{
	padding-top:15px;
	clear:right;
	display:block;
}

.br2{
	padding-top:8px;
	clear:right;
	display:block;
}
.br3{
	clear:right;
	display:block;
}

/*-------- Padding classes -------------*/
.paddingBot1{
	padding-bottom:5px;
}

.padding5{
	padding:5px;
}

.padding3{
	padding:3px;
}

.paddingTB1{
	padding: 7px 0px;
}

.margin1{
	margin: 0px 18px;
}

/*-------- Txt Classes ----------------- */
.txtAlignCenter{
	text-align:center;
}
.txtSmall{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

.txtSmallest{
	font:10px Verdana, Arial, Helvetica, sans-serif
}

.txtSmallest2{
	font:9px Verdana, Arial, Helvetica, sans-serif
}

.txtRed{
	color:#FB1003;
}

.txtBrown{
	color:#CC3300;
}

.txtBlue{
	color:#0081D4;
}

.B{
	font-weight:bold;
}

/*-------- BG Color classes -------------*/
.peachBg{
	background:#FFE8A9;
}

.blueBg{
	background:#CDE9FB;
	border: 1px solid #666666;
}
.orangeBg{
	background:#FC9E0A;
}

.grayBg{
	background:#E5E4E4;
}


/*-------- Text classes -------------*/
.txtBrown{
	color:#CC3300;
}

/*-------- Custom Clases -------------*/
.W50{
	width:48%;
	margin:0px 2px;
}

.formBox{
	padding-left:15px;
}

.formBox label{
	float:left;
	width:25%;
}

.formBox span{
	display:block;
	width:30%;
	float:right;
	display:block;
	font-weight:bold;
	white-space: nowrap;
	margin: 0px 15px 5px 0px;
	line-height:20px;	
}

.formBox[class]{
	padding-right:80px;	
}

.formBox[class] span{
	display:block;
	width:35%;
	float:right;
	display:block;
	font-weight:bold;
	white-space: nowrap;
	margin: 0px 25px 5px 0px;
}

.font14px{
	font-size:14px;
}

.font12px{
	font-size:12px;
}

.dotted {
	width:30%;
	margin-right:17px;
	border: 1px dotted #666666;
	background:#FFD153;
	float:left;
}

.peachBox{
	background:#FFD153;
}

.rateBg{
	background:url(../images/rateBg.gif) no-repeat;
	height:19px;
	width:108px;
	padding:6px 0px 0px 20px;
	display:block;
}

.LH22{
	line-height:22px;
}

/*-------- Project Custom ID's, css -------------*/
#layout{
	width:762px;
	margin:auto;
	border:2px solid #aaaaaa;
	border-top:0px;
	border-bottom:0px;
}

#footer{
	background:url(../images/bottomost.gif) no-repeat;
	width:766px;
	padding-top:30px;
	height: 49px;
	clear:both;
	margin:auto;
}
#top{
	clear:both;
	margin:auto;
	width:766px;
}
