/* Body attributes */
body {
	background-color: #6C615F;
	margin: 0px;
	SCROLLBAR-FACE-COLOR: #A49694;
	SCROLLBAR-HIGHLIGHT-COLOR: #6C615F;
	SCROLLBAR-SHADOW-COLOR: #6C615F;
	SCROLLBAR-3DLIGHT-COLOR: #6C615F;
	SCROLLBAR-ARROW-COLOR: #CABBBB;
	SCROLLBAR-TRACK-COLOR: #6C615F;
	SCROLLBAR-DARKSHADOW-COLOR: #6C615F;
	}
	
body, p, td, th, ul, ol, div, li, dt, dd { 
	font-family: verdana, helvetica, arial; 
	font-size: 10px;
	}

	
/* Link/anchor attributes */
a:link, a:hover, a:visited, a:active { 
	text-decoration: none; color: #A49694; 
	}
	
a:hover, a:active { 
	color: #ffffff; 
	}
a:visited { 
	color: #A49694; 
	}

	
/* Form attributes */
form 	{
	display: inline;
	}
	
select { 
	color: #4b4b4b; 
	font-size: 12px; 
	background-color: #e4e4e4; 
	padding:1px 
	}
	
option { 
	padding:1px; 
	}
	
/* Table IDs */

#main {
	border: 1px solid #534B4A;
	background-color: #6C615F;
	}

#main_content {
	border: 1px solid #534B4A;
	background-color: #6C615F;
	}
	
	
/* Header attributes */
h1	{
	font: 16px/18px Arial, Helvetica, sans-serif;
	color: #990000;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	}
	
/* List attributes */
ul	{
	list-style-type: none;
	margin-left: 0px;
	line-height: 12px;
	}
	
li	{
	margin-left: 0px;
	padding-left: 0px;
	line-height: 11px;
	color: #ffffff;
	}

/* Page attributes */
		
.footer {
	font: 11px Arial, Helvetica, sans-serif;
	color: #999999;	
	}
	
.content {
	font-family: verdana, helvetica, arial; 
	font-size: 10px;
	color: #ffffff;
	margin-top: 0px;
	}

.content a:link { 
	text-decoration: none; color: #A49694; 
	}
	
.content a:hover, a:active { 
	color: #ffffff; 
	}
.content a:visited { 
	color: #A49694; 
	}

.overview {
	font-size: 12px;
	padding-right: 5px;
	}
	
.indent {
	padding-left: 15px;
}


/* NS 6 needs this to eliminate additional space below inline images */
.block { display: block }
.bottom { vertical-align: bottom }
