/*	----------------------------------------------	*/
/*													*/
/*		- Deluxe Logic								*/
/*		- (c) 2006 Viktor Reign						*/
/*		- All Rights Reserved.						*/ 
/*		- www.deluxelogic.com						*/
/*		- viktor@viktorreign.com					*/
/*													*/ 
/*	----------------------------------------------	*/
/*													*/
/*	  This software application is governed by		*/
/*	  the included Software License Agreement		*/
/*	  as well as by the Contract(s) signed in		*/
/*	  conjunction with this project.				*/
/*													*/
/*	----------------------------------------------	*/

/*
------------------------------------------
GENERAL
------------------------------------------
*/

html, body 
{
	margin: 0;
	padding: 0;
	background-color: #000000;
	background-image: url(../images/shell-bg-bar-top.gif);
	background-repeat: repeat-x;
}

P, UL, LI
{
	margin-top: 0px;
	margin-bottom: 0px;
}

A:link 
{
	color: #D68111; 
	text-decoration: none;
}

A:visited 
{
	color: #D68111;
	text-decoration: none;
}

A:hover 
{
	color: #D68111;
	text-decoration: underline;
}
td 
{  
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #AB9D8C;
}

h1
{
	color: #6B6258;
	font-family:Verdana,Arial,  Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align:center;

}

.page_status
{
	color:green;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	font-weight:none;
	border-top: 1px solid #333333;
	background-color: #FFFFCC;
	padding: 3px;

}

.container_body
{
	padding:4px;
	color: #333333;
}


/*	
------------------------------------------
FOOTER
------------------------------------------
*/

.footer
{
	color: #6B6258;
	font-family:Verdana,Arial,  Helvetica, sans-serif;
	font-size:10px;
}

.footer A
{
	color:#7D7266; 
	text-decoration: underline;
	font-weight:none;
}

.footer A:visited 
{
	color:#7D7266;
	text-decoration: underline;
	font-weight:none;
}

.footer A:hover 
{
	color:#CC6600;
	text-decoration: underline;
	font-weight:none;
}




.sb_menu_title
{
	color: #809479;
	font-family: 'Times New Roman', Times, serif, Verdana,Arial;
	font-size:15px;
}

.sb_menu_title A
{
	color:#809479; 
	text-decoration: none;
	font-weight:none;
}

.sb_menu_title A:visited 
{
	color:#809479;
	text-decoration: none;
	font-weight:none;
}

.sb_menu_title A:hover 
{
	color:#D68111;
	text-decoration: none;
	font-weight:none;
}


.sb_h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #A6661D;
	font-size: 24px;
}
.sb_h2
{
	font-size: 19px;
	color: #ADADAD;
	font-family: "Times New Roman", Times, serif;
	text-decoration:underline;
}
.sb_h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}
