body, td, th {
  	color: #666666;
  	font-family: Verdana, Arial, sans-serif;
  	font-size: 13px;
}

input, select, textarea {
	color: #363636;
  	font-family: Verdana, Arial, sans-serif;
  	font-size: 11px;
}

body {
  	background-color: #ffffff;
  	border: 3;
 	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
  	padding: 0;
}

hr {
color: #602;
margin: 0;
height: 1px;
}

h1 {
font-size: 22px;
font-family: Calibri,Verdana, Arial, sans-serif;
color: #602;
font-weight: bold;
line-height: 100%;

}

h2 {
font-size: 20px;
font-family: Calibri,Verdana, Arial, sans-serif;
color: #602;
font-weight: bold;
line-height: 130%;
margin: 0 0 .5em 0;
}

h3 {
font-size: 18px;
font-family: Calibri,Verdana, Arial, sans-serif;
color: #333333;
font-weight: bold;
line-height: 130%;
margin: 0 0 .5em 0;
}

h4 {
font-size: 11px;
font-family: Calibri,Verdana, Arial, sans-serif;
color: #602;
font-weight: bold;
line-height: 130%;
margin: 0 0 .2em 0;
}

h5 {
font-size: 10px;
font-family: Calibri,Verdana, Arial, sans-serif;
color: #666666;
font-weight: bold;
line-height: 130%;
margin: .5em 0 .2em 0;
}

.indent {
	padding-left: 20px;
}

.indent1 {
	padding-right 20px;
}
.star {
color: #CC0000;
}
.caption {
font-size: .85em;
line-height: 120%;
margin-top: 1em;
}

img .block {
  display: block;
}
a, area {
  outline: none;
  text-decoration: underline;
  }
a:link {
  color: #000000;
  text-decoration: underline;
  }
a:visited {
  color: #666666;
  }
a:hover {
  color: #B41C30;
  text-decoration: underline;
  }
a:active {
  color: #000000;
  }
  
form{
  padding:0px;
  margin:0px;
}

map{
  padding:0px;
  margin:0px;
}




/* HDR */
.hdr {
	padding: 0px;
	background-color: #FFFFFF;
}

.bc {
	color:#666666;
	font-size:10px;
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c2c2c2;
	display: block;
}


.bc a:link, .bc a:visited, .bc a {
	color:#666666;
	text-decoration: underline;
	padding-right: 1px;
	padding-left: 1px;
	font-variant: normal;
}
.bc a:hover {
	text-decoration: underline;
	text-align: left;
	color:#f23803;
}

/* TOP NAV */
.topNav {
	padding: 0px;
	background-color: #772d2a;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-image: url();
	background-repeat: repeat-x;

}

#tnLink {
	float: center;
	text-align: center;
	
}


#tnLink span {
  display: none;
  visibility: hidden;
  text-align: center;
}

#tnLink a, #tnLink a:link, #tnLink a:visited {
	float: left;
	display: block;
	FONT-FAMILY: Calibri, Verdana, Arial, Helvetica, sans-serif;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	Font-Size: 13px;
	font-weight: ;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
}

#tnLink a:hover {
	background-color: #666666;
}

.tnLinkOn a, .tnLinkOn a:visited, .tnLinkOn a:link {
	COLOR: #FFFFFF;
	background-color: #666666;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	text-align: center;
}

.tnLinkOn a:hover {
	COLOR: #FFFFFF;
	background-color: #666666 !important;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	text-align: center;
}

/* end TOP NAV */



.subHead {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	color: #ffffff;
	padding-left: 15px;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 8px;
	margin-bottom: 0px;
	background-color: #000000}

.normal {
	font-weight: normal;
	float: left;
}
 

	 
#content {
	padding: 20px;
}

#contenthp {
  	background-color:#fff;
	background: url();
	width:752px;
}



.noBorder {
	border: 0px;
}


.clear {
  clear:both;
}

