html {
	scrollbar-face-color:#FF0000;
	scrollbar-highlight-color:#FFD9D9;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-color:#000;;
	scrollbar-shadow-color:#000;
	scrollbar-arrow-color:#fff;
	scrollbar-track-color:#FFD9D9;
}
body {
	
    background-color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	font-family: Verdana, Arial;
	font-size: 9pt;
	color: #000;
}
a:link {
font-family: Verdana, Arial;
font-size: 9pt;
color: #000;
text-decoration: none;
font-weight : bold;
}
a:visited {
	font-family: Verdana, Arial;
	font-size: 9pt;
	color: #999;
	text-decoration: none;
	font-weight : bold;
}
a:alink {
font-family: Verdana, Arial;
font-size: 9pt;
color: #000;
text-decoration: none;
font-weight : bold;
}
a:hover {
text-decoration: underline and overline;
font-size: 9pt;
color: #000;
font-weight : bold;
}

.stylesmall {
font-family:Verdana, Arial;
font-size: 8pt;
color: #000;
}
.stylesmallwhite {
font-family:Verdana, Arial;
font-size: 8pt;
color: #fff;
}
.stylesmallred {
font-family:Verdana, Arial;
font-size: 8pt;
color: #FF0000;
}
.stylesmallbold {
font-family:Verdana, Arial;
font-size: 8pt;
color: #000;
font-weight: bold;
}
.styletitle {
font-family:Verdana, Arial;
font-size: 11pt;
color: #000000;
font-weight : bold;
}
.styletitlewhite {
font-family:Verdana, Arial;
font-size: 13pt;
color: #FFFFFF;
font-weight : bold;
}
.whitesubtitle {
font-family:Verdana, Arial;
font-size: 11pt;
color: #FFFFFF;
font-weight : bold;
}
.styleregular {
font-family:Verdana, Arial;
color: #000;
font-size: 10pt;
}
.styleregularblack {
font-family:Verdana, Arial;
color: #000;
font-size: 9pt;
}
h1 {
 color: #FF0000;
font-size: 11pt ;
font-weight:bold;
}
h2 {
  color: #000;
font-size: 10px;
font-weight:bold;
}
hr {
  color: #b0af63;
}