/* PREDEFINED HTML TAGS
---------------------------------------- */

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;}


h1 {color: #444444;
	font-size: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 10px;}

h2 {
	color: #444444;
	font-size: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 10px;}

h3 {font-size: 1.1em; margin-bottom:0px; padding-bottom:0px; color:#444444;}
h4 {font-size: 1.0em; margin-bottom:0px; padding-bottom:0px; color:#536d98;}
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:visited { color:#1B777F ; text-decoration: none;}
a:hover,
a:active { color:#1B777F; text-decoration:underline;}

/* FORMS
---------------------------------------- */

form { margin: 0px; }

input.text,
textarea.text {
	-moz-box-sizing: border-box;
	border: 1px solid #d9d9d9;
}

input.wide {
	width: 100%;
}

label.topLabel {
	display: block;
}

/* CREDITS
--------------------------------------------- */

.credits
{
	background: #FFFFFF;
	font-size: 0.9em;
	text-align: center;
}

