* { margin: 0; padding: 0;}

body {
	color: #666666;
	line-height: 1.8em;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif!important;
}

/* links */
a {
	color: #000;
	padding-bottom: 0;
	text-decoration: underline;
}
a:hover {
	color: #F30;
	padding-bottom: 0;
	text-decoration: none;
}

/* headers */
h1, h2, h3 {
	font-weight: Bold; 	
	color: #333;		
}
h1 {
	font-size: 24px;	
	font-weight: normal;
}
h2 {
	font-size: 18px;
	text-transform: uppercase;
	background-color: #EBEBEB;
	display: block;
	padding: 5px;
	text-align: center;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	line-height: 2.5em;
	padding-top: 20px;
}

p {
	margin: 0;
	line-height: 2.5em;
}
#etra_from {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
