/* PREDEFINED HTML TAGS
---------------------------------------- */
body {
	background:none;
}

a {
	outline:none;
}

img {
	outline:none;
}

p {
	margin-top:0px;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	line-height: 24px;
	font-weight: normal;
	color: #0064B8;
	text-decoration: none;
	margin:0;
	padding:0;
	padding-bottom:8px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0064B8;
	text-decoration: none;
}
h3 {
	font-size: 1.1em;
	color:#0064B8;
	margin-bottom:0px;
	padding-bottom:0px;
}	
h4 {
	font-size: 1.0em;
	color:#0064B8;
	margin-bottom:0px;
	padding-bottom:0px;
}	
h5 {
	font-size: 0.8em;
}	
h6 {
	font-size: 0.6em;
}

/* LINKS 
---------------------------------------- */
a,
a:link,
a:visited {
	color:#0063B7;
	text-decoration: none;
} 
a:hover, 
a:active {
	color:#0063B7;
	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 {}
	
/* CREDITS
--------------------------------------------- */

.credits 
{
	font-size: 0.9em;
	text-align: center;
}

/* Powered by I-Tools */
.itools {
	text-align:right;
	width:940px;
	height:0px;
	padding-right:10px;
	padding-bottom:5px;
	position:relative;
	bottom:15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.itools a:link { color: #999999; text-decoration:none; }
.itools a:visited { color:#999999; text-decoration:none; }
.itools a:hover { color: #999999; text-decoration: underline; }
.itools a:active { color:#999999; text-decoration:none; }