/* CSS Document */

html {
	height: 100%;
}

body 
{
	background-color: #0B85C6;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 10px;
	color: #333333;
}

td {
	text-align: left;
	font-size: 11px;
}

a:link, a:visited {
	color: #0c85c7; 
	text-decoration: underline;
	font-weight: bold;
}

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

table.contentpaneopen {
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopenheading {
	width: 100%;
	padding-left: 18px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
   padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

.contentheading{
	height: 30px;
	padding-left: 8px;
	color: #0c85c7;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
}


table.menu {
 top: 0px; 
 left: 0px; 
 position:relative ; 
 margin:0px !important ; 
 border: 0px none #FFFFFF ; 
 z-index: 1; 
}

table.menu a{
 margin:0px !important ; 
 padding: 6px 14px 6px 14px !important ; 
 display:block !important; 
 position:relative !important ; 
}

div.menu a,
div.menu a:visited,
div.menu a:link {
 font-size: 12px !important ; 
 font-family: Arial, Helvetica, sans-serif !important ; 
 text-align: left !important ; 
 font-weight: bold !important ; 
 color: #FFFFFF !important ; 
 text-decoration: none !important ; 
 margin-bottom:0px !important ; 
 display:block !important; 
 white-space:nowrap ; 
}

div.menu a:hover
{
 font-size: 12px !important ; 
 font-family: Arial, Helvetica, sans-serif !important ; 
 text-align: left !important ; 
 font-weight: bold !important ; 
 color: #000000 !important ; 
 text-decoration: none !important ; 
 margin-bottom:0px !important ; 
 display:block !important; 
 white-space:nowrap ; 
}

div.menu td {
 border-bottom: 0px solid #FFFFFF ; 
 border-top: 0px solid #FFFFFF ; 
 border-left: 0px solid #FFFFFF ; 
 background-color: #0C85C7 !important ; 
} 

div.bottommenu
{
  padding-top: 6px;
}

div.bottommenu a,
div.bottommenu a:visited,
div.bottommenu a:link {
 font-size: 12px !important ; 
 font-family: Arial, Helvetica, sans-serif !important ; 
 text-align: left !important ; 
 font-weight: bold !important ; 
 color: #FFFFFF !important ; 
 text-decoration: none !important ; 
 margin-bottom:0px !important ; 
 white-space:nowrap ; 
 padding: 10px;
}

div.bottommenu a:hover
{
 font-size: 12px !important ; 
 font-family: Arial, Helvetica, sans-serif !important ; 
 text-align: left !important ; 
 font-weight: bold !important ; 
 color: #000000 !important ; 
 text-decoration: none !important ; 
 margin-bottom:0px !important ;
 white-space:nowrap ; 
 padding: 10px;
}

