/* CSS Document */

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: White;
background-color: #333333;
margin-top: 0px;
scrollbar-3dlight-color : #666666;
scrollbar-arrow-color : #666666;
scrollbar-base-color : #666666;
scrollbar-darkshadow-color : #666666;
scrollbar-face-color : #999999;
scrollbar-highlight-color : #666666;
scrollbar-shadow-color : #666666;
scrollbar-track-color : #666666;
}

a {
color: White;
text-decoration: underline;
}

a:hover {
color: #333333;
text-decoration: underline;
}

.url {
font-family: Georgia, "Times New Roman", Times, serif;
}

.copyright {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 10px;
color: #CCCCCC;
}

.graytxt {
color: #CCCCCC;
}

.whitetxt {
color: white;
line-height: 1.5;
text-align: justify;
}

.graytxt2 {
color: #CCCCCC;
line-height: 1;
text-align: justify;
}

.pageHeader {
font-family: Arial, Helvetica, sans-serif;
color: White;
font-weight: bold;
font-size: 12px;
}

#scrollerDiv {
	width:460px;
	height: 415px;
	z-index:1;
	overflow: scroll;
	visibility: visible;
	}
	
.whiteRule {
color: White;
}

.applyForm {
width: 70px;
border: 1px solid;
border-color: #000000;
font-size: 10px;
}

.applyFormW {
width: 120px;
border: 1px solid;
border-color: #000000;
font-size: 10px;
}

.applyButton {
border: 1px solid;
border-color: #000000;
font-size: 10px;
}

.popHeader {
font-weight: bold;
font-size: 12px;
color: white;
height: 30px;
background-color: #666666;
text-align: center;
}