/* CSS Document */

.style1 {color: #CCCCFF}
.style2 {color: #FFFFFF}
.style3 {color: #CCCCCC}
.color_white {
	color: #FFFFFF;
	font-family: Optima, Verdana, Arial, Helvetica;
}
.bgcolor_white {background-color: #FFFFFF}
.bgcolor_black {background-color: #000000}
.bgcolor_header {background-color: #F2F1F0}
.bgcolor_bar {background-color: #E2E9EB}
.bgcolor_sidebar {background-color: #DCE5E7}
.li_below {margin-bottom: 6px}
.space_below {margin-bottom: 6px}
.space_above {margin-top: 6px}
ul {margin-top: 6px}
ul.nospace_above {margin-top: 0px}
p.multiline {margin-bottom: 6px}
ul.multiline {margin-bottom: 6px; margin-top: 6px}
li.space_above {margin-bottom: 6px}
.smaller {font-size: smaller}
.small {font-size: small}
body {font-family: "Times New Roman", Times, serif}
h1,h2,h3,h4 {font-family: Optima, Verdana, Arial, Helvetica, sans-serif}
.tm {
	font-size: 9px;
	font-variant: small-caps;
	vertical-align: super;
}
a {
	color: #000000;
}
.ul_compact {
	margin-top: 0px;
	margin-bottom: 0px;
}
