﻿* { font-size: 1em; }

html, body {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
body {
	font: 75%/1.2 Verdana,Geneva,sans-serif;
	color:#434343;
}


.content p { margin:12px 0; }
.content li { margin:12px 0; }

h1 {/* frame headings */ }
#content h1 {/* content headings */ font-size:1.5em; color:#0c26a1;}
#content h2 {/* content sub-heading */ font-size:1.3em; color:#0c26a1;} 
#content h3 {/* content sub-subheading */ font-size:1.1em; color:#0c26a1;}


big, .big { font-size: 1.2em; }
small, .small { font-size: .83em; }

/* =LINKS 
**********************************/
a:link { color:#0c26a1; text-decoration:none; font-weight:bold;}
a:visited { color:#0c26a1; text-decoration:underline; font-weight:bold;}
a:hover, a:focus, a:active { color:#dbaa16 !important; text-decoration:underline !important; font-weight:bold; }

a.AT { text-decoration:underline !important;}

/* =LAYOUT (printsafe)
**********************************/
img {border:0;}

.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 {
}