/* CSS Document by Arve */


/* PREDEFINED HTML TAGS
------------------------------------------------------------------ */

body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;}


h1 {font-size: 1.7em; margin-top:0; color:#0B4580;}	
h2 {font-size: 120%;}	
h3 {font-size: 120%; margin:0;padding:0;}	
h4 {font-size: 100%;}	
h5 {font-size: 90%;}	
h6 {font-size: 50%;}


/* MAIN LINK SETTINGS
------------------------------------------------------------------ */
a:link,
a:visited {
	color:#0B4580;
	text-decoration:underline;} 
a:hover, 
a:active {
	color:#0B4580;
	text-decoration:none;}


/* FORMS
---------------------------------------- */
form {
	margin: 0px;
	}
input {}
input:focus {
	background-color:#DDD;
	}
textarea {}

.inputfields {
	width:100px;}
	



/* MISC
---------------------------------------- */
.absmiddle {
	vertical-align: middle;}
	
.justClearMe {
     clear:both; 
     height:0; 
     margin:0;
     font-size:1px;
     line-height:0px;}

.clear {
	clear:both;}
	
img {
	border:none;}
