/* USE PT FOR FONTS */

body {
	background: #000000;
	background-image:url(images/bg.jpg);
	background-attachment:scroll;
	color:#005071;
	font: 70% Arial, Helvetica, Tahoma, Verdana, sans-serif;
	margin:0;
}



A:VISITED.nav, A:LINK.nav {
	font-weight:bold;
	text-decoration:none;
	font-size:7pt;
	color:#005071;
}

A:HOVER.nav {
	color : #000000;
	text-decoration : underline;
}

A.legalline_link {
	font-weight:bold;
	text-decoration:none;
	font-size:7pt;
	color:#b7c7ce;
}

A:HOVER.legalline_link {
	color : #FFF;
	text-decoration : underline;
}


INPUT {
	background-color:#eee;
	font-size:8pt;
	padding: 0pt 0pt 0pt 2pt;
	margin-top:1pt;
}

SELECT {
	font-size:7pt;
}

TD {
	font-size:8pt;
}


.headline {
	font-size:18px;
	font-weight:bold;
	text-indent:10px;
}

.header {
	font-size:9pt;
	font-weight:bold;
}
	
.copyright {
	margin: 10pt 0pt 10pt 0pt;
	color:#b7c7ce;
	font-size:7pt;
	text-align:center;
}