html {
	width: 100%;
	height: 100%;
}	
.copyright {
  color: #003366;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: normal;
  text-align: left;
}

.footer {
  color: #003366;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: normal;
  text-align: right;
}
.desc {
  color: #003366;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-align: left;
}
a.desc:link,
a.desc:visited,
a.desc:active {
  text-decoration: underline;
  color: #003366;
}
a.desc:hover {
  text-decoration: none;
  color: #003366;
}

a.bodytext2:link,
a.bodytext2:visited,
a.bodytext2:active {
  text-decoration: underline;
  color: #003366;
}
a.bodytext2:hover {
  text-decoration: underline;
  color: #003366;
}

a.footer:link,
a.footer:visited,
a.footer:active {
  text-decoration: underline;
  color: #003366;
}
a.footer:hover {
  text-decoration: none;
  color: #333333;
}

.indexbody {
  color: #003366;
  line-height: 15px;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  text-align: left;
}

.bodytext {
  color: #003366;
  line-height: 14px;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
}

.bodytext2 {
  color: #000;
  line-height: 17px;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  text-align: left;
}

.header1 {
  color: #003366;
  line-height: 15px;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
}

.header2 {
  color: #003366;
  line-height: 20px;
  font-family:  bold Geneva, Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: bold;
  text-align: left;
}
.header3 {
	color: #CC0000;
	line-height: 20px;
	font-family:  bold Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}
.header4 {
	color: #003366;
	line-height: 20px;
	font-family:  bold Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}
.header5 {
	color: #003366;
	line-height: 16px;
	font-family:  bold Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}
.topbg {
  background: #fff url(../../images/bg.jpg) repeat-x;
  height: 90px;
}
.bottombgmain {
  background: #fff url(../../images/bottombg.jpg) top repeat-x; 
  position:fixed;
  center: 0px; 
  bottom: 0px; 
  height: 90px; 
  padding: 0px 0px 0px 0px;
}
.bottombg {
  background: #fff url(../../images/bottombg2.jpg) top repeat-x;
  height: 100px;   
  padding: 0px 0px 0px 0px;
}
.dashline {
	background-image: url(../../images/dashline.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 40px;
} 
.border {
  border: solid 1px #ccc;
}
.imgSMpic {
  width:60px;
  height:42;
  border: solid 1px #ccc;
}
#bigPic {
}
/* Remove Outline on Click Start */
a {
   outline: none;
}
:focus {
  -moz-outline-style: none;
}
object { outline:none}
* { outline: none; }
/* Remove Outline on Click End */
