body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #ffffff;
background-image: url(images/bg.gif);
background-repeat: repeat-y;
background-position: center;
font-family: Arial, Helvetica, sans-serif;
}
.fullheight{ height:100% }

.topimage {background: #fff url('images/top.jpg') repeat-x ;}
.black {background: #fff url('images/black.gif') repeat-x ;}


a:link		{ color: #003399; text-decoration: underline; font-weight: normal }

a:visited	{ color: #003399; text-decoration: underline; font-weight: normal }

a:active	{ color: #003399; text-decoration: underline; font-weight: normal }

a:hover		{ color: #990000; text-decoration: underline; font-weight: normal }

.copytext 	{ COLOR: #ffffff; FONT: 11px arial, sans-serif; line-height:15px; font-weight: normal}

TABLE 		{ COLOR: #000000; FONT: 14px arial, sans-serif; line-height:22px; font-weight: normal}

h1			{ COLOR: #000000; FONT: 18px arial, sans-serif; line-height:22px; font-weight: normal}




a.linkopacity75 img       {
filter:alpha(opacity=100) ;
-moz-opacity: 1.0;
opacity: 1.0;
-khtml-opacity: 1.0; 
}
a.linkopacity75:hover img {
filter:alpha(opacity=75); 
-moz-opacity: 0.75; 
opacity: 0.75;
-khtml-opacity: .075; 
}