body {
	font-family:		arial;
	font-size:			14pt;
	text-decoration:	none;
	color:				#BF975C;
	background-color:	#000000;
}
td {
	font-family:		arial;
	font-size:			14pt;
}
H1 {
	font-family:		times new roman;
	font-size:			30pt;
	margin-top:			0px;
	padding-top:		0px;
	text-decoration:	none;
	color:				#BF975C;
}
H2 {
	font-family:		times new roman;
	font-size:			24pt;
	margin-top:			0px;
	padding-top:		0px;
	text-decoration:	none;
	color:				#BF975C;
}
a:link {
	font-family:		arial;
	font-size:			14pt;
	text-decoration:	underline;
	color:				#BF975C;
}
a:visited {
	font-family:		arial;
	font-size:			14pt;
	text-decoration:	underline;
	color:				#BF975C;
}
a:active {
	font-family:		arial;
	font-size:			14pt;
	text-decoration:	underline;
	color:				#BF975C;
}
a:hover {
	font-family:		arial;
	font-size:			14pt;
	text-decoration:	underline;
	color:				#8D5504;
}
.orange {
	font-family:		times new roman;
	font-size:			16pt;
	font-style:			none;
	font-weight:		none;
	text-decoration:	none;
	color:				#C17405;
}
.b_orange {
	font-family:		times new roman;
	font-size:			16pt;
	font-style:			none;
	font-weight:		bold;
	text-decoration:	none;
	color:				#C17405;
}
.bi_orange {
	font-family:		times new roman;
	font-size:			16pt;
	font-style:			italic;
	font-weight:		bold;
	text-decoration:	none;
	color:				#C17405;
}
.bu_orange {
	font-family:		times new roman;
	font-size:			16pt;
	font-style:			underline;
	font-weight:		bold;
	text-decoration:	underline;
	color:				#C17405;
}
.b_white {
	font-family:		arial;
	font-size:			12pt;
	font-weight:		bold;
	text-decoration:	none;
	color:				#FFFFFF;
}
a.b_white:link {
	font-family:		arial;
	font-size:			12pt;
	font-style:			none;
	font-weight:		bold;
	text-decoration:	none;
	color:				#FFFFFF;
}
a.b_white:visited {
	font-family:		arial;
	font-size:			12pt;
	font-style:			none;
	font-weight:		bold;
	text-decoration:	none;
	color:				#EEEEEE;
}
a.b_white:active {
	font-family:		arial;
	font-size:			12pt;
	font-style:			none;
	font-weight:		bold;
	text-decoration:	none;
	color:				#FFFFFF;
}
a.b_white:hover {
	font-family:		arial;
	font-size:			12pt;
	font-style:			none;
	font-weight:		bold;
	text-decoration:	none;
	color:				#FF0000;
}
.title {
	font-family:		times new roman;
	font-size:			16pt;
	font-style:			italic;
	font-weight:		bold;
	text-decoration:	none;
	color:				#C17405;
}
.menu_false {
	font-family:		arial;
	font-size:			14pt;
	font-style:			none;
	font-weight:		bold;
	text-decoration:	none;
	color:				#6432FF;
}
a.main_menu:link {
	font-family:		arial;
	font-size: 			14pt;
	font-style:			none;
	font-weight:		bold;
	text-decoration:	none;
	color:				#BF975C;
}
a.main_menu:visited {
	font-family:		arial;
	font-size:			14pt;
	font-style:			none;
	font-weight:		bold;
	text-decoration:	none;
	color:				#BF975C;
}
a.main_menu:active {
	font-family:		arial;
	font-size:			14pt;
	font-style:			none;
	font-weight:		bold;
	text-decoration:	none;
	color:				#BF975C;
}
a.main_menu:hover {
	font-family:		arial;
	font-size:			14pt;
	font-style:			none;
	font-weight:		bold;
	text-decoration:	none;
	color:				#FF0000;
}
a.list:link	{
	font-family:		arial;
	font-size:			14pt;
	text-decoration:	none;
	color:				#C17405;
}
a.list:visited {
	font-family:		arial;
	font-size:			14pt;
	text-decoration:	none;
	color:				#C17405;
}
a.list:active {
	font-family:		arial;
	font-size:			14pt;
	text-decoration:	none;
	color:				#C17405;
}
a.list:hover {
	font-family:		arial;
	font-size:			14pt;
	text-decoration:	none;
	color:				#8D5504;
}

div#banner {
	position:			absolute;
	text-align:			center;
	height:				120px;
	width:				99%;
}

div#menu {
	position:			absolute;
	top:				140px;
	float:				left;
	text-align:			left;
}

div#menu td {
	padding-right:		20px;
	font-family:		arial;
	font-size:			14pt;
}

div#menu a {
	text-decoration:	none;
	color:				#ffffff;
}

div#menu a:hover {
	text-decoration:	none;
	color:				#000000;
}

div#main {
	position:			absolute;
	text-align:			justify;
	top:				140px;
	left:				175;
	width:				80%;
}

div#footer {
	position:			absolute;
	text-align:			left;
	float:				bottom;
	top:				100%;
	left:				0px;
	font-family:		arial;
	font-size:			10pt;
	text-decoration:	none;
	color:				#BF975C;
	background-color:	#000000;
}
