/* CSS Document */
body { background-color:#000000 ; margin:0px; font-family:Arial, Helvetica, sans-serif; }
#logoheader { padding-top:30px;}
#bodyleft-bg { background-image:url(images/left-gradientblack.gif); background-repeat: repeat-y; background-position:left;}
#bodyright-bg { background-image:url(images/right-gradientblack.gif); background-repeat: repeat-y; background-position:right;}
.footer { font-family:Arial, Helvetica, sans-serif; font-size:8pt; color:#bcbcbc;}

.textlink4 A:link {color:#bcbcbc; text-decoration : none;}
.textlink4 A:visited {color:#bcbcbc; text-decoration: none;}
.textlink4 A:active {color:#bcbcbc; text-decoration: none;}
.textlink4 A:hover {color:#ffffff; text-decoration: none;}

#popup {
	height:334px; 
	width:500px; 
	border:1px solid #000; 
	background:#000000;
	position:absolute;
	top:-200px;
	left:-200px;
}
