/* CSS Document */

html body {
	font-family: Verdana;
	margin: 0;
	padding: 0;
	text-align:center;
	background-color: #ffffff;

}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

.tabular {
	font-size : 8pt;
	width : 90%;
	border : 1px solid #333333;
}
#headerlink {
  background-color:#222222;
	color: #ffffff;
	font-size: 8pt;
	padding:1px;
	cursor:pointer;
}

#headermenubk {
	background-color:#083F7F;
	color:#ffffff;
	font-size: 8pt;
	border-color:#9AB5CA;
	border: 1px #9AB5CA solid;
	border-left: 0px;
	border-right: 0px;
}

#footertd {
	text-align:center;
	font-size:8pt;
	color: #405159;
	padding-top: 10px;
	border-top: 1px blue solid;
}

a {
	color: #aaaaaa;
	text-decoration: none;
/**	font-style: italic;**/
}

p {
	text-align: justify;
}

h2 {
	font-size: 10pt;
	font-weight: 800;
	background-color:#eee;
}

#title {
	font-size: 8pt;
	font-weight: 800;
}

#text1
{
  font-size: 7pt;
  font-weight: normal;
}

#txt ul li {
list-style-type:disc;
margin-left:25px;
}

#txt ol li {
margin-left:25px;
list-style-type: decimal;
}

#datatbl tr td {
font-size:8pt;
}

td, tr
{
font-size:8pt;

}
/** MENU CSS **/

#menu {
position: relative;
/** top: 0;
left: 0;
**/
z-index:100;
width: 420px;
}
#menu dl {
float: left;
width: 80px;
margin: 0 1px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-size: 8pt;
font-family: arial;
/** background: #ccc; **/
/**border: 1px solid gray; **/
}
#menu dd {
position:absolute;
border: 1px solid gray;
width:130px;
}
#menu li {
text-align: left;
padding-left:3px;
/**background: #469; **/
background: #fff;
}
#menu li a, #menu dt a {
color: #405159;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}

#menu dt a:hover {
}

#menu li a:hover {
background: #eee;
color: #444444;
}

#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray;
}

/** END MENU CSS **/


/** SIDEEND MENU CSS **/

#sidemenu {
position: relative;
top: 0;
left: 0;
z-index:100;
width: 186px;
background-color: #eeeeee;
color: #000;
border-bottom: 1px white solid;
}

#sidemenu dl {
float: top;
width: 186px;
height:30px;
vertical-align: middle;
margin: 0 1px;
border-top: 1px white solid;
}
#sidemenu dt {
cursor: pointer;
text-align: left;
font-size: 8pt;
font-family: arial;
font-weight:bold;
color: #183238;
padding: 5px;
vertical-align: middle;
/** background: #ccc; **/
/**border: 1px solid gray; **/
}
#sidemenu dd {
position:relative;
border: 1px solid gray;
vertical-align:middle;
display: table;
}
#sidemenu li {
text-align: left;
background: #fdfdfd;
padding-top:5px;
padding-bottom: 5px;
padding-left: 8px;
border-bottom: 1px #eee solid;
font-size: 8pt;
color: #2a545d;
}
#sidemenu li a, #sidemenu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#sidemenu li a:hover, #sidemenu dt a:hover {
background: #eee;
}

#sidemenu a{
text-decoration: none;
color: black;
color: #222;
}

/** END SIDEEND MENU CSS **/



.normaltext {
font-size: 0.8em;
font-family: verdana;
}

.grey{
color: #656565;
}