@import url("/css/files.css");

body {
	background: white;
	text-align: left;
	color: black;
	font-size:83% !important;
	line-height: 125%;
	border: 0;
	margin: 20px;
	padding: 0; 
	font-family: Georgia, Palatino, serif;
}
h1 {font-size:1.3em;}
h2 {font-size:1.2em;}
h3 {font-size:1.1em;}
h4 {font-size:1em;}
h5 {font-size:0.9em;}
h6 {font-size:0.8em;}
a {color: #039;}


/* ------------------------------------ boxes ------------------------------------ */
#header {padding: 10px 0px; border-bottom: 1px solid #000;}
#navbox, #slide, .noprint {display:none;}
#leftcol h2, #leftcol #social, #leftcol p { display:none;}
#leftcol {padding: 10px 0px; border-top: 1px solid #000; font-size:11px;}
/* ----------------------------------- global -------------------------------------- */

hr {height: 0; border: 0; border-top: 1px solid #CCCCCC;} 
form {margin:0.5em 0 0 0;}
select, input {font-size:1em;}
.clr {clear:both;height:1px;overflow:hidden;}
.hide {display:none;}
a {outline: none;}
a img {border:none;}
.small {font-size:0.85em; line-height:1.3em;}
small {font-size: 0.85em; display:block; color: #777; padding: 0 0 0.3em; margin: 0;}
.warning, .error {color:#CC0000;font-weight: bold;}
.required {background-image: url(/images/star.gif); background-repeat: no-repeat; padding-left: 10px; background-position: left center;}
#logo h1 a { color: #000; text-decoration: none; }
address a { color: #000; text-decoration: none; }

