﻿* { font-size: 1em; }

html, body {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

body {
	font: 75%/1.2 Verdana,Geneva,sans-serif;
	color:#939087;
}


.content p { margin:12px 0; }
.content li { margin:12px 0; }

.right {float:right;}
.left {float:left;}

.content img {margin:5px 10px;}
.content img.right{margin-right:0;}
.content img.left {margin-left:0;}

h1 {/* frame headings */ }
#content h1, #content .h1 {/* content headings */ font-size:1.5em; color:#0187b9;}
#content h2, #content .h2 {/* content sub-heading */ font-size:1.3em; color:#0187b9;} 
#content h3, #content .h3 {/* content sub-subheading */ font-size:1.1em; color:#0187b9;}


big, .big { font-size: 1.2em; }
small, .small { font-size: .83em; }

/* =LINKS 
**********************************/
a:link { color:#fd8200; text-decoration:none; font-weight:bold;}
a:visited { color:#fd8200; text-decoration:underline; font-weight:bold;}
a:hover, a:focus, a:active { color:#fd8200; text-decoration:underline; font-weight:bold; }

a.AT { text-decoration:underline;}

/* =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 {
}