html, body, form {
	height: 100%;
	margin: 2px;
	padding: 2px;
}

P {
	text-align : justify;
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
	font-size : 10pt;
}

SPAN.1 {
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
	font-weight : bold;
	font-size : 10pt;
}


 A {
	text-decoration : none;
	color : #000099;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : italic;
	font-size : 10pt;
}

a:hover {
	color : #FF0000;	
}


SPAN.newsfeed  A {
	text-decoration : none;
	color : #000099;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	font-size : 8pt;
}


DIV.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
}

SPAN.newfeed {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size : 8pt;
}


 A.submenu {
	text-decoration : none;
	color : #000099;
	font-size : 8pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
}

A.Menu {
	text-decoration : none;
	color : #000099;
	font-size : 8pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
}

A.Menu:HOVER {
	color : #FF0000;
}

A.submenu:HOVER {
	color : #FF0000;
}


SPAN.current {
	text-decoration : none;
	color : #FF0000;
	font-size : 8pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}

 BODY, TD {
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
	font-size : 10pt;
}

td.helpdesk {
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
	font-size : 10pt;
}


 LI {
	font-style : italic;
	font-family : Arial, Helvetica, sans-serif;
}

DIV.saying {
	font-style : italic;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

SPAN.title {
	color : #000099;
	font-size : 14pt;
	font-family : Arial, Helvetica, sans-serif;
	font-style : italic;
	font-weight : bold;
}

SPAN.biotitle {
	color : #000099;
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	font-style : italic;
	font-weight : bold;
}

SPAN.biosubheading {
	color : #000099;
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}


SPAN.biosubtitle {
	color : #CC0000;
	font-size : 8pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}

SPAN.bioemail {
	color : #000099;
	font-size : 8pt;
	font-family : Arial, Helvetica, sans-serif;
	font-style : italic;
}




SPAN.topic {
	color : #FF0000;
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
}

SPAN.heading {
	color : #ffffff;
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	font-style : italic;
	font-weight : bold;
}

/* START main menu */
#main-menu {
	float:right;
	margin:2px 2px 0 0;
	width:580px;
}
#main-menu .services-button a, #main-menu .services-button a:hover, #main-menu .services-button-selected a, #main-menu .services-button-selected a:hover  {
	display:block;
	float:left;	
	height:15px;
	text-indent:-9000px;
}
#main-menu .services-button a, #main-menu .services-button a:hover, #main-menu .services-button-selected a {
	width:75px;
	padding:1px 0 1px 1px;
}
/* END main menu */

/* START secondary menus */
#main-menu li {
	position:relative;
	display:inline;
	float:left;
	z-index:10;
}
#main-menu li .secondary-menu {
	display:block;
	position:absolute;
	visibility:hidden;	
	z-index:10;	
	width:192px;
    text-align:left;
}
/* Sub level menu list items */
#main-menu li .secondary-menu li {
	display:block;
    left:-15;
	float:left;
	width:192px;
}
#main-menu .secondary-menu li a, #main-menu .secondary-menu li a:hover {
	background-image:none;
	float:left;
	padding:2px 2px 2px 6px;
	text-indent:0;
	width:180px;
	background-color:#E0FFFF;
}
#main-menu .secondary-menu li a:hover {
	background-color:#EEFFFF;
}
/* END secondary menus */

