/* PREDEFINED HTML TAGS
---------------------------------------- */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:76%;
	color:#00405C;}

a {
	outline:none;}

img {
	outline:none;}

p {
	margin-top:0px;}

h1 {
	font-size: 150%;
	color:#00405C;
	font-weight: bold;
	margin-bottom: 10px;}
	
h2 {
	font-size: 140%;
	color:#00405C;
	font-weight: bold;
	margin-bottom: 10px;}
		
h3 { /* fronpage in the midle */
	font-size: 130%;
	color:#00405C;
	margin-bottom:10px;
	padding-bottom:0px;}	
	
h4 { /* newsheading fronpage */
	font-size: 130%;
	color:#00405C;
	margin:0px 0px 5px 0;
	padding-bottom:0px;}	
	
h5 {
	font-size: 80%;}	
	
h6 {
	font-size: 60&;}


/* LINKS 
---------------------------------------- */
a,
a:link,
a:visited {
	color:#9B7C3B;
	text-decoration: none;} 
	
a:hover, 
a:active {
	color:#9B7C3B;
	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;}