/* CSS Document by Arve */

* {
	margin:0;
	padding:0;}
	
/* PREDEFINED HTML TAGS
------------------------------------------------------------------ */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:76%;
	color:#333333;}

/* allways scroll */
html {height: 101%;}

h1 {font-size: 20px; line-height:normal; color:#00549F; background-image:url(../gfx/bgH1.gif); background-position:bottom left; background-repeat:repeat-x; padding-bottom:17px; margin-bottom:10px;}	
h2 {font-size: 120%;}	
h3 {font-size: 120%;}	
h4 {font-size: 100%;}	
h5 {font-size: 90%;}	
h6 {font-size: 50%;}


/* MAIN LINK SETTINGS
------------------------------------------------------------------ */
img {
	outline:none;
}

a,
a:link,
a:visited {
	color:#00549F;
	text-decoration:none;
	outline:none;
} 
a:hover, 
a:active {	
	color:#00549F;
}

/* 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;}
	 
.clear {
	clear:both;}