<!--
 body {
  	margin:0px 0px 0px 0px;
  	background-color: #000;
    font-size: 11pt;
	font-family: verdana,helvetica,arial, sans-serif;
	color: #fff;
}

strong {
	color: #fff;
}

h1 {
	margin:10px 10px 5px 10px;
	font-family: arial,helvetica,verdana, sans-serif;
	font-size: 14pt;
	color: #fff;
 	}
 	
h2 {
	margin:5px 10px 5px 10px;
	font-family: arial,helvetica,verdana, sans-serif;
	font-size: 13pt;
	text-decoration:underline;
 	}
 	
 h3 {
	margin:10px 10px 5px 10px;
	font-family: arial,helvetica,verdana, sans-serif;
 	font-size: 11pt;
 	}

p {
	margin:10px 10px 10px 10px;
	line-height: 130%;
	color:#000000;
	background-color: inherit;
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-align: justify;
 }
	
	.text {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color:#000000;
	background-color: inherit;
	margin-top:2px; 
	font-weight: normal}

	.textgrey {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color:#8F8F8F;
	margin-top:2px; 
	font-weight: normal}

	.greylinks {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color:#8F8F8F;
	margin-top:2px; 
	text-decoration:none}

	.textbig {
	font-family: Arial, sans-serif;
	font-size: 22px;
	color:#043367;
	margin-bottom:2px; 
	font-weight: normal}

	.whitelinks {  
	font-family: verdana, sans-serif;
	font-size: 11px;
	color:#ffffff;
	text-decoration:none}

	.whitelinks2 {  
	font-family: Arial, verdana, sans-serif;
	font-size: 14px;
	color:#ffffff;
	font-weight: bold
	text-decoration:none}

	.blacklinks {  
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color:#000000;
	background-color: inherit;
	font-weight: bold;
	text-decoration:none;
}

	.blacklinks1 {  
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color:#000000;
	background-color: inherit;
	text-decoration:none}

	.ask {
	font-weight: bold}

	.ask2 {
	list-style-type: none}

	a:hover {  
	text-decoration:underline;
	}
	.tinput {
	BORDER-BOTTOM: #898989 1px solid; BORDER-LEFT: #898989 1px solid; BORDER-RIGHT: #898989 1px solid; BORDER-TOP: #898989 1px solid; FONT-FAMILY: Arial, sans-serif; FONT-SIZE: 11px
}

textarea,input,select {
	BORDER-BOTTOM: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; FONT-FAMILY: Arial, sans-serif; FONT-SIZE: 11px
}
.cbtn {
	BORDER-BOTTOM: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; COLOR: #000000; background-color: inherit; FONT-FAMILY: Verdana,Helvetica,Tahoma, Verdana, Sans-serif; FONT-SIZE: 11px; PADDING-BOTTOM: 1px; PADDING-LEFT: 1px; PADDING-RIGHT: 1px; PADDING-TOP: 1px
}

form {
	margin: 0;
}

tr.blacklinks1 {
	color: inherit;
	background-color: #000;
}


	
#fomenu-container
{
/*position: absolute;*/
top: 1em;
left: 1em;
}

#fomenu
{
font-size: small;
font-family: arial, helvetica, sans-serif;
width:100%;
float:left;
}

#fomenu a
{
text-align: center;
display:block;
white-space:nowrap;
margin:0;
padding: 0.3em;
}

#fomenu a:link, #fomenu a:visited, #fomenu a:active/* menu at rest */
{
font-family: verdana, sans-serif;
font-size: 11px;
color:#ffffff;
text-decoration:none
}

#fomenu a:hover/* menu on mouse-over  */
{
font-family: verdana, sans-serif;
font-size: 11px;
color: #ffffff;
text-decoration: underline;
/*background-color: #919499; */
}

#fomenu a.top_parent, #fomenu a.top_parent:hover  /* attaches down-arrow to all top-parents */
{
/*background-image: url(navdown_white.gif);
background-position: right center;
background-repeat: no-repeat;*/
}

#fomenu a.parent, #fomenu a.parent:hover /* attaches side-arrow to all parents */
{
background-color: #a1a4a9;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color:#000000;
/*	background-color: inherit;
	text-decoration:none
*/
    /*background-image: url(nav_white.gif);
background-position: right center;
background-repeat: no-repeat;*/
}

#fomenu ul
{
list-style:none;
margin:0;
padding:0;
float:left;
width:99px;/* width of all menu boxes */
/* NOTE: For adjustable menu boxes you can comment out the above width rule.
However, you will have to add padding in the "#menh a" rule so that the menu boxes
will have space on either side of the text -- try it */
}

#fomenu li
{
position:relative;
min-height: 1px; /* contribution for IE7 */
vertical-align: bottom; /* contribution for IE7 */
}

#fomenu ul ul
{
position:absolute;
z-index:500;
top:auto;
display:none;
padding: 1em;
margin:-1em 0 0 -1em;
}

#fomenu ul ul ul
{
top:0;
left:100%;
}

div#fomenu li:hover
{
cursor:pointer;
z-index:100;
}

div#fomenu li:hover ul ul,
div#fomenu li li:hover ul ul,
div#fomenu li li li:hover ul ul,
div#fomenu li li li li:hover ul ul
{display:none;}

div#fomenu li:hover ul,
div#fomenu li li:hover ul,
div#fomenu li li li:hover ul,
div#fomenu li li li li:hover ul
{display:block;}


#nav-top {
padding: 0;
background: url(images/top-bar.png) repeat;
text-align: center;
position:fixed;
top:0;
height: 22px;
width:100%;
}
#nav-top a {
background: transparent;
color: #fff;
text-decoration: none;
font-weight: bold;
font-variant: small-caps;
}
#nav-top a:hover {
color: #f0e68c;
background: transparent;
}
#nav-top a span, p.accesskey span {
text-decoration: underline;
}
-->