.right {
  float:right;
}

.left {
  float:left;
}

.center{
  text-align:center;
}



#footer {
  	padding:10px; 
	padding-bottom:13px;
  	color:#ffffff;
	font-size: 12px;
	background-color:#772d2a;
}
.ftrLinks a, .ftrLinks a:link, .ftrLinks a:visited {
  	color:#ffffff;
	font-size: 12px;
  	text-decoration: none !important;
	margin-bottom: 5px;
}

.ftrLinks a:hover {
  	color:#FFFFFF !important;
	text-decoration: underline !important;
}

.border {
  	border:1px solid #CCCCCC;
}

.error {
  	font-weight: bold;
  	color:#790000;
}

.strikeOut{
  	text-decoration: line-through;
}

#contentBody  {
	color: #545454;
	padding:10px 10px 10px 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	width: 578px;
}

.subLinks {
	display: block;
}

.subLinks a:link, .subLinks a, .subLinks a:visited {
	float: left;
	COLOR: #fdc689;
	TEXT-DECORATION: none;
	font-Size:9px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 3px;
	margin-right: 0px;
	margin-left: 3px;
}

.subLinks a:hover {
	TEXT-DECORATION: underline;
}

/* LEFT NAV STYLES*/
.leftNav {
	width: 170px;
	vertical-align: top;
	background-color: #9B1010;
}
.ln a:link, .ln a:visited {
	font-family: Calibri,Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	background-image: url(ln_bg.gif);
	display: block;
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: left;
	background-color: #9B1010;
}
.ln a:hover {  text-decoration: underline; color: #FFFFFF;}

/* Left Nav on */
.ln_on a:link, .ln_on a:visited {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background-image: url(ln_bg.gif);
	display: block;
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: left;
	background-color: #666666;
}

.ln_on a:hover {  text-decoration: underline; color: #FFFFFF;}

/* LEFT NAV HAS CHILD */
.ln_hasChild a:link, .ln_hasChild a:visited {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-image: url(ln_hasChild.gif);
	display: block;
	background-repeat: no-repeat;
	padding-left: 22px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	
}
.ln_hasChild a:hover {  text-decoration: underline; color: #FFFFFF;}

.ln_hasChild_on a:link, .ln_hasChild_on a:visited {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-image: url(ln_hasChild_on.gif);
	display: block;
	background-repeat: no-repeat;
	padding-left: 22px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	
}

/*	border-top-color: #999999;
	background-color: #60a602; */
	
.ln_hasChild_on a:hover {  text-decoration: underline; color: #FFFFFF;}


/* SUB STYLES */
.ln_tier1 a:link, .ln_tier1 a:visited {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	background-image: url(ln_tier1.gif);
	display: block;
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	text-align: left;
	border-top-width: 1px;
	border-top-style:
	}
.ln_tier1 a:hover {  text-decoration: underline; color: #333333;}

.ln_tier1_on a:link, .ln_tier1_on a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background-image: url(ln_tier1_on.gif);
	display: block;
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid
	}
.ln_tier1_on a:hover {  text-decoration: underline; color: #333333;}

.ln_tier2 a:link, .ln_tier2 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	background-image: url(ln_tier1.gif);
	display: block;
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	text-align: left;
}
.ln_tier2 a:hover {  text-decoration: underline; color: #333333;}

.ln_tier2_on a:link, .ln_tier2_on a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background-image: url(ln_tier1_on.gif);
	display: block;
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: left;
}
.ln_tier2_on a:hover {  text-decoration: underline; color: #333333;}

.ln_tier3 a:link, .ln_tier3 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	background-image: url(ln_tier3.gif);
	display: block;
	background-repeat: no-repeat;
	padding-left: 45px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	text-align: left;
}
.ln_tier3 a:hover {  text-decoration: underline; color: #ffffff;}

.ln_tier3_on a:link, .ln_tier3_on a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	background-image: url(ln_tier3_on.gif);
	display: block;
	background-repeat: no-repeat;
	padding-left: 45px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: left;
	background-color: #666666;
}
.ln_tier3_on a:hover {  text-decoration: underline; bold; color: #ffffff;}


/* LEAD NAV STYLES*/
#leadNav {
	vertical-align: top;
	display: block;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	padding: 10px;
	margin-top: 10px;
	/*background-color: #FFFFFF;*/
}

#leadNav a:link, #leadNav a:visited {
	margin-left: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #363636;
	text-decoration: none;
	font-weight: bold;
	background-image: url(icon_arrow_o.gif);
	display: block;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	text-align: left;
}
#leadNav a:hover {  text-decoration: underline; color: #f23803;}



/* SUB NAV STYLES*/
#subNav {
	vertical-align: top;
	display: block;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	padding: 10px;
	margin-top: 10px;
}

#subNav a:link, #subNav a:visited {
	margin-left: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #363636;
	text-decoration: none;
	font-weight: bold;
	background-image: url(icon_arrow_o.gif);
	display: block;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	text-align: left;
}
#subNav a:hover {  text-decoration: underline; color: #f23803;}

.formButton {
	text-align: right;
	color: #f23803;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	height: 20px;
	background: url(formButton_bg.gif) 100% 70% no-repeat;
	padding-right: 18px;
	background-color: #ebebeb;
	border: 1px solid #898989;
	text-transform: uppercase;
}
.hpBody {
	background-image: url();
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding: 15px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #000000;
	background-color: #ffffff;
}

.hpBody1 {
	background-image: url();
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	background-color: #80170E;
}
.hpLower {
	color: #000000;
	padding: 20px;
	background-color: #d1ab00;
	background-image: url();
	background-repeat: repeat;
	text-align: left;
}
.hpLower1 {
	color: #000000;
	padding: 10px;
	background-color: #80170E;
	background-image: url();
	background-repeat: repeat;
	text-align: left;
}

.hpLower2 {
	color: #000000;
	padding: 10px;
	background-color: #c0c0c0;
	background-image: url();
	background-repeat: repeat;
	text-align: left;
}

.hpIntro {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	padding-right: 25px;
	color: #FFFFFF;
}

.hpIntro a:link, .hpIntro a:visited, .hpIntro a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.hpIntro a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.hpIntro1 {
	border-right-width: 1px;
	border-right-color: #FFFFFF;
	padding-right: 25px;
	color: #FFFFFF;
}

.hpIntro1 a:link, .hpIntro1 a:visited, .hpIntro1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	
}

