.copy {
	color:#5c5c5c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	text-align: left;

	
}

.copyin {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	text-align: left;
	
}

.copyblue {
	color:#0084FC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	text-align: left;

	
}

.copywhite {
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	text-align: left;

	
}

.foot {
	color:#B3DAFE;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align: left;
	padding-left:8px;
	
  }
  
.footin {
	color:#0A908B;
	font-family:Tahoma, Arial, Helvetica;
	font-size:10px;
	text-align: center;
		
  }
  

  
  a {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	text-decoration: none;
  }
a:hover {
	color:#0084FC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	text-decoration: none;
}

a.footer {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration: none;
	font-weight: bold;
	
  }
a.footer:hover {
	color:#FFCC00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration: none;
	font-weight: bold;
	
}


td.bgline{
	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: #003976;
	border-left-color: #003976;
}

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: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #015890;
}

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.txt{
color:#000000;
}

body {
	font-family: arial, helvetica, serif;
	font-size: 11px;
}

#nav, #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;
		
		}

