body {  font-family: Trebuchet MS, Arial, Verdana, Tahoma, Helvetica, sans-serif; 
        font-size: 75%; 
        line-height:130%; 
        color:#5a5a5a;
	background: #fafafa; 	
	}
body table {font-size:100%;}
input, select, textarea {
	font-size: 100%;
	}
form {
	margin:0px; 
	padding:0px; 
	font-size:100%;
	}

/* h tags */
h1 {
	font-size:160%; 
	padding:3px 0px 5px 0px; 
	margin:0px 0px 2px 0px;
	color:#e2001a;
	font-weight:normal;
	z-index: 1;
	}
/* h1 span{font-size:70%; font-weight: bold; display: block;} */
h2 {
	font-size:130%; 
	padding:3px 0px 5px 0px; 
	margin:0px 0px 2px 0px;
	color:#e2001a;
	font-weight:normal;
	}


h3 {
	font-size:100%; 
	line-height:90%; 
	padding:3px 0px 5px 0px; 
	margin:0px 0px 2px 0px;
	color:#e2001a;
	font-weight:bold;
	text-transform: uppercase;
	}

h4 {
	font-size:140%; 
	color:#e2001a;
	padding:5px 0px 5px 0px; 
	margin:7px 0px 5px 0px; 
	line-height:normal;
	font-weight:normal; 
	}

h5 {
	font-size:100%; 
	padding:5px 0px 5px 0px; 
	color:#e2001a;
	margin:0px; 
	line-height:normal;
	font-weight: bold;
	text-transform: uppercase; 
	}

h6 {
	font-size:100%; 
	padding:5px 0px 5px 0px; 
	margin:0px; 
	line-height:normal; 
	color:#e2001a;
	}


a {	color:#e2001a; text-decoration: none;}
a:visited {color:#e2001a;}
a:hover {color:#e2001a;}


/**** Forms' elements  *****/
select.select2 {
	width: 164px;
	font-size: 90%;
	color: #542e76; 
	}

      
.legend{font-size: 85%; 
	float: left;
	width: 324px;
	}

.error{color: #E40050;}
input.text{width: 270px; font-size: 90%; }
input.text1{width: 270px; font-size: 90%; }
select.select{width: 275px; font-size: 90%; }
textarea.textarea{width: 270px; font-size: 90%; height: 70px;}


/**** /Forms' elements  *****/

