.gfx {
        padding: 0px 0px 0px 0px;
        border-width: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
}

body {
        scrollbar-face-color: rgb(204,204,204); 
	scrollbar-highlight-color: white; 
	scrollbar-shadow-color: white; 
	scrollbar-3dlight-color: rgb(0,0,0); 
	scrollbar-arrow-color: rgb(255,255,255); 
	scrollbar-track-color: rgb(238,238,238); 
        scrollbar-darkshadow-color: rgb(0,0,0);
}

.button{
	font: 10pt 'Tahoma';
	font-weight: bolder;
	color:rgb(0,0,102);
	height: 21px;
	width: 150px;
	padding: 2px 0px 0px 5px;
	vertical-align: middle;
	text-decoration: none;
}
.copyright {
	color:rgb(255,255,255);
	font: 8pt 'Tahoma';
	font-weight: bolder;
}
.text {
	color:#000000;
	font-family: Verdana;
	font-size: 10pt;
}
.border {
background-color:#000000;
border-width: 0px;
border-spacing: 2px;
}
.contact {
border-width: 2px;
border-style: solid;
font: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
background-color:#CCCCCC;
}

table {
	color:#000000;
	font-family: Verdana;
	font-size: 10pt;
}
h1 {
	font-family: "Arial Black";
	font-size: 18pt;
	font-weight: normal;
	text-align: center;
}
p {
   color:#000000;
   font-family: Verdana;
   font-size: 10pt;
}


a:link, a:visited {
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: underline;
}

a.nav:link, a.nav:visited {
	text-decoration: none;
}

a.nav:hover, a.nav:active {
	text-decoration: none;
}