/*content style (text=pageContent)*/
* {margin: 0px;
   padding: 0px;
}

.text-header
{
	font-size: 18px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #F1AC62;
	text-align: left;		
}

.text
{
	font-size: 11px;
	font-family: Arial, sans-serif;
	color: #808080;	
}

.pageContent 
{
	font-size: 14px;
	font-family: Arial, sans-serif;
	color: #808080;
	text-align: justify;	
}

.pageContent a 
{
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #808080;	
}


/* top elements */

.company
{
	font-size: 22px;	
	font-family: Arial, sans-serif;
	color: white;
	letter-spacing : -1px;
}

.slogan
{
	font-size: 8pt;	
	font-family: Tahoma, sans-serif;
	color: white;
}


/*main menu*/

.menu
{
	font-size: 8pt;	
	font-family: Tahoma, sans-serif;
	color: white;
	font-weight: bold;
	text-decoration: none;
	word-spacing: -1px;	
}

.amenu
{
	font-size: 8pt;	
	font-family: Tahoma, sans-serif;
	color: white;
	font-weight: bold;
	text-decoration: underline;
	word-spacing: -1px;		
}


/*submenu*/

.submenu
{
	font-size: 8pt;	
	font-family: Tahoma, sans-serif;
	color: #B8CC69;
	font-weight: bold;
	text-decoration: none;
}

.asubmenu
{
	font-size: 8pt;	
	font-family: Arial, sans-serif;
	color: #B8CC69;
	font-weight: bold;
	text-decoration: underline;	
}


/*bottom menu*/

.bmenu
{
	font-size: 8pt;	
	font-family: Tahoma, sans-serif;
	color: #CF7F0F;
	font-weight: bold;
	text-decoration: none;	
}

.abmenu
{
	font-size: 8pt;	
	font-family: Tahoma, sans-serif;
	color: #CF7F0F;
	font-weight: bold;
	text-decoration: underline;
}


/*copyright*/

.footer
{
	font-size: 8pt;	
	font-family: Tahoma, sans-serif;
	color: #878787;
}
#boxesform {
	width: 520px;
	margin-left: auto;
	margin-right: auto;
	height: 250px;
	text-align: center;
	border: 1px solid #000;
}
div.floatright {
  	float: right;
	width: 300px;
	height: 250px;
	padding-top: 14px;
	text-align: left;
	line-height: 1.1em;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	color: #003a75;
	border: 0px solid #000;
}
div.floatleft {
  	float: left;
	width: 200px;
	height: 250px;
	text-align: right;
	padding-top: 12px;
	line-height: 2.0em;
	border: 0px solid #000;
}
input.fields {display: block;
       		width: 200px;
		border-top: 1px solid #000;
		border-left: 1px solid #000;
		border-bottom: 1px solid #000;
		border-right: 1px solid #000;
		margin-top: 1px;
	    	margin-bottom: 1px;
		padding-top: 1px;
		padding-bottom: 1px;
}	

input, select, textarea { font-family:Tahoma,Arial; font-size:8pt; }
table {
	height: 100%;
}
