/* Stylesheet written by Adam McKay adam@webstudio247.com
This stylesheet cannot be used or reproduced without prior permission of its author */

/* #432a22 - represents: main background */
/* #000000 - represents: main table background, copyright text color */
/* #866961 - represents: main border, main scrollbar color */
/* #ffffff - represents:  scrollbar arrows, most text, some title text, hyperlink rollovers, navigation hyperlinks*/
/* #866961 - represents: some title text, keywords, hyperlinks, navigation hyperlink rollovers,  */

BODY {
	scrollbar-face-color:#866961;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#432a22;
	scrollbar-shadow-color:#432a22;
	scrollbar-highlight-color:#432a22;
	scrollbar-3dlight-color:#432a22;
	scrollbar-darkshadow-Color:#432a22;

	background-color : #432a22;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 20;
}
.maintable {
	border-left-width : 3px;
	border-right-width : 3px;
	border-top-width : 3px;
	border-bottom-width : 3px;
	border-style : solid;
	border-color : #866961;
	background-color : #000000;
}
.titlecellend{
	background-color :#866961;
}
.pagetitle18pt{
	color: #866961;
	font-size : 18pt;
	font-family: Arial; font : Arial; 
	font-weight : bold;
	}
.pagetitle12pt{
	color: #866961;
	font-size : 12pt;
	font-family: Arial; font : Arial; 
	font-weight : bold;
	}
.pagetitle18ptcolortwo{
	color: #ffffff;
	font-size : 18pt;
	font-family: Arial; font : Arial; 
	font-weight : bold;
	}
.pagetitle12ptcolortwo{
	color: #ffffff;
	font-size : 12pt;
	font-family: Arial; font : Arial; 
	font-weight : bold;
	}
.copyright{
	background-color :#866961;
	font-size : xx-small;
	color: #000000;
	font-family: Arial; font : Arial; 
}
.keyword {
	color: #866961; 
	font-family: Arial; font : Arial; 
	font-size : 9pt;
}
P {
	color: #ffffff;
	font-family: Arial; font : Arial; 
	font-size : 9pt;
}
TD {
	color: #ffffff;
	font-family: Arial; font : Arial; 
	font-size : 9pt;
}
L1 {
	color: #ffffff;
	font-family: Arial; font : Arial; 
	font-size : 9pt;
}
a.nav:visited{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold
	}
a.nav:hover{
	color: #866961;
	text-decoration: none;
	font-weight: bold
	}
a.nav:link{
 	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #866961;
	text-decoration: underline;
	}
a:hover {
	color: #ffffff;
	text-decoration: none;
	}
a:link {
 	color: #866961;
	text-decoration: underline;
}
hr { 
	color: #866961;
	height : 2px;
	}
hr.hrcolortwo { 
	color: #866961;
	height : 2px;
}
FORM {
	background-color : #000000;
	font-family: Arial; font : Arial; 
	font-size : 10pt;
}
SELECT{
	background-color : #432a22;
	color:#ffffff;
	border-bottom-style : none;
	border-left-style : none;
	border-right-style : none;
	border-top-style : none;
	border : 0px none;
	font-family: Arial; font : Arial; 
	font-size : 9pt;
}
INPUT {
	background-color : #432a22;
	color:#ffffff;
	border-bottom-style : solid;
	border-left-style : solid;
	border-right-style : solid;
	border-top-style : solid;
	border-width : 1px 1px 1px 1px;
	border-color : #866961;
	font-family: Arial; font : Arial; 
	font-size : 9pt;
}
TEXTAREA {
	background-color : #432a22;
	color:#ffffff;
	scrollbar-face-color:#866961;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#432a22;
	scrollbar-shadow-color:#432a22;
	scrollbar-highlight-color:#432a22;
	scrollbar-3dlight-color:#432a22;
	scrollbar-darkshadow-Color:#432a22;
	border-bottom-style : solid;
	border-left-style : solid;
	border-right-style : solid;
	border-top-style : solid;
	border-width : 1px 1px 1px 1px;
	border-color : #866961;
	font-family: Arial; font : Arial; 
	font-size : 9pt;
}