body, p, td, li {
	visible: false;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height : 15px;
}

h1  {
	visible: false;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	text-transform : uppercase;
	display: block;
	margin-bottom: 20px;
	color: #990000;
}

h2 {
	visible: false;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	line-height: 25px;
	margin-top: -5px;
	text-transform : uppercase;
	display: block;
	margin-bottom: 5px;
	color: #990000;
}

h3 {
	visible: false;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #990000;
}

p {
	visible: false;
	margin-top: 0px;
}

li {
	visible: false;
	padding-bottom: 6px;
}

a.lightLink {
	visible: true;
	caption: Light Link;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #E95D04;
	text-decoration: none;
}

a {
	visible: false;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #e95d04;
	text-decoration: none;
}
a:hover {
	visible: false;
	background-color: #f77300;
	color: #ffffff;
}

th {
	visible: false;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding: 6px;
	padding-bottom: 9px;
	color: #990000;
	border-bottom: solid 1px #999999;
}

span.hr {
	visible: false;
	background-image: url("images/graydots-horizontal.gif");
	background-repeat: repeat-x;
	display: block;
	height: 1px;
	margin-bottom: 1em;
	clear: both;
}

td.applicationRequirementsTable {
	visible: true;
	caption: Application Requirements Table Cell;
	padding: 2px;
	padding-left: 6px;
}

td.helpfulLinksCell {
	visible: true;
	caption: Helpful Links Table Cell;
	padding: 6px;
}


