/* CSS Document */
body {
	margin: 0;
	/* Scroll Bar */
	SCROLLBAR-FACE-COLOR: #FFF; 
	SCROLLBAR-HIGHLIGHT-COLOR: #CCC; 
	SCROLLBAR-SHADOW-COLOR: 999; 
	SCROLLBAR-3DLIGHT-COLOR: #000; 
	SCROLLBAR-ARROW-COLOR: #000; 
	SCROLLBAR-TRACK-COLOR: #FFF; 
	SCROLLBAR-DARKSHADOW-COLOR: #FFF;
	/* Background Image and Color */
	background-color: #E2E2E2;
}

body, td, li, p, div, textarea 
{font-family:verdana,arial,sans-serif,helvetica; font-size:8pt; color:#000; font-weight:none;}

/* Links */
a{font-family:verdana,arial,sans-serif,helvetica; font-size:8pt; 
text-decoration:underline; font-weight:bold;}
	a:link{color:#454545;}
	a:active{color:#469DD5;}
	a:visited{color:#454545;}
	a:hover{color:#469DD5;}

/* Links along the bottom navigation bar. */
a.bottomBar:link { text-decoration: underline; color: #006; font-weight:lighter; } 
a.bottomBar:visited { text-decoration: underline; color: #006; font-weight:lighter; }
a.bottomBar:hover { text-decoration: underline; color: #469DD5; font-weight:lighter; } 
a.bottomBar:active { text-decoration: none; color: #469DD5; font-weight:lighter; }

/* Text Colors and Styles */
.lightText { 
	color:#CCC; 
	font-weight:none;
}

/* Copyright */
.copyright { 
	color:#666; 
	font-size:9px;
	font-weight:100;
	a.copyright:link { text-decoration: none; color: #666; font-weight:100; } 
	a.copyright:visited { text-decoration: none; color: #666; font-weight:100; }
	a.copyright:hover { text-decoration: underline; color: #469DD5; font-weight:100; } 
	a.copyright:active { text-decoration: none; color: #469DD5; font-weight:100; }
}

/* Horizontal Rules */
hr {height: 1px; 
	color: #333;
	background-color: #333;
	border: 0px solid #F00;
}
