@charset "utf-8";

/* Basic Setup
------------------*/
body {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	background-color: #CECE9D;
}
/* Hyperlinks
------------------*/	
a:link, 
a:active, 
#maincontentcell a:link, 
#maincontentcell a:active {
	font-weight: bold;
	text-decoration: none;
	color: #003300;
}

a:hover,
#maincontentcell a:hover {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

a:visited,
#maincontentcell a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #757724;
}

