/* PREDEFINED HTML TAGS
---------------------------------------- */

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color:#000000;
	background:FFF;
}

p {
	margin-top:0px;
}

h1 {
	color: #0053A0;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 10px;
}
h2 {
	font-family: Verdana, Helvetica, Arial; 
	color: #0053A0;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}	
h3 {
	font-size: 1.1em;
	margin-bottom:0px;
	padding-bottom:0px;
	color:#0053A0;
}	
h4 {
	font-size: 1.0em;
	margin-bottom:0px;
	padding-bottom:0px;
	color:#0053A0;
}	
h5 {
	font-size: 0.8em;
}	
h6 {
	font-size: 0.6em;
}

/* LINKS 
---------------------------------------- */
a,
a:link,
a:visited {
	color:#0053A0;
	text-decoration: none;
} 
a:hover, 
a:active {
	color:#0053A0;
	text-decoration:underline;
}

/* TOOLBOX
---------------------------------------- */
.absmiddle {
	vertical-align: middle;
}
.clear {
	clear:both;
}
.justClearMe {
     clear:both; 
     height:0; 
     margin:0;
     font-size:1px;
     line-height:0px;
}
 
/* FORMS
---------------------------------------- */

form {
	margin: 0px;
}
input {}
input:focus {
	background-color:#CCCCCC;
}
textarea {}
	
/* CREDITS
--------------------------------------------- */

.credits 
{
	font-size: 0.9em;
	text-align: center;
}

/* Powered by I-Tools */
.itools {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #CADF87;
	text-align:right;
	width:900px;
	margin:0 auto;
	padding-right:16px;
}
.itools a:link { color: #CADF87; text-decoration:none; }
.itools a:visited { color:#CADF87; text-decoration:none; }
.itools a:hover { color: #CADF87; text-decoration: underline; }
.itools a:active { color:#CADF87; text-decoration:none; }