/*	----------------------------------------------	*/
/*													*/
/*		- 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; 
}


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

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

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

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

.header 
{  
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #666666;
	margin-top: 0px;
}

h1
{

	font-family:  Arial,Helvetica, Verdana, sans-serif; 
	font-size: 12px; 
	letter-spacing: 1px;
	color: green;
}

h2
{

	font-family:  Arial,Helvetica, Verdana, sans-serif; 
	font-size: 19px; 
	letter-spacing: 1px;
	color: red;
}

h3
{

	font-family:  Arial,Helvetica, Verdana, sans-serif; 
	font-size: 14px; 
	letter-spacing: 1px;
	color: #DE7B0B;
}

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

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

h3 A:hover 
{
	color: #DE7B0B;
	text-decoration: underline;
}

.plate 
{
	padding-top:64px;
	
	font-family:  Arial,Helvetica, Verdana, sans-serif; 
	font-size: 18px; 
	letter-spacing: 1px;
	color: green;
}

.panel_left
{

	border-right: 1px dotted green;
	padding: 10px;
	padding-top: 0px;

}
.panel_right
{

	padding: 10px;
	padding-top: 0px;
	letter-spacing: 1px;
	line-height: 17px; 

}
.msg_box_red
{
	color:red;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:none;
	border: 1px solid #336600;
	background-color: #FFFFCC;
	padding: 3px;

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

}