

a:link  { color: #A33B35; text-decoration: none }
a:visited  { color: #A33B35; text-decoration: none }
a:hover  { color: #A33B35; text-decoration: none }
a:active  { color: #A33B35; text-decoration: none }

.header
{
	background-image: url("images/banner_rpt.jpg");
	background-repeat: repeat-x;
	height: 80px;
	width: 100%;
	margin-left: 0px;
	margin-bottom: 15px;
}

body
{
	font-family: verdana,arial,helvetica;
	font-size: 12px;
	font-weight: normal;
	background-color: #ffffff;
	margin-left: 10px;
	margin-right: 10px;
}

td
{
	font-family: verdana,arial,helvetica;
	font-size: 12px;
	font-weight: normal;
	margin-left: 10px;
	margin-right: 10px;
}

ul
{
	font-family: verdana,arial,helvetica;
	font-size: 12px;
	list-style: disc outside;
}

.lessontitle
{
	font-family: verdana,arial,helvetica;
	font-size: 24px;
	font-weight: bold;
	color : #A33B35;
/*
	margin-left: 20px;
*/	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid #A33B35;
}

.thumbnaillegend
{
	font-family: verdana,arial,helvetica;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color : #000000;
	margin-top: 0px;
}

.viztool
{
	font-family: verdana,arial,helvetica;
	font-size: 12px;
	font-weight: normal;
	color : #000000;
}


.subheading 
{
	font-family : Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight : bold;
	color : #00968d;
}

.subsectionheading
{
	display: block;
	margin-left: 20px;
	margin-top: 20px;
	border-bottom: 1px solid #000000;
	font-family : Verdana, Arial, Helvetica;
	font-size: 16px;
	font-weight : bold;
	color: #A33B35;
}

.subsectioncontent
{
	display: block;
	background-color: #f7f7f7;
	padding: 5px 10px;
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 30px;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	border-top: 1px solid #e8e8e8;
	border-left: 1px solid #d3d3d3;
}

.qa
{
	font-family: verdana,arial,helvetica;
	font-size: 16px;
	font-weight: bold;
	color : #00968d;
}

.twistdown
{
	float:left;
	padding-right:10px;
}