/* PREDEFINED HTML TAGS
---------------------------------------- */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 76%;}


h1 {color: #000000;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 10px;}	
	
h2 {font-family: Arial, Helvetica, sans-serif; 
	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;}

/* TOOLBOX
---------------------------------------- */
.absmiddle { vertical-align: middle; }
.clear {clear:both;}
.justClearMe {
     clear:both; 
     height:0; 
     margin:0;
     font-size:1px;
     line-height:0px;}


/* LINKS 
----------------------------------------
a,
a:link,
a:visited { color:#8C8C5B ; text-decoration: none;} 
a:hover, 
a:active { color:#8C8C5B; text-decoration:underline;}

 */
/* FORMS
---------------------------------------- */

form { margin: 0px; }
input {}
input:focus { background-color:#CCCCCC; }
textarea {}
	
/* CREDITS
--------------------------------------------- */

.credits 
{
	font-size: 0.9em;
	text-align: center;
}


