/* CSS Document */
/*
	author: Wayne Weibel
	created: Monday, September 5, 2008
	
styling for common elements through out FAQ and General Reference Section
*/
.navigation a {
	background-color:#FF0000;
}

.navigation a:hover {
	background-color:#d90000;/*specify color for this page*/
}

span.indent {
	margin-left:1em;
}

.sections tr {
	vertical-align: top;
	text-align: left;
	font-size:12px
}