BODY
{
	FONT-FAMILY: Verdana, Arial;
	margin: 0px;
}
H1
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 24pt;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial
}
H2
{
    FONT-SIZE: 12pt;
    FONT-WEIGHT: bold;
    FONT-FAMILY: Verdana, Arial
}
H3
{
    FONT-SIZE: 12pt;
    FONT-WEIGHT: bold;
    FONT-FAMILY: Verdana, Arial
}
H4
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12pt;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial
}
H5
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial
}
H6
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial
}
BUTTON
{
    BORDER-RIGHT: 1pt solid;
    BORDER-TOP: 1pt solid;
    FONT-SIZE: 8pt;
    BORDER-LEFT: 1pt solid;
    BORDER-BOTTOM: 1pt solid;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, Arial, Helvetica
}
LABEL
{
    FONT-SIZE: 8pt;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial
}
TEXTAREA
{
    BORDER-RIGHT: 1pt solid;
    BORDER-TOP: 1pt solid;
    FONT-SIZE: 8pt;
    BORDER-LEFT: 1pt solid;
    BORDER-BOTTOM: 1pt solid;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial
}
FIELDSET
{
    BORDER-RIGHT: 1pt solid;
    BORDER-TOP: 1pt solid;
    FONT-SIZE: 8pt;
    BORDER-LEFT: 1pt solid;
    BORDER-BOTTOM: 1pt solid;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, Arial, Helvetica
}
LEGEND
{
    FONT-SIZE: 8pt;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial
}
SELECT
{
    BORDER-RIGHT: 1pt solid;
    BORDER-TOP: 1pt solid;
    FONT-SIZE: 10pt;
    BORDER-LEFT: 1pt solid;
    BORDER-BOTTOM: 1pt solid;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial
}
TABLE
{
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial
}
TH
{
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial
}
A:link
{
    COLOR: blue
}
A:visited
{
    COLOR: navy
}
A:active
{
    COLOR: green
}
A:hover
{
    COLOR: #0099FF
}
TD
{
    FONT-FAMILY: Verdana, Arial
}
.background_blue
{
    COLOR: white;
    FONT-FAMILY: Verdana, Arial;
    BACKGROUND-COLOR: blue
}
.background_grey {
	background-color: #CCCCCC;
}
.background_lightgrey {
	background-color: #ECECEC;
}
.background_lightblue {
	background-color: #99CCFF;
}
.background_lightred {
	background-color: #FFCCCC;
}
.background_red {
	background-color: #CC0033;
}
.background_white {
	background-color: #FFFFFF;
}
.background_darkblue {
	background-color: #000033;
}
.background_lightorange {
	background-color: #FFCC99;
}
.background_darkred {
	background-color: #660000;
}
.font_medium
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana, Arial
}
.font_small
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana, Arial
}
.font_smallaqua
{
    COLOR: #009999;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana, Arial
}
.font_smallred
{
    COLOR: #cc0033;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana, Arial
}
.font_smallwhite
{
    COLOR: #ffffff;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana, Arial
}
.font_x-small
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Verdana, Arial
}
.font_x-small_white
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Verdana, Arial;
		COLOR: #FFFFFF
}
.font_blue
{
    COLOR: blue;
    FONT-FAMILY: Verdana, Arial
}
.font_red
{
    COLOR: #cc0033;
    FONT-FAMILY: Verdana, Arial
}
.font_white
{
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, Arial
}
.font_tagline
{
	FONT-SIZE: 12pt;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}
.font_empty_white
{
    COLOR: #FFFFFF;
    FONT-SIZE: 0pt;
    FONT-FAMILY: Verdana, Arial
}
.font_empty_darkblue
{
    COLOR: #000066;
    FONT-SIZE: 0pt;
    FONT-FAMILY: Verdana, Arial
}
.font_empty_lightgrey
{
    COLOR: #CCCCCC;
    FONT-SIZE: 0pt;
    FONT-FAMILY: Verdana, Arial
}
.menu
{
	COLOR: white;
	FONT-SIZE: 10pt;
	FONT-FAMILY: Arial, Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
.font_smallgreen
{
    FONT-SIZE: 10pt;
    COLOR: green
}
.link_noul_small
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana, Arial;
		text-decoration: none;
}
.link_noul_smallred
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana, Arial;
    COLOR: #cc0033;
		text-decoration: none;
}
.link_noul_smallblue
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana, Arial;
    COLOR: #0000ff;
		text-decoration: none;
}
.link_noul_smallwhite
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana, Arial;
    COLOR: #ffffff;
		text-decoration: none;
}
.border_grey {
	border-top: thin solid #CCCCCC; 
	border-right: thin solid #CCCCCC;
	border-bottom: thin solid #CCCCCC;
	border-left: thin solid #CCCCCC;
}
.border_red {
	border-top: thin solid #CC0000;
	border-right: thin solid #CC0000;
	border-bottom: thin solid #CC0000;
	border-left: thin solid #CC0000;
}
.border_lightgrey_top {
	border-top: thin solid #ECECEC;
}
.border_darkred_top {
	border-top: thin solid #660000;
}
.border_darkblue_top {
	border-top: thin solid #000066;
}
.border_lightgrey {
	border-top: thin solid #ECECEC;
	border-right: thin solid #ECECEC;
	border-bottom: thin solid #ECECEC;
	border-left: thin solid #ECECEC;
}
.border_blue {
	border-top: thin solid #000066; 
	border-right: thin solid #000066;
	border-bottom: thin solid #000066;
	border-left: thin solid #000066;
}
.table_grey
{
	BACKGROUND-COLOR: #CCCCCC;
	border: #999999;
}
.table_lightpurple
{
    BORDER-RIGHT: #ff99ff thin solid;
    BORDER-TOP: #ff99ff thin solid;
    BORDER-LEFT: #ff99ff thin solid;
    BORDER-BOTTOM: #ff99ff thin solid;
    BACKGROUND-COLOR: #ffccff
}
.table_aqua
{
    BORDER-RIGHT: #00cc99 thin solid;
    BORDER-TOP: #00cc99 thin solid;
    BORDER-LEFT: #00cc99 thin solid;
    BORDER-BOTTOM: #00cc99 thin solid;
    BACKGROUND-COLOR: #33ffcc
}
.table_green
{
	BACKGROUND-COLOR: #99FFCC;
	border: thin solid #00CC66;
}
.table_white
{
	BACKGROUND-COLOR: #FFFFFF;
	border: thin solid #CCCCCC;
}
.table_darkgreen
{
	BACKGROUND-COLOR: #006633;
	border: thin solid #006633;
}
.table_darkblue
{
	BACKGROUND-COLOR: #000066;
	border: thin solid #000066;
}
.table_blue
{
	BACKGROUND-COLOR: #99CCFF;
	border: thin solid #0099CC;
}
.table_red
{
	BACKGROUND-COLOR: #FFCCCC;
	border: thin solid #FF9999;
}
.textblack
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana, Arial
}
.text_raise
{
    POSITION: relative;
    TOP: -2px
}
.underline {
	border-bottom: 1px solid #000000;
}
.sidemenu{
border: 0px;
width: 134px;
background-color: #000066;
}
.sidemenu a{
font: bold 11px Verdana;
padding: 2px;
padding-left: 2px;
display: block;
width: 100%;
color: #FFFFFF;
text-decoration: none;
}
html>body .sidemenu a{ /*Non IE rule*/
width: auto;
}
.sidemenu a:hover{
color: #003399;
}
