/* CSS Document */

html, body, td {
	font-family: arial;
	font-size: 11px;
}

table {
	border-collapse:collapse;
}

td {
	padding: 2px;
}

.banner{ 
	background-color:#FFFFFF; 
	border-bottom:1px solid #9A9A9A; 
	border-top:1px solid #9A9A9A; 
	border-left:1px solid #9A9A9A; 
	border-right:1px solid #9A9A9A; 
}

.redBar { 
	height: 6px;
	background-color:#C30008; 
	border-bottom:1px solid white; 
	border-top:1px solid white;
}

.menulink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 600;
	color: white;
	text-decoration: none;
}

.menuCell {
	background-color: #848484;
}

.menuCell:hover {
	background-color: #BD0D1C;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2C2C2C;
}

.textSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: red;
}

.link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: orange;
}

.linksLarge {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #757575;
	text-decoration: none;
}

