/*	----------------------------------------------	*/
/*													*/
/*		- 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-image: url(../images/shell-bg.gif); 
}

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

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

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

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


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

.fc_menu
{
	line-height: 18px;
}


input, select
{ 
	font-size: 11px; 
	font-family: Arial, Helvetica; 
	height: 19px; 
	padding-left:2px;
	border: 1px solid #a8a8a8; 
	background-color: #f9f9f9; 
	color:green;
}

textarea 
{
	font-family: Arial, Helvetica; 
	background-color: #f9f9f9; 
	border: 1px solid #a8a8a8; 
	font-size: 11px;
}

.submit_image
{
	border: none;
	height: 22px;
	padding-left:0px;
}
