/* CSS Document by Arve */


/* PREDEFINED HTML TAGS
------------------------------------------------------------------ */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	background-color:#183E54;}


h1 {font-size: 160%;}	
h2 {font-size: 120%;}	

h3 { /* used on frontpage.cfm */
	font-size: 110%;
	background-color:#2B6C95;
	padding:1px 15px 2px 3px;
	margin:0 0 2px 0;
	color:#FFFFFF;
	width:80px;
	text-transform:uppercase;}
		
h4 {font-size: 100%;}	
h5 {font-size: 90%;}	
h6 {font-size: 50%;}


/* MAIN LINK SETTINGS
------------------------------------------------------------------ */
a:link,
a:visited {
	color:#2B6C95;
	text-decoration:none;} 
a:hover, 
a:active {}


/* FORMS
---------------------------------------- */
form {
	margin: 0px;}
input {}
textarea {}


/* MISC
---------------------------------------- */
.absmiddle {
	vertical-align: middle;}
	
.clear {
	clear:both;}
	
.justClearMe {
     clear:both; 
     height:0; 
     margin:0;
     font-size:1px;
     line-height:0px;}
	
.border {
	border-top:1px dotted #95B6CA;}