BODY {
	
	Background-color: black;
}

a:link{
           font: 11px arial;
           color: blue;
           font-weight: bold;
           text-decoration:underline;
}

a:visited{
           font: 11px arial;
           color: blue;
           font-weight: bold;
           text-decoration:underline;
}

a:active{
           font: 11px arial;
           color: blue;
           font-weight: bold;
           text-decoration:underline;
}

a:hover{
           color: #006699;
           font-weight: bold; 
           text-decoration:underline;
}

.white2blue{
           font: 11px arial;
           color: white;
           font-weight: bold;
           text-decoration:none;
}

a.white2blue:link{
           font: 11px arial;
           color: white;
           font-weight: bold;
           text-decoration:none;
}

a.white2blue:visited{
           font: 11px arial;
           color: white;
           font-weight: bold;
           text-decoration:none;
}

a.white2blue:hover{
           color: 3399ff;
           font-weight: bold;
}

a.white2blue:active{color: white;}


.black2blue{
           font: 12px arial;
           color: black;
           font-weight: bold;
           text-decoration:none;
}

a.black2blue:link{
           font: 12px arial;
           color: black;
           font-weight: bold;
           text-decoration:none;
}

a.black2blue:visited{
           font: 12px arial;
           color: black;
           font-weight: bold;
           text-decoration:none;
}

a.black2blue:hover{
           color: 3399ff;
           font-weight: bold;
}

a.blue2blue:active{color: black;}

.buttonmenu{
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 150px;
}

.buttonmenu li a{
        color: black;
        display: block;
        width: 150px;
        padding: 2px 2px;
        text-decoration: none;
        text-align: center;
        font: 11px arial;
        font-weight: bold;
        background-color: white;
}

.buttonmenu li a:visited{color: black;}
.buttonmenu li a:hover, .buttonmenu li a:active{color: black; background-color: #83C7FE; border: 2px outset}


td {
        font-family: Arial,Tahoma,Helvetica, sans-serif; 
        font-size: 11px; 
        color: #000000; 
        font-weight:normal; 
        line-height:150%;
}
.menu {
	font-family:  Arial, Tahoma, Verdana,  Helvetica, sans-serif; 
	font-size: 11px; 
	color: #545454; 
	line-height:18px; 
	text-decoration:none; 
	font-weight:bold;
}
.menu:hover {
	font-family:  Arial, Tahoma, Verdana,  Helvetica, sans-serif; 
	font-size: 11px; 
	color: #3399ff; 
	line-height:18px; 
	text-decoration:none; 
	font-weight:bold;
}
.topmenu {
	font-family:   Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #ffffff; 
	line-height:18px; 
	text-decoration:none; 
	font-weight:bold;
}
.topmenu:hover {
	font-family:   Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #ffffff; 
	line-height:18px; 
	text-decoration:underline; 
	font-weight:bold;
}
.orange {
	font-family:   Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #ffffff; 
	line-height:18px; 
	text-decoration:none; 
	font-weight:bold;
}
.orange:hover {
	font-family:   Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #ffffff; 
	line-height:18px; 
	text-decoration:underline; 
	font-weight:bold;
}
.big {
	font-family: Tahoma, verdana, Arial, Helvetica, sans-serif; 
	font-size: 24px; 
	color: #000000; 
	line-height:16px; 
	text-decoration:none; 
	font-weight: normal; 
}
.big2 {
	font-family: Tahoma, verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color: #505050; 
	line-height:18px; 
	text-decoration:none; 
	font-weight: normal; 
}

.big2aqua {
	font-family: Arial, Tahoma, verdana,  Helvetica, sans-serif; 
	font-size: 16px; 
	color: #006699; 
	text-decoration:none; 
	font-weight: bold;
}

.big3 {
	font-family: Arial, Tahoma, verdana,  Helvetica, sans-serif; 
	font-size: 12px; 
	color: black; 
	line-height:15px; 
	text-decoration:none; 
	font-weight: bold; 
}

.big3normal {
	font-family: Arial, Tahoma, verdana,  Helvetica, sans-serif; 
	font-size: 12px; 
	color: black; 
	line-height:15px; 
	text-decoration:none; 
	font-weight: normal; 
}


.big3aqua {
	font-family: Arial, Tahoma, verdana,  Helvetica, sans-serif; 
	font-size: 12px; 
	color: #006699; 
	line-height:15px; 
	text-decoration:none; 
	font-weight: bold; 
}

.footermenu {
	font-family:   Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000; 
	line-height:18px; 
	text-decoration:none; 
	font-weight:Normal;
}


.hovermenu ul{
        height: 10px;
        valign: middle;
        font-family: Arial, Tahoma, verdana,  Helvetica, sans-serif; 
        font-size: 14px;
        font-weight: bold;
        padding-top: 4px;
        padding-left: 5px;
        margin-left: 0;
        margin-top: 4px;
}

.hovermenu ul li{
       list-style: none;
       display: inline;
}

.hovermenu ul li a{
       padding: 2px 0.5em;
       text-decoration: none;
       float: left;
       background-color:#003366;
       color: white;
}

.hovermenu ul li a:hover{
      background-color: #83C7FE;
      color: black;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
      border-style: inset;
}