/* ital is vital */

* {
	margin:0;
	padding:0;
}

body {
	font-family: "lucida grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, "trebuchet MS", helvetica, sans-serif;
	line-height: 1.2em;
	font-size: 13px;
	background: #F7F7F7;
}

h1 { 
	font-size: 130%;
	border-bottom: 3px solid #CCCCCC;
	line-height: 30px;
	display: block;
	padding-bottom: 3px;
}
h2 {
	font-size: 120%;
	line-height: 130%;
}
h3 {
	font-size: 110%;
	line-height: 120%;
}

#main {
	margin: 20px auto; 
	width: 460px;
	border: 3px solid #CCCCCC; 
	padding: 20px; 
	background: #FFFFFF;
}
#wait {
	width: 432px; 
	padding: 13px; 
	border: 1px solid #CCCCCC; 
	background: #FF0;
}
.frmWidth, .frmWidth2 {
	width: 250px;
	font-family:lucida grande, lucida sans unicode, lucida sans, trebuchet ms, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 3px;
	color: #666666;
}
.frmWidth2 {
	width: 180px;
}
.frmDegas {
	color: #A75A62;
}
table {
	background: #F7F7F7;	
}
th {
	background: #DCDCDC;
}
td {
	margin-bottom: 5px;
	padding: 5px;
}

/* ///////////////////////// CONSULTATION / FWD-TO-A-FRIEND FORM ///////////////////////// */

#form3 {
	padding: 0 10px; 
	background: none;
}

/*  ------------------------------ LINKS ------------------------------ */

a {
	font-weight: bold;
	color: #498FA7;
	text-decoration: none;
	border-bottom: 2px dotted #EABF57;
}
a:hover {
	color: #FFF;
	background: #498FA7;
	text-decoration: none;
	border-bottom: thin solid #498FA7;
}
a:active, a:focus { 
	outline: 0; 
}
#headerLinks a {
	color: #FFF;
}
#headerLinks a:hover {
	background: #A75A62;
}
