body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 160%;
	color: #38709D;
}

h2 {
	font-size: 140%;
	color: #38709D;
}

h3 {
	font-size: 130%;
	color: #38709D;
}

h4 {
	font-size: 120%;
	color: #4986B5;
}

h5 {
	font-size: 110%;
	color: #4986B5;
}

h6 {
	font-size: 100%;
	color: #4986B5;
}

p, ul {
	font-size: 86%;
	color: #000000;
}

li {
	list-style: circle outside none;
	margin-bottom: 3px;
}

/* LINKS */
a, a:link, a:hover {
	text-decoration: none;
	cursor: pointer;
} 
a:link {
	color: #000080;
} 
a:visited {
	color: #000000;
} 
a:hover, a:active {
	text-decoration: underline;
} 

img {
	border: none;
	margin: 0;
} 
hr {
	margin: 1em 0 1em 0;
	background-color: #f2f2f2;
	height: 1px;
	color: #f2f2f2;
	border: none;
	clear: both;
}

table {
	font-size: 11px;
}

th {
	text-align: center;
	border-bottom: 1px solid #5C91D3;
	border-top: 1px solid #ffffff;
}

td {
	vertical-align: top;
}
/* =============== Classes ================== */

.row1 {
	background-color: #D3D4D4;
}

.row2 {
	background-color: #F8F8FF;
}

.border {
	border: 1px solid #5C91D3;
}

p.error {
	color: #FE0000;
	font-weight: bolder;
}

img.destra {
	border: none;
	float: right;
	margin: 1px 0px 6px 6px;
}

img.sinistra {
	border: none;
	float: left;
	margin: 1px 6px 6px 1px;
}

table.stats {
	font-size: 78%;
	padding: 0 4px 1px 2px;
}

table.stats td {
	text-align: center;
}

td.right {
	text-align: right;
}

/* ============= FORMS =========== */

input {
	background-color: #6192BD;
	font-size: 11px;
	color: #ffffff;
}

#ELF_form {
	font-size: 80%;
}

#ELF_dest, #ELF_sender, #ELF_from, #ELF_subject {
	float: left;
	border: 1px solid #5E9ACE;
	width: 160px;
	margin-right: 4px;
}

#ELF_body, #ELF_submitFieldset {
	clear: both;
	border: none:
}



.ELF_fieldError, .ELF_errorGeneral, .ELF_mailError {
	font-weight: bolder;
	color: #ff0000;
}

#ELF_submit {
	clear: both;
	border: none;
}

#ELF_form legend {
	border: none;
	font-weight: bold;
}

input#ELF_submit {
	cursor: pointer;
}
