BODY    { background-color : #000000;
		  scrollbar-base-color: #ffffff;
		  scrollbar-face-color: #ffffff;
		  scrollbar-track-color: #000000;
  		  scrollbar-arrow-color: #000000;
		  scrollbar-highlight-color: #ffffff;
		  scrollbar-3dlight-color: #000000;
		  scrollbar-shadow-color: #000000;
		  scrollbar-darkshadow-color: #000000;
}

A:link, A:visited { color : #0000ff; text-decoration : none; font-weight: bold; }

A:hover, A:active { color : #0000ff; text-decoration : underline; font-weight: bold; }

BODY, p, table, tr, td, ul, li {font-family: verdana; font-size: 14px; color: #ffffff; }

H1 { font-size : 18; color : #ffffff; font-weight : bold; }

input, textarea, select { font-family: arial; font-size: 10px; background-color: #ffffff; font-weight: bold; color: #000000; border: 1px solid #477E97; }

input.button { font-family: arial; font-size: 12px; background-color: #000000; font-weight: bold; color: #ffffff; border: 1px solid #ffffff; }
.home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 15px;
}
.centered {
	text-align: center;
	padding: 15px;
}
.redAlert {
	color: #FF0000;
	font-size: 14px;
	padding: 15px;
}
.greenTopBorder {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: 006600;
	border-right-color: 006600;
	border-bottom-color: 006600;
	border-left-color: 006600;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;

}

