﻿* { font-size: 1em; }

html, body {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
body {
	font: 75%/1.2 Verdana,Geneva,sans-serif;
	color:#050505;
}


p { margin:12px 0; }

h1 {/* frame headings */ }
#content h1 {/* content headings */ font-size:1.5em; color:#002f5d;}
#content h2 {/* content sub-heading */ font-size:1.3em; color:#002f5d;} 
#content h3 {/* content sub-subheading */ font-size:1.1em; color:#002f5d;}


big, .big { font-size: 1.2em; }
small, .small { font-size: .83em; }

/* Form Field Style */
.ContactForm {background-color: #FBFCF4; border: 1px solid #00063A; height: 13px; font-family: Arial, Verdana; font-size: 11px;}
.ContactFormCT {background-color: #FBFCF4; border: 1px solid #00063A; font-family: Arial, Verdana; font-size: 11px;}

/* =LINKS 
**********************************/
a:link { color:#3F607F; text-decoration:none; font-weight:bold;}
a:visited { color:#3F607F; text-decoration:none; font-weight:bold;}
a:hover, a:focus, a:active, a.AT { color:#3F607F; text-decoration:underline; font-weight:bold; }


/* =LAYOUT (printsafe)
**********************************/
.container { display: inline-block; }
.container:after {
	content: '.';
	clear: both;
	display: block;
	overflow: hidden; visibility: hidden;
	height: 0;
}

/* IEmac hack \*/
.container { display: block; }
* html .container { height: 1%; }
/* */

@media print {
}