.hpIntro1 a:hover {
	color: #FFFFFF;
}

.hpPartner {
	padding-left: 25px;
	padding-top: 10px;
	color: #FFFFFF;
}

.hpPartner a:link, .hpPartner a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.hpPartner a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* HP Lower content */
.hpTest {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	padding-right: 15px;
	color: #464646;

}

.hpTestTxt {
	padding-left: 25px;
	padding-right: 15px;
}

.hpTest a:link, .hpTest a:visited, .hpTest a:hover {
	color: #464646;
	text-decoration: none;
}

.hpTest a:hover {
	color: #000000;
	text-decoration: underline;
}

.hpNews {
	color: #464646;
	padding-left: 25px;
}

.hpNews a:link, .hpNews a:visited {
	color: #464646;
	text-decoration: none;
}

.hpNews a:hover {
	color: #000000;
	text-decoration: underline;
}

.tdtxt {
	font-size: 15px;
	color: #000000;
	font-weight: bold;
}

.tdnohover a:hover a:link {

}
.arrowList {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	background-image: url(liArrow.gif);
	display: block;
	background-repeat: no-repeat;
	padding-left: 32px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 1px;
	text-align: left;
}

.arrowList a:link, .arrowList a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	background-image: url(liArrow.gif);
	display: block;
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	text-align: left;
}
.arrowList a:hover {  text-decoration: underline; color: #333333;}


.olList a:link, .olList a:visited, .olList a, .olList a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	background-image: url(li_arrowRed.gif);
	display: block;
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 7px;
	text-align: left;
}
.olList a:hover {  
	text-decoration: underline; 
	color: #CC0000;
	background-image: url(li_arrowRed_on.gif);
}

