/* GENERAL */

body
	{
	background-color : #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	}
	
table
	{
	border: 1px solid #000000;
	border-width: thin;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-bottom-width: thin ;
	border-style: none;
	padding: 0px;
}	


/* LAYOUT */

p
	{
	text-align: justify;
	font-family: verdana;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
	
td		
	{ 
	font-family: verdana;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	}	
	
.title
	{ 
	font-family: georgia;
	color: #666666;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	}			
	
.trademark
	{ 
	font-family: georgia;
	color: #666666;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	}	
	
.trademark2
	{ 
	font-family: georgia;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	}			
	
.subtitle
	{ 
	font-family: verdana;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	}	
	
.subtitle2
	{ 
	font-family: verdana;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	}
	
.subtitle3
	{ 
	font-family: verdana;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	}
	
.logo
	{ 
	font-family: georgia;
	color: #666666;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	}				
	
.bullet
	{
	font-family: verdana;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	}	
	
.back
	{ 
	font-family: verdana;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	}	

.active
	{
	font-family: verdana;
	color: #00ccff;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	}		
	
.col00 /* background nav */
	{
	background-color: #3366cc;
	}	
	
.col01 /* background navlines */
	{
	background-color: #66ccff;
	}		
	
.col02 /* background white */
	{
	background-color: #ffffff;
	}			

.bg_nav
	{
	background-image : url(../img/bg_nav_under.gif);
	background-position : left;
	background-repeat : repeat-y;
}		


/* LINKS */

A.nav
	{
	font-family: verdana;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	}	
	
A.navactive
	{
	font-family: verdana;
	color: #ccccff;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	}	
	
A.doc
	{
	font-family: verdana;
	color: #00ccff;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	}	
	
/* FORM ELEMENTS */

.txtbox
	{
	border: 1px solid #666666; 
	background-color: #ffffff; 
	font-family: verdana;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;	
	padding-left : 5px;
	}
	
.btn
{
	font-family: verdana;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
  background-color:#18185A;
  border:0px none;
	 }	