html{color:#000;background:#FFF;}
body,divh1,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,blockquote
{
  margin:0;
  padding:0;
}
body{
 font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
 color: #999;
 font-size: 12px;
 background-color: #4e4e4e;
 text-align:center;
 background-image: url(../images/pgbg.gif);
 background-repeat: no-repeat;
 background-position: top center;
}
a:link, a:visited{
  color: #FF6600;
  text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a:active, a:focus{
	outline: none;
}

a:link img, a:visited img, a:hover img { border-style: none; } /* no border on img links */

a img { color: white; }        /* trick to hide the border in Netscape 4 */
@media all {                   /* hide the next rule from Netscape 4 */
  a img { color: inherit; }    /* undo the color change above */
}
img{
	margin: 0px;
	outline: none;
}
th, td { /* ns 4 */
  font-family: sans-serif;
}

h1, h2, h3, h4, h5, h6 { text-align: left;   font-size:100%;
  font-weight:normal;}
/* background should be transparent, but WebTV has a bug */
h1, h2, h3 { color: #007cc2; background: transparent; }
h1 { font-size: 150%; }
h2 { font-size: 125%; }
h3 { font-size: 110%; }
h4 { font-size: 100% }
h5 { font-size: 100%; font-style: italic; }
h6 { font-size: 100%;  font-variant: small-caps;}


div.copyright{
	color: #bfbfbf;
	line-height: 18px;
	margin-bottom: 10px;
}
div.copyright a:link, div.copyright a:visited{
  font-weight: normal;
  color: #4C86C4;
  text-decoration: none;
}
div.copyright a:hover{
 border-bottom: 2px solid #ff6600;
}
hr{
	margin: 0px;
	border: 2px solid #E4E4E4;
}
/* Header Table */
.hdr-tbl {
 font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	background-color: #fff;
	color: #4e4e4e;
}
.addressbar {
	background-color: #4e4e4e;
	color: #ccc;
	font-size: 11px;
	text-align: left;
	padding: 5px;
	
}
.addressbar span {
	color: #ccc;
	font-size: 11px;
	float: right;
	width: 300px;
	text-align: right;
}
.topmenubar{
		line-height:220%;
		text-align: left;
}
.content-tbl {
 font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	background-color: #fff;
	color: #4e4e4e;
	margin-top: 30px;
}
.content-area{
	padding: 10px;
}
.content-area p{
	text-align: justify;
}
p.center{
	text-align: center;
}
.content-right{
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer{
	background-color: #2e2d2e;
	color: #91998e;
	padding: 20px;
	font-size: 11px;
}
/* Form Styles */
div.form{
	text-align: left;
	padding-left: 10px;
	background-color: White;
	color: #999;
}
iframe{
	border: 2px solid #d9dde9;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
}
div.contact{
	background-color: #d9dde9;
	padding: 5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	width: 240px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
div.contact h2{
 font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
		font-size: 16px;
	text-align: center;
	font-weight: bold;
}
