/* PREDEFINED HTML TAGS
---------------------------------------- */

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 76%;
	letter-spacing: 0em;
	color: #484848}


h1 {color: #4b4b4b;
	font-size: 1.7em;
	font-weight: bold;
	margin-bottom: 10px;}	
	
h2 { 
	color: #4b4b4b;
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 10px;}
			
h3 {font-size: 1.4em; margin-bottom:0px; padding-bottom:0px; color:#4b4b4b;}	
h4 {font-size: 1.3em; margin-bottom:0px; padding-bottom:0px; color:#4b4b4b;}	
h5 {font-size: 1em;}	
h6 {font-size: 0.8em;}

h2 a, h2 a:visited, h2 a:hover, h2 a:active { 
	color: #4b4b4b;
	font-size: 1em;
	font-weight: bold;}
/*
h3 a {font-size: 0.9em; margin-bottom:0px; padding-bottom:0px; color:#4b4b4b;}	
h4 a {font-size: 0.8em; margin-bottom:0px; padding-bottom:0px; color:#4b4b4b;}
h5 a {font-size: 0.7em; color:#4b4b4b;}	
h6 a {font-size: 0.6em; color:#4b4b4b;}
*/
/* TOOLBOX
---------------------------------------- */
.absmiddle { vertical-align: middle; }
.clear {clear:both;}
.justClearMe {
     clear:both; 
     height:0; 
     margin:0;
     font-size:1px;
     line-height:0px;}


/* LINKS 
---------------------------------------- */
a,
a:visited { color:#ee7a33 ; text-decoration: none;} 
a:hover, 
a:active { color:#ee7a33; text-decoration:underline;}

/* FORMS
---------------------------------------- */

form { margin: 0px; }
	
input.text,
textarea.text {
	-moz-box-sizing: border-box;
	border: 1px solid #b7b7b7;
}
	
input.wide {
	width: 100%;
}

label.topLabel {
	display: block;
}

/* CREDITS
--------------------------------------------- */

.credits 
{
	background: #FFFFFF;
	font-size: 0.9em;
	text-align: center;
}


