/* CSS Document by Arve */


/* PREDEFINED HTML TAGS
------------------------------------------------------------------ */

body {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:76%;}


h1 {font-size: 180%; color:#7C1608; border-bottom:1px solid #F0F0F0; padding-bottom:5px; margin-bottom:10px;}	
h2 {font-size: 130%; color:#7C1608; border-bottom:1px solid #F0F0F0; padding-bottom:3px; margin-bottom:5px;}	
h3 {font-size: 120%; color:#174694; border-bottom:1px solid #F0F0F0; padding-bottom:5px; margin-bottom:10px;}	
h4 {font-size: 16px; color:#7C1608; padding-bottom:5px; margin-bottom:0px;}	
h5 {font-size: 90%;}	
h6 {font-size: 50%;}


/* MAIN LINK SETTINGS
------------------------------------------------------------------ */
a:link,
a:visited {
	color:#7C1608;
	text-decoration:none;} 
a:hover, 
a:active {}


/* FORMS
---------------------------------------- */
form {
	margin: 0px;
	}
input {}
input:focus {
	background-color:#DDD;
	}
textarea {}
	


/* MISC
---------------------------------------- */
.absmiddle {
	vertical-align: middle;}
	
.clear {
	clear:both;}
	
.justClearMe {
     clear:both; 
     height:0; 
     margin:0;
     font-size:1px;
     line-height:0px;}
	 
.floatLeft {
	float:left;}
	
.floatRight {
	float:right;}

.border {
	border-top:1px solid #D5D5D5;}
	
img {
	outline:none;}
