/* CSS Document */


html {height: 100%;}
.copyright { color: #A6A6A6; font-family: arial; font-size: 10px;}
.address { color: #000000; font-family: arial; font-size: 11px; letter-spacing: 1pt;}
.bodytext {font-family: Verdana; font-size: 12px; color: #000000; font-weight: normal; }
.bodytext2 {font-family: Verdana; font-size: 14px; color: #000000; font-weight: bold; }
.bodytext3 {font-family: Verdana; font-size: 12px; color: #EC2A2A; font-weight: bold; }
.titletext { color: #000000; font-family: verdana; font-size: 14px; font-weight: bold;}
a:link {color: #000099; text-decoration: none; font-weight:bold;}
a:visited {text-decoration: none; color: #000099; font-weight:bold;}
a:hover {text-decoration: underline; color: #000099; background:#CCCCCC; font-weight:bold;}
a:active {text-decoration: none; color: #000099; font-weight:bold;}
h1 {color:#013e6e ;}
h2{color:#013e6e ;}
h3 {color:#013e6e ;}
h4 {color:#000000 ;}



body {
	height: 100%;
	font-family: Verdana;
	font-size: 12px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(images/pinstripe.jpg);
	background-attachment: repeat ; 
	background-color:#CCCCCC ;
}




