/*------------------------- Screen Styles for Service Management Training Section. -------------------------*/


/*------------------------- General Selectors -------------------------*/


body {
	margin-top: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
a {
	font-size: 10pt;
	color: #CC0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	color: #FF9900;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
.current {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
h1 {
	font-size: 13pt;
	font-weight: bold;
	color: #FF9900;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 15px;
	margin: 0px;
}
h2 {
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	padding-bottom: 5px;
}
h3 {font-family: "Times New Roman", Times, serif}
.footer-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
}	
.footer-text a {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
}
	
	
.small-serif {
	font-size: 10pt;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}
.orange-text {
	color: #FFA114;
}
