/* PREDEFINED HTML TAGS
---------------------------------------- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 70%;
	color:#5D3D1E;}

a {
	outline:none;}

img {
	outline:none;}

p {
	margin-top:0px;}

h1 {
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 2px;
	padding:0;}
	
h2 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 5px;}	
	
h3 {
	font-size: 110%;
	margin-bottom:0px;
	padding-bottom:0px;}
		
h4 {
	font-size: 100%;
	margin-bottom:0px;
	padding-bottom:0px;}	
	
h5 {
	font-size: 80%;}
		
h6 {
	font-size: 60%;}

/* LINKS 
---------------------------------------- */
a,
a:link,
a:visited {
	color:#704E2C;
	text-decoration: none;} 
	
a:hover, 
a:active {
	color:#704E2C;
	text-decoration:underline;}
	
h2 a:link,
h2 a:visited {
	color:#000000;}

/* TOOLBOX
---------------------------------------- */
.absMiddle {
	vertical-align: middle;}
	
.clear {
	clear:both;}
	
.justClearMe {
     clear:both; 
     height:0; 
     margin:0;
     font-size:1px;
     line-height:0px;}
	 
.clearleft {
	clear:left;}
 
/* FORMS
---------------------------------------- */

form {
	margin: 0px;
	padding:0;}
	
input {}
input:focus {
	background-color:#CCCCCC;
}
textarea {}

.textdescription {
	border:1px solid #000000;
	background:#FFFFFF;
	color:#000000;
}
.textboxdropout {
	border:1px solid #000000;
	background:#FFFFFF;
}
.textbox {
	border:1px solid #000000;
	background:#FFFFFF;
	color:#000000;
	height:18px;
}
.formtext {
	color:#000000;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.button {
	border:1px solid #000000;
	background:#FFFFFF;
	color:#000000;
}

/* CREDITS
--------------------------------------------- */

.credits 
{
	font-size: 0.9em;
	text-align: center;
}
