body {
background: url('images/bg.gif');
}

.copy {
	color:#FFFFFF;
	font-family:Tahoma, Arial, Helvetica;
	font-size:11px;
	font-weight: bold;
	text-align: left;
	padding-left:20px;
	padding-top:15px;
	}

.copyin {
	color:#2F492F;
	font-family:Tahoma, Arial, Helvetica;
	font-size:11px;
	font-weight: bold;
	padding-left:10px;
	padding-top:5px;
	padding-right:10px;
}

.copyin1 {
	color:#000000;
	font-family:Tahoma, Arial, Helvetica;
	font-size:11px;
	font-weight: bold;
	padding-left:10px;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:5px;
}

.big {
	color:#2F492F;
	font-family:Tahoma, Arial, Helvetica;
	font-size:20px;
	font-weight: bold;
	padding-left:10px;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:5px;
}

.copy1 {
  color:#CC9933;
  font-family:Tahoma, Arial, Helvetica;
  font-size:11px;
  font-weight: bold;
  text-align: left;
  }
  
.copy2 {
	color:#73AA4B;
	font-family:Tahoma, Arial, Helvetica;
	font-size:10px;
	font-weight: normal;
	text-align: left;
	padding-left:5px;
    }
  
.copy3 {
	color:#0C3F2A;
	font-family:Tahoma, Arial, Helvetica;
	font-size:10px;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	padding-top:5px;
	
	  }
	  
.copy4 {
	color:#395C39;
	font-family:Tahoma, Arial, Helvetica;
	font-size:10px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	padding-top:5px;
	
	  }	  

 
  a {
	color:#CC9933;
	font-family:Tahoma, Arial, Helvetica;
	font-size:10px;
	text-align: left;
	text-decoration: none;
  }
a:hover {
	color:#CCCCCC;
	font-family:Tahoma, Arial, Helvetica;
	font-size:10px;
	text-align: left;
	text-decoration: none;
}



a.in {
	color:#FFFFFF;
	font-family:Tahoma, Arial, Helvetica;
	font-size:10px;
	text-decoration: none;
	font-weight: normal;
	
  }
a.in:hover {
	color:#FFCC33;
	font-family:Tahoma, Arial, Helvetica;
	font-size:10px;
	text-decoration: none;
	font-weight: normal;
	
}

a.big {
	color:#CC9933;
	font-family:Tahoma, Arial, Helvetica;
	font-size:11px;
	text-decoration: none;
	font-weight: bold;
	}
	
a.big:hover {
	color:#000000;
	font-family:Tahoma, Arial, Helvetica;
	font-size:11px;
	text-decoration: none;
	font-weight: bolder;
	}

a.home {
	color:#CC9933;
	font-family:Tahoma, Arial, Helvetica;
	font-size:11px;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	
  }
a.home:hover {
	color:#CCCCCC;
	font-family:Tahoma, Arial, Helvetica;
	font-size:11px;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	
}

.h1 {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	text-align: left;
	
}

td.bgline{
	border-top-width: 13px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-left-color: #CC9933;
}

table.line{
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #E6EBED;
	border-left-color: #E6EBED;
}

td.bglineleft{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #CC9933;
}

td.bglinebott{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #015890;
	border-left-color: #015890;
}

ul{
color:#FFFFFF;
}

ul.txt{
color:#000000;
}

body {
	font-family: arial, helvetica, serif;
	font-size: 11px;
}

#nav { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
		
}
#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
		
}

#nav a {
	display: block;
 /* width: 1em; */
	word-wrap: nowrap;
}

#nav li { /* all list items */
	float: left;
 /* width: 1em; /* width needed or else Opera goes nuts */
	list-style: none;
}

#nav li ul {
	position: absolute;
	background: #666666;
 /* width: 1em; */
	left: -999em;
	border: 1px solid #474747;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}

.inputbox
	{
	background-color:#ffffff;
	width:170px;
	border: 1pt solid #999999;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	}
	
.textarea
	{
	background-color:#ffffff;
	width:250px;
	border: 1pt solid #999999;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	}
	
.button
	{
	background-color:#CCCCCC;
	height:20px;
	width:95px;
	CURSOR: hand;
	border: 1pt solid #999999;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
		
		}
