body {
	margin: 0;
	padding: 0;
	background-color: #888888/*#df4b01*/;
	font-family: Verdana,sans-serif;
	font-size: 12px;
	color: #333;  
}
div.container {	
	background-color: white;
}

A:link { text-decoration: underline; color: #df4b01; }
A:visited {text-decoration: underline; color: #df4b01; }
A:active { text-decoration: none }
A:hover { text-decoration: underline; color:  black; }

A.orange:link, A.navbutton:link { text-decoration: underline; color: #df4b01; }
A.orange:visited, A.navbutton:visited { text-decoration: underline; color: #df4b01; }
A.orange:active, A.navbutton:active { text-decoration: underline; color: #df4b01; }
A.orange:hover, A.navbutton:hover { text-decoration: underline; color: black; }

.orange A:link, .navbutton A:link, .navBox A:link { text-decoration: underline; color: #df4b01; }
.orange A:visited, .navbutton A:visited, .navBox A:visited { text-decoration: underline; color: #df4b01; }
.orange A:active, .navbutton A:active, .navBox A:active { text-decoration: underline; color: #df4b01; }
.orange A:hover, .navbutton A:hover, .navBox A:hover { text-decoration: underline; color: black; }

.white A:link 		{ text-decoration: underline; color: white; }
.white A:visited 	{ text-decoration: underline; color: white; }
.white A:active 	{ text-decoration: underline; color: white; }
.white A:hover 		{ text-decoration: underline; color: white; }
.strong {
	font-weight: bold;	
}
.bottomlink {
	color: white;
}
h6 {
	font-style:italic; 
	margin-left:auto;
	margin-right:auto;
}
.center, .c{
	margin-left:auto;
	margin-right:auto;
}
	
.smmargin {
  margin: 2px;
  padding: 2px;

}
.space{
	margin-top:7px;
	margin-bottom: 7px;
	_margin-top:1px;
	_margin-bottom: 1px;
	padding: 0px;
}
.nomargin {
  margin: 0px;
  padding: 0px;
}
.mainBox {
	/*text-align: justify;*/
	 text-align:left;
	border: solid 1px #FEC6A9;
	background-color: #d6doc1;
	margin-right: 15px; 
	margin-left: 15px; 
	margin-bottom: 1px;
	padding: 6px;
	_padding: 3px;
}
.divHeader, .divheader{
	background-color: #FEC6A9;
	width:*;
	height:*;
	margin: 0px;
	padding-left: 10px;
	color: white;
	font-size: larger; 
}
.red {
	color: red;
	border: solid 1px red;
	font-size: larger; 
}
th
{
	font-weight: bold;
	background-color: #FCF2DB;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;	
	background-position: 0% 0%;
}
.odd {
  background: #fff;
}
.even {
  background: #ddd;
}
.navBox {
	border: solid 1px #FEC6A9;
	background-color: #FCF2DB;
	padding: 2px;
	_padding:1px;
	margin-bottom: 1px;
	_margin-bottom:1px;
	margin-right:auto;
	margin-left:auto;
	text-align: center;
	
}
.navBox>div {
	width:145px; 
	margin-right:auto;
	margin-left:auto;
}
.submitbox{
	text-align: center;
	background-color:white;
	border: solid 2px #FEC6A9;
}

.submitbutton
{
	color: white;
	display: inline-block;
	min-width: 24px;
	min-height: 18px;
	margin: 1px;
	border: solid 1px #FEC6A9;

	background-color: white;

	padding: 2px;
	height: 30px;
	LINE-HEIGHT: 1.75em;
}

.navbutton
{
	color: white;
	display: inline-block;
	min-width: 24px;
	min-height: 18px;
	margin: 1px;
	border: solid 1px #FEC6A9;
/*background-color: #FEC6A9;*/
	background-color: white;
	padding: 2px;
	height: 30px;
	LINE-HEIGHT: 1.75em;
}
.smfont {
	font-size: 10;
}
.header {
	border: solid 1px #888888;
	background-color: #FCF2DB;
}
A.white:link,A.white:visited,A.white:active,A.white:hover{ text-decoration: underline; color: white; }
A.cream:link,A.cream:visited,A.cream:active,A.cream:hover{ text-decoration: underline; color: #FCF2DB; }
A.grey:link,A.grey:visited,A.grey:active,A.grey:hover{ text-decoration: underline; color: #5f5f5f; }
A.black:link,A.black:visited,A.black:active,A.black:hover{ text-decoration: underline; color: black; }

.white  	{ text-decoration: underline; color: white; }

.creambgcolor {
	background-color: #FCF2DB;
}
.orangecolor {
	background-color: #df4b01;
}
.lorangebgcolor 
{
	background-color: #FEC6A9;
}
.greybgcolor {
	background-color: #5f5f5f;
}
.greytext {
	color: #888888;
}
.greycolor {
	color: #333333;
}
.lgreycolor {
	color: #979797;
}
.creamcolor {
	background-color: #fbf5e7;
}
.creamcolor {
	color: #d6doc1;
}