.olList1 a:link, .olList a:visited, .olList a, .olList a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	display: block;
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 7px;
	text-align: left;
}
.olList1 a:hover {  
	text-decoration: underline; 
	color: #CC0000;

}
.subarrowList {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
	text-decoration: none;
	font-weight: normal;
	background-image: url(liArrow.gif);
	display: block;
	background-repeat: no-repeat;
	padding-left: 32px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 1px;
	text-align: left;
}

.subarrowList1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	background-image: url(li_arrowRed_on.gif);
	display: block;
	background-repeat: no-repeat;
	padding-left: 32px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 1px;
	text-align: left;
}

.subarrowList2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	text-indent: 10px;
	display: block;
	background-repeat: no-repeat;
	padding-left: 32px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 1px;
	text-align: left;
	
}

.topContact a:link, .topContact a:visited, .topContact a, .topContact a:active, .topContact a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	background-image: url(bg_contact.gif);
	display: block;
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-top: 3px;
	padding-right: 25px;
	padding-bottom: 3px;
	text-align: right;
	font-weight: normal;
	background-position: 100% 70%;
	margin-right:10px;
}

.topSupport a:link, .topSupport a:visited, .topSupport a, .topSupport a:active, .topSupport a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	background-image: url();
	display: block;
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-top: 3px;
	padding-right: 25px;
	padding-bottom: 3px;
	text-align: right;
	font-weight: normal;
	background-position: 100% 70%;
	margin-right:10px;
}
.topLogin a:link, .topLogin a:visited, .topLogin a, .topLogin a:active, .topLogin a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	background-image: url();
	display: block;
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-top: 3px;
	padding-right: 25px;
	padding-bottom: 3px;
	text-align: right;
	font-weight: normal;
	background-position: 100% 70%;
	margin-right:10px;
}

.topRFQ a:link, .topRFQ a:visited, .topRFQ a, .topRFQ a:active, .topRFQ a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	background-image: url();
	display: block;
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-top: 3px;
	padding-right: 25px;
	padding-bottom: 3px;
	text-align: right;
	font-weight: normal;
	background-position: 100% 70%;
	margin-right: 10px;
}

.tdNoHover a:link, .topRFQ a:visited, .topRFQ a, .topRFQ a:active, .topRFQ a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	background-image: url();
	display: block;
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-top: 3px;
	padding-right: 25px;
	padding-bottom: 3px;
	text-align: right;
	font-weight: normal;
	background-position: 100% 70%;
	margin-right: 10px;
}
.ctBody {
	color: #464646;
	background-color: #FFFFFF;
}

.floatleft {
float: left;
margin-right: 10px;
}
.floatright {
float: right;
margin-left: 15px;
}

#container {
	width:900px;
	text-align: ;
	border: 1px solid #000000;
	background-color: #ffffff;
}

#container1 {
	width:800px;
	text-align: ;
	border: 0px solid #000000;
	background-color: #ffffff;
}
.msTable {
	background-image: url();
	text-color: #ffffff;
	background-color: #775a9a;
	background-repeat: no-repeat;
	padding: 5px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #000000;
	padding: 10px;
	text-decoration: none;
	font-weight: normal;
}

.msBody {
	background-image: url();
	color: #0000CD;
	text-decoration: Bold;
	text-align: center;
	font-weight: normal;
	background-repeat: no-repeat;
	font-size: 14px;
	padding: 10px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #000000;
	background-color: ;
	text-decoration: none;
	font-weight: normal;
}

