/* CSS Document by Arve */


/* PREDEFINED HTML TAGS
------------------------------------------------------------------ */

body,td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;}
	



h1 {font-size: 160%; margin:0 0 7px 0; padding:0;}	
h2 {font-size: 120%;}	
h3 {font-size: 120%;}	
h4 {font-size: 100%;}	
h5 {
	font-size: 100%;
	background-image:url(../gfx/bgBoxHeading.gif);
	background-repeat:no-repeat;
	padding:0 2px 2px 5px;
	height:20px;
	line-height:20px;
	margin:0 0 5px 0;}
		
h6 {font-size: 50%;}


/* MAIN LINK SETTINGS
------------------------------------------------------------------ */
a:link,
a:visited {
	text-decoration:underline;
	color:#08144F;} 
a:hover, 
a:active {
	text-decoration:underline;
	color:#585989;}


/* FORMS
---------------------------------------- */
form {
	margin: 0px;
	}
input {}
input:focus {
	background-color:#DDD;
	}
textarea {}
	



/* MISC
---------------------------------------- */
.absmiddle {
	vertical-align: middle;
	}
	
.justClearMe {
     clear:both; 
     height:0; 
     margin:0;
     font-size:1px;
     line-height:0px;
	 }