/* Global Styles */

body {
	background-color:#000000; 
	margin:0px 0px 0px 0px; 
	}
	
tr.body {
	background-color:#ffffff;
	}
	
tr.nav {
	background-color:#a4c2c2;
	}
	
td.sidebar {
	background-color:#a4c2c2;
	vertical-align:top;
	}
	
/* ID Styles */
	
#navigation a {
	font:10px arial;
	color: #ffffff;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #336666;
	text-decoration:none;
	}
	
#body a {
	font:11px arial;
	line-height:24px;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
	}
	
#body a:hover {
	color:#333333;
	font-weight:bold;
	text-decoration:underline;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#footer {
	font:11px arial;
	line-height:24px;
	color:#333333;
	}
	
#footer a {
	color:#333333;
	text-decoration:none;
	}
	
#footer a:hover {
	color: #ffffff;
	text-decoration:none;
	}

/* Class Styles */

.logo {
	font:26px "times new roman";
	color: #999966;
	letter-spacing:.4em;
	font-weight:bold;
	white-space: nowrap;
	}
	
.navText {
	font:10px arial;
	color: #336666;
	letter-spacing:.1em;
	white-space: nowrap;
	}

.sidebarText {
	font:12px georgia;
	color: #336666;
	line-height:18px;
	}
	
.sidebarText img {
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	}

.pageName {
	font:24px georgia;
	color: #999966;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px georgia;
	color: #999966;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.bodyText {
	font:11px arial;
	line-height:24px;
	color:#333333;
	}
	
.bodyTextBold {
	font:11px arial;
	line-height:24px;
	color:#333333;
	font-weight:bold;
	}
		
.footerTextLeft {
	text-align:left;
	}
	
.footerTextRight {
	text-align:right;
	}
	
.asterix {
	font:14px georgia;
	color: #999966;
	letter-spacing:.1em;
	}
	
.form {
	white-space: nowrap;
	text-align:right;
	width: 140px;
	}
