
/* ---------------------------------------- TEXT --------------------------------------- */
#warpper {
font-family: Georgia;
}

.hometxt {
font-size  : 11px;
font-weight: bold;
}


.maintext  {  
font-size: 12px; 
text-decoration: none; 
text-align	: left;
font-weight:normal;
}

.maintext a{
font-size: 11px;
color: #4A4A4A ; 
}
.maintext a:hover{
font-size: 11px; 
text-decoration: underline;
color: #698DBA;
}

.subtitle {  
font-size: 14px; 
text-decoration: none; 
text-align	: justify;
font-weight: bold;
color: #698DBA;
}

.boxtitle {  
font-family:Arial;
font-size: 11px;
font-weight:bold;
color: #89a6c8;
padding-top:3px;
}


.link, .link:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration: none;
font-weight: normal;	
}
.link {  
color: #5160E1;
}
.link:hover{  
color: #ED903F;
}


/* ---------------------------------------- SEARCH RESULTS --------------------------------------- */



.searchnumbers, .selsearchnumbers {  
font-family: Arial;
font-size: 9px; 
color: #4A4A4A ;
}
.selsearchnumbers {  
color: #000000;
}



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

.baracci {
  font-family       : Tahoma;
  font-size         : 10px;
  color   : #4A4A4A ;
text-decoration : none;
}
.baracci:hover {
  color   : #FF6600;
text-decoration : underline;
}

.bottomlink,.bottomseparator {
  font-family       : Tahoma;
  font-size         : 9px;
  color   : #4A4A4A ;
text-decoration : none;
}
.bottomlink:hover {
  color   : #698DBA;
text-decoration : underline;
}

.copyright {
	 font-family       : Tahoma;
	 font-size         : 10px;
	 font-variant      : normal;
	 color   : #4A4A4A ;
	 text-decoration   : none;
}

/* ----------------------------------------- FORM ELEMENTS ---------------------------------------- */

.input,.inputnewsletter,.input_small,.input_med {
 	font-family	     : Tahoma;
	 font-size	       : 11px; 
	 font-weight	     : normal;
	 color: #666666;
	 padding-left     : 4px;
	 padding-right	   : 4px;
	 margin-bottom:6px;
	 border : 1px solid #CCCCCC;

} 

.input {
	 background-color : #EDF2F7;
	 width  : 200px;
	 margin-top:3px;
}



.select {
font-family: Tahoma;
font-size: 11px; 
color: #666666;
font-weight:normal;
padding-left : 4px;
margin-top:3px;
border : 1px solid #CCCCCC;
background-color : #EDF2F7;
}




/* ------------------------------------------- MISC ------------------------------------------------ */

.time {
	 font-family       : Tahoma;
	 font-size         : 10px;
	 font-weight       : normal;
	 font-variant      : normal;
	 color   : #666666;
	 text-decoration   : none;
}

.printlist {
  font-family       : Tahoma;
  font-size         : 11px;
  color   : #4A4A4A ;
text-decoration : underline;
}
.printlist:hover {
  color   : #3383E3;
text-decoration : underline;
}
.printarrow {
  font-family       : Tahoma;
  font-size         : 11px;
  color   : #4A4A4A ;
}

.language {
  font-family       : Tahoma;
  font-size         : 11px;
  color   : #4A4A4A ;
text-decoration : none;
}
.language:hover {
  color   : #3383E3;
text-decoration : underline;
}

.errormsg {
  font-family       : Tahoma;
  font-size         : 11px;
  color             : #ff0000;
  font-weight       : bold;
}

.successmsg {
  font-family       : Tahoma;
  font-size         : 11px;
  color             : #28AF20;
  font-weight       : bold;
}



/* ------------------------------------ Accordion box --------------------------------------- */

.accordionbackground {
	background-color:#b3d3f2;
	margin-left:24px;
	padding:5px;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	}
	



.downloadtext {
	font-size: 10px;
	padding-left:5px;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
	text-decoration:underline;
	text-align:right;
}
