  html,body,center{
      margin:0;
      padding:0;
      height:100%;
      border:none;
   }

#fullheight{height:100%;}
td{
font-family: Verdana;
font-size:11px;
color:#444444;
line-height: 20px;
}
h1{
font-family: Tahoma;
font-size:16px;
font-weight:bold;
color:#B6B8E2;
}
h2{
font-family: Tahoma;
font-size:18px;
}
a{
color:#3656A1;
text-decoration: none;
}
a:hover{
color:#ff0000;
text-decoration: none;
}
select {font-size:10px;}

.bottommenu{
color:#ababab;
font-size:10px;
font-weight:bold;
text-transform: uppercase;
text-decoration: none;
}
.bottommenu:hover{
color:#25408F;
font-size:10px;
font-weight:bold;
text-transform: uppercase;
text-decoration: none;
}

@media screen {.PrintOnly {display:none}}
@media print {.ScreenOnly {display:none}}


.menu
{
	font-family: arial, sans-serif;
	font-size: 11px;
	z-index: 2000;
}

.menu ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	
}

.menu li
{
	float: left;
	position: relative;
	z-index: 2000;
}

.menu table
{
	position: absolute;
	border-collapse: collapse;
	z-index: 80;
	left: -1px;
	top: 34px;
}

.menu a, .menu :visited
{
	display: block;
	font-size: 11px;
	font-weight: bold;
	width: 154px;
	height: 25px;
	line-height: 25px;
	padding: 0 0;
	text-decoration: none;
	margin-right: 0;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
}

.menu a:hover
{
	color: #3656C2;
}

.menu :hover
{
	color: #000;
	background:  #dedede;
}

.menu ul ul
{
	visibility: hidden;
	position: absolute;
	width: 154px;
	height: 0;
	z-index:2000;
}

.menu ul ul a, .menu ul ul :visited
{
	font-weight: normal;
	width: 154px;
	height: 22px;
	font-size: 10px;
	line-height: 22px;
	background: #ffffff;
	color: #000;
	text-align: center;
	text-transform: none;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)'; 
	filter: alpha(opacity=70); 
	MozOpacity:0.7; 
	opacity:0.7;
	z-index:2000;
}

.menu ul ul :hover
{
	color: #3656C2;
}

.menu ul li:hover ul, .menu ul a:hover ul
{
	visibility: visible;
	left: -1px;
	border: 1px solid #cdcdcd;
}

.menu ul li
{
	border-right: solid 1px #dedede;
}


.menu ul li:hover ul li a.hide
{
	background: #6a3;
	color: #fff;
}

.menu ul li:hover ul li:hover a.hide
{
	background: #6fc;
	color: #000;
}


.menu ul li:hover ul li a.indent
{
	padding-left: 15px;
	width: 180px;
}

.menu ul li ul li a.indent
{
	padding-left: 15px;
	width: 180px;
	background:  #dedede;
}

.menu ul li ul li a.indent:hover
{
	background:   #dedede;
}



.buttons{
color: #267FDA; 
font-weight: bold; 
background-color:#ffffff;
padding:4px;
margin: 2px;
}

.style1 {color: #999999}
.style2 {color: #3656A1}

