body, td, p, div, input, select, ul, ol, blockquote {
	font-family: 'Verdana', 'Sans-Serif';
	font-size: 12px	;
	font-weight: normal;	
	text-decoration: none;
	color: black;
	margin-right: 30px; 
}

li { 
	margin-bottom: 5px; 
}
.ul1 {
	list-style-type: disc; 
}
.ul2 {
	list-style-type: circle; 
}


.ss {
	font-family: 'Arial', 'Helvetica', 'San-Serif';
}

a:link {
	color: #f60;
}

a:visited {
	color: #C30;
}

a:hover {
	color: #f93;
}


div.page {
	position: absolute;
	visibility: hidden;
}

.HotSpot {
	position: absolute;
	width: 15px;
	height: 15px;
	visibility: visible;
}

.small {
	font-family: 'Arial','Helvetica','Sans-Serif';
	font-size: 10px;
	font-weight: normal;	
	text-decoration: none;	
	color: black;
}

h1 {
	font-family: 'Arial','Helvetica','Sans-Serif';
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;	
	color: black;
}

h2 {
	font-family: 'Arial','Helvetica','Sans-Serif';
	font-size: 1.35em;
	font-weight: bold;
	text-decoration: none;	
	color: #f60;
}

h3 {
	font-family: 'Arial','Helvetica','Sans-Serif';
	font-size: 0.90em;
	font-weight: bold;
	text-decoration: none;	
	color: #f93;
}

h4 {
	font-family: 'Arial','Helvetica','Sans-Serif';
	font-size: 0.80em;
	font-weight: bold;
	text-decoration: none;	
	color: #666;
}

h3.caseU {
	text-transform: uppercase;
}

h3.caseC {
	text-transform: capitalize;
}