@import url(form.css);
* { font-size: 1em; } 
html, body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	width: 100%;
	height: 100%;
}
body { font: 76% Arial, Verdana, sans-serif; }

form { margin: 0; }
img { border: 0 none; }

p { margin: .2em 0 1.2em; }
p.intro { font-size: 1.2em; }

h2 { color: #0C3573; }
h3 { margin: 1.2em 0 .3em; font-size: 1.25em;  color: #0C3573; }
.defs h3, .instructions h3 {
	font-size: 0.9em;
	text-transform: uppercase;
	margin: 1em 0 .1em;
}

.home .needs dt { color: #CE2B37; }
.home #emailfeatures li { color: #CE2B37; }
.home #emailfeatures li span { color: #01244E; }

.content dl { margin-left: 2.5em; }
.content dt { font-weight: bold; }
.content dd { margin: 0; }
.content li { margin-bottom: .5em; }


/* =LINKS
***************************/
a:link { color: #004995; }
a:visited { color: #DF9E4C; }
a:focus, a:hover, a:active { color: #CE2B37; }

#main a { font-weight: bold; }

h2 a:link, h2 a:visited {
	color: #0C3573;
	font-style: italic;
	text-decoration: none;
}
h2 a:focus, h2 a:hover, h2 a:active {
	color: #CE2B37;
	text-decoration: underline;
}


#mainnav a:link { color: #fff; text-decoration: none; }
#mainnav a:visited { color: #fff;  text-decoration: none; }
#mainnav a:focus, #mainnav a:hover, #mainnav a:active { background-color: #CE1E19; }


.home #sidebar a:link { color: #383F73; text-decoration: none; }
.home #sidebar a:visited { color: #383F73; text-decoration: none; }
.home #sidebar a:focus, .home #sidebar a:hover, .home #sidebar a:active { color: #CE1E19; }

#links a { white-space: nowrap; word-spacing: -1px; }
#links a:link { color: #AEA9A5; text-decoration: none; }
#links a:visited { color: #AEA9A5; text-decoration: none; }
#links a:focus, #links a:hover, #links a:active { text-decoration: underline; }

#copy a:link, #copy a:visited { color: #fff; text-decoration: none; }

dl.customerservice {
	font-size: 1.2em;
	font-weight: bold;
	width: 15em;
	margin: 1em auto;
	padding:  0 1em;
}
.customerservice dt { font-size: 1.1em; margin-left:-1em; }

/* =PRINT
*****************************/
@media print {

* { float: none; }
.nav, #feature, #links, #flreplace, .remove  { display: none; }
.ir { height: auto!important; padding: 0!important; width: auto!important; background: none!important; }
	
}
