<style type="text/css">

body {
	margin: 0px 0px 0px 0px;
	SCROLLBAR-FACE-COLOR: #0820BD; 
	SCROLLBAR-HIGHLIGHT-COLOR: #6D6E72;
	SCROLLBAR-SHADOW-COLOR: #AAAAAC; 
	SCROLLBAR-3DLIGHT-COLOR: #0820BD; 
	SCROLLBAR-TRACK-COLOR: #CCCCCC; 
	SCROLLBAR-ARROW-COLOR: #C4C9D0; 
	SCROLLBAR-BASE-COLOR: #313538;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}


/**-----------------------------------HEADINGS----------------------------------------------**/
.heading_large_black {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.15em; 
line-height:1.25em;
color: #000000;
}
.heading_large_red {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.15em;
line-height:1.25em;
color: #CC0000;
}
.heading_large_gray {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.15em;
line-height:1.25em;
color: #666666;
}

.heading_red_bold {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.15em;
line-height:1.25em;
font-weight:bold;
color: #CC0000;
}
.heading_black_bold {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.15em;
line-height:1.25em;
font-weight:bold;
color: #000;
}

.heading_med_black {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em; 
line-height:1.25em;
font-weight:bold;
color: #000000;
}
.heading_med_red {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em; 
line-height:1.25em;
font-weight:bold;
color: #CC0000;
}
.heading_med_gray {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em; 
line-height:1.25em;
font-weight:bold;
color: #666666;
}
.heading_med_white {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .75em; 
line-height:1.25em;
font-weight:bold;
color: #FFFFFF;
}

.heading_small_black {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .75em; 
line-height:1.25em;
font-weight: bold; 
color: #000000;
}
.heading_small_red {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .75em; 
line-height:1.25em;
font-weight: bold; 
color: #CC0000;
}
.heading_small_gray {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .75em; 
line-height:1.25em;
font-weight: bold; 
color: #666666;
}
.heading_small_blue {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .75em; 
line-height:1.25em;
font-weight: bold; 
color: #0000FF;
}

/**-----------------------------------TEXT----------------------------------------------**/

.text {
	font-family:Verdana; 
	font-size:.75em;
	line-height:1.35em;
	color: #000000;
}
.text_bold {
	font-family:Verdana; 
	font-size:.75em;
	line-height:1.35em;
	font-weight:bold;
	color: #000000;
}
.text_small {
	font-family: Verdana;
	font-size: .7em;
	line-height: 1.35em;
	color: #000000;
}
.text_small2{
	font-family: Verdana;
	font-size: .65em;
	line-height: 1.25em;
	color: #000000;
}
.text_large {
	font-family: Verdana;
	font-size: .9em;
	line-height: 1.5em;
	color: #000000;
}
/**-----------------------------------DISCLAIMERS---------------------------------------------**/
.specialsdisclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:.6em;
	line-height: 1.1em;
	color: #666666;

}
/**-----------------------------------LINKS----------------------------------------------**/
a:link {
	text-decoration: none;
	color:#0000FF;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color:#0000FF;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #3399FF;
	font-weight:bold;
}
a:active {
	text-decoration: none; 
	font-weight:bold;
}
.dottedline {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.solidline {
	padding: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.heading_red_bold_medium {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	line-height:1.25em;
	font-weight: bold;
	color: #CC0000;
}

ul{
margin-left: 15px;
padding-left: 20px;
margin-top: 0px;
padding-top: 0px;
}

li ul{
margin-left: 12px;
padding-left: 12px;
padding-top: 0px;
font-size:0.9em;
}

