body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	    margin:0; 
	    padding:0; 
	} 
	table { 
	    border-collapse: collapse; 
	    border-spacing: 0; 
	}
	fieldset,img {  
	    border:0; 
	} 
	address,caption,cite,code,dfn,em,strong,th,var { 
	    font-style:normal; 
	    font-weight:normal; 
	} 
	ol,ul { 
	    list-style:none; 
	} 
	caption,th { 
	    text-align:left; 
	} 
	h1,h2,h3,h4,h5,h6 { 
	    font-size:100%; 
	    font-weight:normal; 
	} 
	q:before,q:after { 
	    content:''; 
	} 
	abbr,acronym { border:0; 
	} 

#test li {
	display: block;
	border: solid 1px red;
}

.navTable {
	 width: 487px;
	 align: center;
}

#navTable a
{
	color: 474f49;
	text-decoration: none;
	display: block;
	margin: 10px;
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}

#navTable a:hover
{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2525b0;

}

.white {color: #FFF}
.lightGray {color: #777}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#666;
}

h2 {
	font-size:14px;
	font-weight:bold;
	color:#666;
}

h3 {
	font-size:12px;
	font-weight:bold;
	color:#666;
}

#leftInfo {
	display: inline;
	background-image: url(../images/miniborder.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#rightInfo {
	display: inline;
	background-image: url(../images/miniborder.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#nextStep {
	background-image: url(../images/siteWidget2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:0px;
	padding-right:0px;
	padding-top:4px;
}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.bodyTextSm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.bodytextRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
}

.bodytextW {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.subhead {
	font-size: 14px;
	font-weight: bold;
	color: #993366;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.subheadWhite {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.featureText {
	font-size: 12px;
	font-weight: bold;
	color: #00000B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.mainTextHead {
	font-size: 18px;
	line-height:26px;
	font-weight: bold;
	font-style: italic;
	color: #003300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #BFF0C7;
}

.mainTextSmall {
	font-size: 16px;
	line-height:17px;
	font-weight: bold;
	font-style: italic;
	color: #003300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.pitchTextHead {
	font-size: 13px;
	line-height:22px;
	font-weight: bold;
	color: #003300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.pitchTextBody {
	font-size: 12px;
	line-height:18px;
	color: #003300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color : #2525b0;
	text-decoration : none;
} 

a:hover {
	color : #2525b0;
	text-decoration : underline;
}

a:active {
	color : #b21e68;
	text-decoration : underline;
}

.home {
	color : #2525b0;
	font-weight:900;
	font-size:larger;
}


a.white:link {
	color: #fff;
}
	
a.white:active {
	color: #777;
}
a.white:visited {
	color: #fff;
}

a.white:hover {
	color: #bbb;
}

.odd {
	background-color: #FBF2B3;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

.botLinks {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.botLinksBig {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#FFFFFF;
}

.botLinksRed {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC3300;
}

.misclinks {
	position: absolute; width:100%; height:21px; z-index:15; left: 2px; top: 16px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}



