/* PREDEFINED HTML TAGS
---------------------------------------- */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 76%;
	color:#000000;
}

p {
	margin-top:0px;
}

h1 {
	color: #000000;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 10px;
}
h2 {
	font-family: Verdana, Helvetica, Arial; 
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}	
h3 {
	font-size: 1.1em;
	margin-bottom:0px;
	padding-bottom:0px;
	color:#3E3E3E;
}	
h4 {
	font-size: 1.0em;
	margin-bottom:0px;
	padding-bottom:0px;
	color:#3E3E3E;
}	
h5 {
	font-size: 0.8em;
}	
h6 {
	font-size: 0.6em;
}

/* LINKS 
---------------------------------------- */
a,
a:link,
a:visited {
	color:#4e2e17;
	text-decoration: none;
} 
a:hover, 
a:active {
	color:#4e2e17;
	text-decoration:underline;
}

/* TOOLBOX
---------------------------------------- */
.absmiddle {
	vertical-align: middle;
}
.clear {
	clear:both;
}
.justClearMe {
     clear:both; 
     height:0; 
     margin:0;
     font-size:1px;
     line-height:0px;
}
 
/* FORMS
---------------------------------------- */

form {
	margin: 0px;
}
input {}
input:focus {
	background-color:#CCCCCC;
}
textarea {}
	
/* CREDITS
--------------------------------------------- */

.credits 
{
	font-size: 0.9em;
	text-align: center;
}

/* Powered by I-Tools */
.itools {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #333333;
}
.itools a:link { color: #333333; text-decoration:none; }
.itools a:visited { color:#333333; text-decoration:none; }
.itools a:hover { color: #333333; text-decoration: underline; }
.itools a:active { color:#333333; text-decoration:none; }