/* CSS Document Climb Time Towers */

HTML, BODY{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	color: #000000;
	background-color: #000000;
	font-size: 8pt;
	margin: 0;
	padding: 0;
}

BODY {
	margin-top: 10px;
	margin-bottom: 10px;
}


H1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;	
	margin-bottom: 0px;
}


H2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-bottom: 0px;

}

H3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: Maroon;	
	margin-bottom: 0px;

}


H4 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: Black;	
	margin-bottom: 0px;

}

P, UL, OL {
	margin-right: 20px;
	margin-top: 3px;
	line-height: 130%
	
}

LI {
	margin-bottom: 10px;
}


.footer {
	font-size: 80%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.small {
	font-size: 85%;
}

.rightColHead {
	font-weight: bold;
	margin-bottom: 0px;
}

.rightColText {
	margin-top: 0px;
}

.extraSpaceBefore {
	margin-top: 8px;
}

.extraSpaceAfter {
	margin-bottom: 8px;
}

.tableHeading {
	text-align: center;
	color: white;
	background-color: black;
	font-weight: bold;
}

.rateTable {
	border-bottom: 1px #000000 solid;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	background-color: #FFFFFF;
}

.specialNotice 	{
	background-color: #ffffff;
	border-color: #FF0000;
	border-style: solid;
	border-width: 2px;
	padding: .5em;
	margin: 0px 20px 20px 0px;
	font-size: 12px;
	line-height:120%;

}	