html, body{
	height:100%;
}

body {
	margin: 0px;
	font-family: Courier New, Courier, monospace;
	color: #333333;
	font-size: 11px;
}

a:link,a:active {
	background:     url(../images/link.gif) repeat-x center bottom;
	color: #333333;
	text-decoration: none;
}

a:visited,a:hover {
	background:     url(../images/link.gif) repeat-x center bottom;
	color: #996666;
	text-decoration: none;
}


a:link.inactive_lnk, a:active.inactive_lnk {
	font-size: 12px;
	font-weight: bold;
	background:     none;
	color: #333333;
	text-decoration: none;
}

a:visited.inactive_lnk {
	font-size: 12px;
	font-weight: bold;
	background:     none;
	color: #996666;
	text-decoration: none;
}

a:hover.inactive_lnk {
	font-size: 12px;
	font-weight: bold;
	background:     url(../images/link.gif) repeat-x center bottom;
	color: #996666;
	text-decoration: none;
}

.active_lnk {
	font-size: 12px;
	font-weight: bold;
	background:     url(../images/link.gif) repeat-x center bottom;
	color: #333333;
	text-decoration: none;
}



#footer {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

.emph1 {
	color: #333333;
	font-weight: bold;
}

#footer a {
	background: none;
}