/*	Color		:	Codes	*/
/*	Black		:	000000	*/
/*	White	:	FFFFFF	*/
/*	Gold		:	F3DE09	*/
/*	Red		:	DA0C23	*/

	#body, #html
	{
		text-align:			center;
		width:				100%;
		height:				100%;
		margin:				0px;
		padding:			0px;
		background-color:	440000;
	}

	.body, .html
	{
		text-align:			center;
		width:				100%;
		height:				100%;
		margin:				0px;
		padding:			0px;
		background-color:	440000;
		background-image:	url('./Images/body.gif');
		background-repeat:	repeat;
	}
	
	.frameset
	{
		text-align:			center;
		width:				100%;
		height:				100%;
		margin:				0px;
		padding:			0px;
		background-image:   url('./Images/back_ht.gif');
		background-repeat:	repeat;
	}

/* Header Classes */
	.header
	{
		text-align:			center;
		width:				100%;
		height:				100%;
		vertical-align:		text-top;
		background-image:   url('./Images/body.gif');
		background-repeat:	repeat;
	}
	
	.header_body
	{
		font-family:		Lucida Calligraphy;
		font-size:			16pt;
		color:				F3DE09;
		background-color:	440000;
		overflow:			scroll;
		text-align:			center;
		vertical-align:		text-top;
		width:				948px;
		background-image:	url('./Images/body.gif');
	}

	.header_header_1
	{
		font-family:		Verdana;
		font-size:			22pt;
		color:				F3DE09;
	}

	.header_link
	{
		text-decoration:	none;
		font-family:		Verdana;
		font-size:			12pt;
	}

	.header_link:link
	{
		color:				F3DE09;
		text-decoration:	none;
	}

	.header_link:visited
	{
		text-decoration:	none;
		color:				#D6BA00;
	}

	.header_link:hover
	{
		text-decoration:	none;
		color:				#D6BA00;
	}

	.header_link:active
	{
		color:				000000;
		text-decoration:	none;
	}
	
/* Footer Classes */
	.footer
	{
		width:				950px;
	}
	
	.footer_body
	{
		padding:			5px 5px 5px 5px;
		margin:				5px 5px 5px 5px;
		font-family:		Verdana;
		font-size:			8pt;
		color:				F3DE09;
		background-color:	440000;
		overflow:			hidden;
	}
	
	.footer_link
	{
		font-family:		Verdana;
		text-decoration:	none;
	}

	.footer_link:link
	{
		color:				F3DE09;
		text-decoration:	none;
	}

	.footer_link:visited
	{
		text-decoration:	none;
		color:				F3DE09;
	}

	.footer_link:hover
	{
		text-decoration:	none;
		color:				000000;
	}

	.footer_link:active
	{
		color:				000000;
		text-decoration:	none;
	}

/* Main Classes */
	.main
	{
		text-align:			center;
		width:				100%;
		height:				100%;
		vertical-align:		text-top;
		background-image:   url('./Images/body.gif');
		background-repeat:	repeat;
	}
	
	.main_body
	{
		font-family:		Lucida Calligraphy;
		font-size:			16pt;
		color:				F3DE09;
		background-color:	440000;
		overflow:			scroll;
		text-align:			center;
		vertical-align:		text-top;
		width:				100%;
		background-image:	url('./Images/body.gif');
	}

	.main_td_content
	{

	}

	.main_link
	{
		font-family:		Verdana;
		color:				DA0C23;
	}

	.main_link:link
	{
		color:				DA0C23;
	}

	.main_link:visited
	{
		color:				DA0C23;
	}

	.main_link:hover
	{
		text-decoration:	underline;
		color:				000000;
	}

	.main_link:active
	{
		color:				000000;
		text-decoration:	none;
	}
	
/* Horizontal Menu Classes */
	.horizontal
	{
		text-align:			center;
		width:				100%;
		vertical-align:		text-top;
		background-image:   url('./Images/body.gif');
		background-repeat:	repeat;
	}

	.horizontal_body_div
	{
		font-family:		Lucida Calligraphy;
		font-size:			16pt;
		color:				F3DE09;
		background-color:	440000;
		text-align:			center;
		vertical-align:		text-top;
		width:				950px;
	}

	.horizontal_menu
	{
		font-family:		Lucida Calligraphy;
		font-size:			14pt;
		color:				F3DE09;
		text-align:			center;
		vertical-align:		top;
		width:				948px;
		background-image:	url(images/back.png);
		
		border:				solid 0px;
	}
	.lbottomdiv
	{
		background-image:	url(images/left-bottom.png);
	}

	.bottomdiv
	{
		background-image:	url(images/bottom.png);
		width:		938px;
	}

	.rbottomdiv
	{
		background-image:	url(images/right-bottom.png);
	}

	.horizontal_menu_item
	{
		text-align:			center;
		vertical-align:		top;
		width:				158px;
		border:				solid 0px;
	}
	
	.horizontal_menu_link
	{
		color:				#F7DF08;
		font-family:		Verdana;
		font-size:			14pt;
		font-weight:		bold;
	}

	.horizontal_menu_link:link
	{
		color:				#F7DF08;
	}

	.horizontal_menu_link:visited
	{
		color:				#F7DF08;
	}

	.horizontal_menu_link:hover
	{
		text-decoration:	underline;
		color:				#946500;
	}

	.horizontal_menu_link:active
	{
		color:				#000000;
		text-decoration:	none;
	}
