#Header td {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #333333;
}

#Header a {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #333333;
	text-decoration: underline;
}

#Header a:Hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}

#Header input {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	color: #000000;
	border: 1px #000 solid;
}

#Body input {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	color: #000000;
	border: 1px #000 solid;
}

#Header .Remember {
	border: 0 0 0 0;
	width: 12px;
	height: 12px;
}

#Search a {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

#Search a:Hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}

#Body #Footer {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}

#Body #Footer a {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}

#Body #Footer a:Hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	color: #999999;
	text-decoration: underline;
}

#Navlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 140px;
}

#Body #Navigation {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	width: 140px;
}

#Body #Navigation a {
	/* These tags tell Firefox to determine padding / margin dimensions in the same way as IE. */
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	padding-left: 16px;
	margin-bottom: 2px;
	color: #000000;
	width: 120px;
	display: block;
	text-decoration: none;
	background: url(../images/spacer.gif) left center no-repeat;
	width: 140px;
}

#Body #Navigation a:hover {
	/* These tags tell Firefox to determine padding / margin dimensions in the same way as IE. */
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	color: #000000;
	text-decoration: underline;
	background: url(../images/bullet.gif) left center no-repeat;
	width: 140px;
}

#Body #ConLogo td {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
}

#Body #ConLogo a {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}

#Body #ConLogo a:Hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	color: #999999;
	text-decoration: underline;
}