@charset "utf-8";
/* CSS Document */

html, body  {
	margin: 0;
	padding: 0;	
}

body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h1 { 
	 font-family: Arial, Helvetica, sans-serif; font-size: 1.3em; 
	 margin: .5em 0 .5em 0; padding: 0;	 
}
h2 { font-family: Arial, Helvetica, sans-serif; font-size: 1.2em; 
	 margin: .35em 0 .25em 0; padding: 0;	 
}
h3 {
	 font-family: Arial, Helvetica, sans-serif; font-size: 1.1em;
	 margin: .35em 0 .25em 0; padding: 0;
}
h4 {
	 font-family: Arial, Helvetica, sans-serif; font-size: 1.0em;
	 margin: .35em 0 .25em 0; padding: 0;
}


/* --------------- LINKs ------------------ */

a {
    text-decoration: underline;	
	outline:none;	
}
a:link {
    color: #ffffff;
}
a:visited {
    color: #ffffff;
}
a:hover {
    color: #cccccc;
}
a:active {
    color: #cccccc;
}

/* ------------- Misc. ------------------- */
.first {
	margin-top:0;
	padding-top:0;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/* ------------- Footer ------------------- */
.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
    color: #000099;	
	text-align: center;
	vertical-align:top;
	}
.footer a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
.footer a:link, .footer a:visited {
    color: #000099;
	}
.footer a:hover {
    color:#ffffff;
	}
.footer a:active {
    color:#cccccc;
	}
	
/* ------------- Validation ------------------- */

div.validators, div.validators a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color:#999999;	
	text-align:center;
	padding:0 0 5px 0;
	}
div.validators a:link, div.validators a:visited {
    color:#999999;	
    text-decoration: none;
	}
div.validators a:hover, div.validators a:active {
    color:#cccccc;
    text-decoration: none;
	}	
	