.msBody1 {
	background-image: url();
	color: #0000CD;
	text-decoration: Bold;
	text-align: left;
	font-weight: normal;
	background-repeat: no-repeat;
	font-size: 14px;
	padding: 10px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #000000;
	background-color: DDFF99;
	text-decoration: none;
	font-weight: normal;
}

.msBodysj {
	background-image: url();
	color: #008c00;
	text-decoration: Bold;
	text-align: left;
	font-weight: normal;
	background-repeat: no-repeat;
	font-size: 14px;
	padding: 10px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #000000;
	background-color: #FFFFCC;
	text-decoration: none;
	font-weight: normal;
}

.msTextsj {
	color: #008C00;
	text-decoration: none;
}

.msTextsjbl {
	color: #000000;
	text-decoration: none;
}

.msBody2 {
	background-image: url();
	color: #0000CD;
	text-decoration: Bold;
	text-align: left;
	font-weight: normal;
	background-repeat: no-repeat;
	font-size: 14px;
	padding: 10px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #000000;
	background-color: BBFF99;
	text-decoration: none;
	font-weight: normal;
}

.msBody3 {
	background-image: url();
	color: #0000CD;
	text-decoration: Bold;
	text-align: left;
	font-weight: normal;
	background-repeat: no-repeat;
	font-size: 14px;
	padding: 10px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #000000;
	background-color: #ccffcc;
	text-decoration: none;
	font-weight: normal;
}

.msBody4 {
	background-image: url();
	color: #0000CD;
	text-decoration: Bold;
	text-align: left;
	font-weight: normal;
	background-repeat: no-repeat;
	font-size: 14px;
	padding: 10px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #000000;
	background-color: FFDD99;
	text-decoration: none;
	font-weight: normal;
}
.msQuote {
	background-image: url();
	color: #CC6666;
	text-decoration: normal;
	text-align: center;
	font-weight: bold;
	font-family: Calibri,Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	background-repeat: no-repeat;
	font-size: 20px;
	padding: 10px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #000000;
	background-color: none;
	text-decoration: none;
	font-weight: normal;
}

.msTitle {
	background-image: url();
	color: #ffffff;
	text-align: center;
	background-repeat: no-repeat;
	font-size: 26px;
	font-family: Calibri,Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	text-decoration: none;
	font-weight: normal;
	text-shadow:
	}

.msTitle1 {
	background-image: url();
	color: #666666;
	text-align: center;
	background-repeat: no-repeat;
	font-size: 24px;
	font-family: Calibri,Verdana, Arial, Helvetica, sans-serif;
	padding: 15px;
	text-decoration: none;
	font-weight: normal;
	}
	
.msTopic {
	background-image: url();
	color: #666666;
	text-align: left;
	background-repeat: no-repeat;
	font-size: 20px;
	font-family: Calibri,Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	text-decoration: none;
	font-weight: normal;
	}
	
/* Second TOP NAV */

.msNav {
	padding: 0px;
	background-color: #77519a;
	FONT-FAMILY: Calibri, Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-image: url();
	background-repeat: repeat-x;
}

#msLink {
	float: left;
}


#msLink span {
  display: none;
  visibility: hidden;
}

#msLink a, #msLink a:link, #msLink a:visited {
	float: left;
	display: block;
	FONT-FAMILY: Calibri, Verdana, Arial, Helvetica, sans-serif;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	Font-Size: 12px;
	font-weight: ;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#msLink a:hover {
	background-color: #666666;
}

.msLinkOn a, .msLinkOn a:visited, .msLinkOn a:link {
	COLOR: #FFFFFF;
	background-color: #666666;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}

.msLinkOn a:hover {
	COLOR: #FFFFFF;
	background-color: #666666 !important;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}

.hpLower {
	color: #ff0000;
	padding: 20px;
	background-color: #d1ab00;
	background-image: url();
	background-repeat: repeat;
	text-align: left;
}

/* end TOP NAV */
	