@charset "utf-8";

/* CSS for accom-consulting-spain.com
   Last review: 09/05/2007
   
*/

/* Old styles into head section */

A:link {
	color: #FFFFFF;
	text-decoration: none; 
	font-weight: normal; 
	font-size: 10pt; 
	font-family: Arial, Helvetica, sans-serif;
	}

A:visited {
	color: #FFFFFF;
	text-decoration: none; 
	font-weight: normal; 
	font-size: 10pt; 
	font-family: Arial, Helvetica, sans-serif;
	}

A:active {
	color: #FF9900; 
	text-decoration: none; 
	font-weight: normal; 
	font-size: 10pt; 
	font-family: Arial, Helvetica, sans-serif;
	}

A:hover {
	color: #FF9900; 
	text-decoration: underline; 
	font-weight: normal; 
	font-size: 10pt; 
	font-family: Arial, Helvetica, sans-serif;
	}

.H1 { 
	color:"#000099"; 
	text-decoration: none; 
	font-weight: bold; 
	font-size: 16pt;  
	font-family: Arial, Helvetica, sans-serif; }

.H2 { 
	color:"#000099"; 
	text-decoration: none; 
	font-weight: bold; 
	font-size: 14pt;  
	font-family: Arial, Helvetica, sans-serif; }

.H3 {
	color: "#000099"; 
	text-decoration: none; 
	font-weight: bold; 
	font-size: 12pt;  
	font-family: Arial, Helvetica, sans-serif;
	}
.H4 { 
	color:"#000099"; 
	bgcolor: #efefef;
	text-decoration: none; 
	font-weight: bold; 
	font-size: 12pt;  
	font-family: Arial, Helvetica, sans-serif; }

.T1 { 
	color: "Black"; 
	text-decoration: none; 
	font-weight: normal; 
	font-size: 10pt; 
	font-family: Arial, Helvetica, sans-serif;
	} 

.T2 { 
	color: "Black"; 
	text-decoration: none; 
	font-weight: normal; 
	font-size: 8pt; 
	font-family: Verdana, Times New Roman, Times, serif;
	}

.O1 { 
	color:"#FF9900"; 
	text-decoration: none; 
	font-weight: bold; 
	font-size: 12pt; 
	font-family: Arial, Helvetica, sans-serif;
	}

.02 { 
	COLOR:"#FF9900"; 
	text-decoration : none; 
	font-weight : bold; 
	font-size : 10pt; 
	font-family : Arial, Helvetica, sans-serif;}  
.O3 { 
	COLOR:"#FF9900"; 
	text-decoration : none; 
	font-weight : normal; 
	font-size : 12pt; 
	font-family : Arial, Helvetica, sans-serif;}

.04 { 
	COLOR:"#FF9900"; 
	text-decoration : none; 
	font-weight : normal; 
	font-size : 10pt; 
	font-family : Arial, Helvetica, sans-serif;
	}  
	
/* end olddies styles */	


/* new styles --> i like this way ;) */

/* html tags */

body {
	background: #fff;
	margin: 5px auto;
	font-family: Arial, Helvetica, sans-serif;
	}
	
/* boxes */	

.box1, .box2, .box3 {
	margin: 10px 15px 10px 0px;
	padding: 0px 10px;
	}
	
.box1 {
	background: #efefef;
	border: 1px solid #ccc;
	}
	
.box2 {
	background: #feffe0;
	border: 1px solid #fc0;
	}
	
.box3 {
	background: #dbeffd;
	border: 1px solid #368fd2;
	}		
	


   


