/* CSS Document */
body {
	  background: #757575 url(/images/common/back_fade.png) repeat-x top;
	  color: #FFFFFF;
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  font-style: normal;
	  font-weight: normal;
	}
	a:hover {
	  text-decoration:  underline;
	}
	a {
	  color: #333333;
	  text-decoration: none;
	}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	color: #333333;
}
.maintexthead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	color: #333333;
	font-weight: bold;
}
.maintextitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 16px;
	color: #333333;
}
.headtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	color: #000000;
	font-weight: bold;
}
.maintextwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	color: #FFFFFF;
}
.maintextblk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #000000;
}
.borderblk {
	border: 1px solid #000000;
}
.borderwht {
	border: 1px solid #FFFFFF;
}
.maintextchar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	color: #333333;
}
.maintextcharbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
	color: #333333;
}
.maintextblkitlaic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	color: #000000;
}
.bluebackground {
	background-image: url(/images/common/babyblue.gif);
}
.whiteback {
	background-color: #FFFFFF;
}

.maintextlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	color: #333333;
	text-decoration: underline;
}
.maintextblkbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #000000;
	font-weight: bold;
}
.graybackground {
	background-color: #CCCCCC;
}
.coalback {
	background-color: #333333;
}

/* ################# link gray back#33333 w/white text #ffffff, hover white back w/gray text #333333 hover TOP "new nav" #################  */

.navbar {
  display          : block;
  margin           : 0px;
  float			   : none;
  font-family	   : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  line-height	   : 20px;
  color            : #FFFFFF;
  font-weight      : normal;
  white-space      : nowrap;
}
a.navbar {
  display          : block;
  text-decoration  : none;
  color            : #FFFFFF;
  background-color : #333333;
  font-weight      : normal;
}
a.navbar:hover {
  display          : block;
  text-decoration  : none;
  color            : #333333;
  background-color : #FFFFFF;
  font-weight      : bold;
}
.navbartext {
	display          : block;
	margin           : 0px;
	float			 : none;
	font-family		 : Arial, Helvetica, sans-serif;
	font-size        : 12px;
	line-height		 : 20px;
	color            : #333333;
	background-color : #FFFFFF;
	font-weight      : bold;
	white-space      : nowrap;
}
.maintextblklink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #000000;
	text-decoration: underline;
}
