A {font-family:Verdana,arial,helvetica; font-size:10pt}
A:link {color:darkblue; font-weight:normal; text-decoration: underline}
A:visited {color: darkpink; font-weight:normal; text-decoration: underline}
A:hover {text-decoration: underline; color: red; font-weight:bold;}
A:active {color: lightblue;}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: right;
    height: 22px;
    margin-right: 6px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 10px;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

H1 {font-family:Verdana,arial,helvetica; font-size:14pt; font-weight:bold;}

P {font-family:Verdana,arial,helvetica; font-size:10pt; font-weight:normal;}

TD {font-family:Verdana,arial,helvetica; font-size:10pt; font-weight:normal;}

UL {font-family:Verdana,arial,helvetica; font-size:10pt; font-weight:normal;}

OL {font-family:Verdana,arial,helvetica; font-size:10pt; font-weight:normal;}

#leftmargin { position: absolute; left: 0px; top: 355px; width:250px; z-index:5; }

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	scrollbar-3dlight-color: #396371;
	scrollbar-darkshadow-color: #396371;
	scrollbar-face-color: #396371;
	scrollbar-highlight-color: #71C6E3;
	scrollbar-shadow-color: #63CDF1;
	scrollbar-track-color: #1C3239;
}

.Red { font-family: Verdana,arial,helvetica; color: #FF0000; font-size: 8pt; font-weight: bold; }
.DarkBlue { font-family: Verdana,arial,helvetica; color: DarkBlue; font-size: 8pt; font-weight: bold; }

.LargeTitleBlack {
	font-weight: bold;
	font-size: 24pt
	color: #000000;
}
.MediumTitleBlack {
	font-weight: bold;
	font-size: 18pt;
	color: #000000;
}
.SmallTitleBlack {
	font-weight: bold;
	font-size: 12pt;
	color: #000000;
}
.LargeTitle {
	font-weight: bold;
	font-size: 24pt;
	color: #0099CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.MediumTitle {
	font-weight: bold;
	font-size: 18pt;
	color: #0099CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.SmallTitle {
	font-weight: bold;
	font-size: 12pt;
	color: #FF6633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.NormalArialBody {
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.SmallArialBody {
	font-weight: normal;
	font-size: 9px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.NormalHighLight {
	font-weight: normal;
	font-size: 11pt;
	color: #000000;
	background-color: #ffff00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.NormalBoldHighLight {
	font-weight: bold;
	font-size: 11pt;
	color: #000000;
	background-color: #ffff00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.LargeOrangeTitle {
	font-weight: bold;
	font-size: 24pt
	color: #FF6633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.MediumOrangeTitle {
	font-weight: bold;
	font-size: 18pt;
	color: #FF6633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.SmallOrangeTitle {
	font-weight: bold;
	font-size: 12pt;
	color: #FF6633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.NormalFont {
	font-weight: normal;
	font-size: 11pt;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.SmallerNormalFont {
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Black {
	font-weight: normal;
	font-size: 11pt;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Blue {
	font-weight: normal;
	font-size: 12pt;
	color: darkblue;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.BlackTitle {
	font-weight: bold;
	font-size: 18pt;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.BlueTitle {
	font-weight: bold;
	font-size: 18pt;
	color: darkblue;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}