/* CSS Document */

#leftnav a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	display: block;
	padding: 2px;
}
#leftnav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	display: block;
	padding: 2px;
}
#leftnav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #993399;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	display: block;
	padding: 2px;
	background-color: #FFFFFF;
}
#leftnav a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	display: block;
	padding: 2px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FFFFFF;
	background-color: #993399;
	display: block;
	padding: 5px;
	text-align: center;

}
.training {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	line-height: 125%;
	font-weight: bold;
	color: #993399;
	letter-spacing: .2em;
	margin-top: 20px;
	margin-bottom: 25px;
}
p,ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 120%;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #993399;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #666666;
}
