@charset "utf-8";
/* CSS Document */

<!--
/*-----------------------------------
		PAGE PROPERTIES
-----------------------------------*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-color: #f2f2f2;
}
p, td {
	margin-top: 0.25em; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#333333;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color: #000099;
	margin: 0;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #000066;
	margin: 0;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #FF6600;
	margin: 0;
}
h4 {
	color:#333333;
	font-weight: bold;
	font-size: 1.1em;
	margin: 1.5em 0 0 0;
}
h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #FF6600;
	margin: 0;
	margin-bottom:-0.9em;
}


/*-----------------------------------
				LINKS
-----------------------------------*/

a:link {

	color: #009933;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #009933;
}
a:hover {
	text-decoration: none;
	color: #006699;
}
a:active {
	text-decoration: underline;
	color: #009933;
}

#head a:link {
	text-decoration:none;
}

/*-----------------------------------
				MISC
-----------------------------------*/

li {
	margin-left:-1.5em;
}
.headerwhite {
	color:#FFFFFF;
}
.headerblue {
	color:0000FF;
}
