/* PREDEFINED HTML TAGS
---------------------------------------- */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;}

a {
	outline:none;}

img {
	outline:none;}

p {
	margin:8px 0;}

h1 {
	font-size: 160%;
	font-weight: bold;
	margin-bottom: 10px;}
	
h2 {
	font-family: georgia,serif;
	font-size: 160%;
	color:#0066A4;
	line-height:150%;
	font-weight: normal;
	margin-bottom: 10px;}
		
h3 { 
	font-size: 130%;
	color:#0066A4;
	margin-bottom:10px;
	padding-bottom:0px;}	
	
h4 { 
	font-size: 130%;
	color:#0066A4;
	margin:0px 0px 5px 0;
	padding-bottom:0px;}	
	
h5 {
	font-size: 80%;}	
	
h6 {
	font-size: 60&;}


/* LINKS 
---------------------------------------- */
a,
a:link,
a:visited {
	color:#0066A4;
	text-decoration: none;} 
	
a:hover, 
a:active {
	color:#0066A4;
	text-decoration:underline;}
	

/* 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;}
	
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;}
	
.button {
	border:1px solid #000000;
	background:#FFFFFF;
	color:#000000;}


/* CREDITS
--------------------------------------------- */

.credits {
	font-size: 0.9em;
	text-align: center;}
