@charset "utf-8";
/* Web Site Colors */

.Color01{ Color: #FF6600; }

.Color02{ Color: #003366; }
.Color03{ Color: #CCCCCC; }
.Color04{ Color: #F0F0F0; }


body {
	background-color: #F0F0F0;
	background-image: url(/images/dark-grey-notes.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1 {
	font-size: 16px;
	}

a {
	color: #FF6600;
}

a:link {
	text-decoration: underline;
	color: #003366;
}

a:hover {
	text-decoration: none;
	color: #FF6600;
	background-color: #003366;
}

a:active {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	text-decoration: underline;
	color: #003366;
}

.footer {
	font-size: 12px;
	font-weight: bold;
	color: #F5C6B4;
}

.footer a {
	text-decoration: underline;
	color: #F5C6B4;
}

.footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #009340;
}

.footer a:active {
	text-decoration: underline;
	color: #F5C6B4;
}

.footer a:visited {
	text-decoration: underline;
	color: #F5C6B4;
}
