B
{
    FONT-SIZE: 10pt;
    COLOR: black;
    FONT-FAMILY: arial,helvetica,sans-seriff
}
H1
{
    FONT-SIZE: 18pt;
    COLOR: black;
    FONT-FAMILY: comic sans ms, arial,helvetica,sans-seriff
}
H2
{
    FONT-SIZE: 15pt;
    COLOR: black;
    FONT-FAMILY: arial,helvetica,sans-seriff
}
H3
{
    FONT-SIZE: 13pt;
    COLOR: black;
    FONT-FAMILY: arial,helvetica,sans-seriff
}

H4
{
    FONT-SIZE: 13pt;
    COLOR: black;
    font-weight: bold;
    FONT-FAMILY: arial,helvetica,sans-seriff
}
P,H5
{
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    COLOR: black;
    FONT-FAMILY: arial,helvetica,sans-seriff
}
A
{
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    COLOR: black;
    FONT-FAMILY: arial,helvetica,sans-seriff
}
A:link
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    COLOR: blue;
    FONT-FAMILY: arial,helvetica,sans-seriff;
    TEXT-ALIGN: center;
    TEXT-DECORATION: underline;
    bgcolor: white
}
A:visited
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    COLOR: #9900CC;
    FONT-FAMILY: arial,helvetica,sans-seriff;
    TEXT-ALIGN: center;
    TEXT-DECORATION: underline;
    bgcolor: white
}
TD
{
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    COLOR: black;
    FONT-FAMILY: arial,helvetica,sans-seriff
}UL
{
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    COLOR: black;
    FONT-FAMILY: arial,helvetica,sans-seriff
}
OL
{
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    COLOR: black;
    FONT-FAMILY: arial,helvetica,sans-seriff
}
SELECT
{
    FONT-SIZE: 10pt;
    COLOR: black;
    FONT-FAMILY: Arial
}
FORM
{
    FONT-SIZE: 12pt;
    COLOR: black;
    FONT-FAMILY: Arial
}
OPTION
{
    FONT-SIZE: 12pt;
    COLOR: black;
    FONT-FAMILY: Arial
}
BODY{
	border: 0;
	overflow: auto;
	height: 100%; 
	max-height: 100%; 
	background: #FFFFFF;
	margin:9px 9px 0 9px;
	padding:0;
}
#leftBar {
    position:absolute;
    width:30px;
    top:0px;
    left:0px;
    height:800;
    background:#9900CC;
}
#lowerLeftBar {
    position:absolute;
    width:30px;
    top:800px;
    left:0px;
    height:30;
    background:red;
}
#topBar {
    position:absolute;
    width:770px;
    top:0px;
    left:30px;
    height:80;
    background:#9900CC;
    padding-left: 30px;
	FONT-SIZE: 18pt;
    COLOR: white;
    FONT-FAMILY: comic sans ms, arial,helvetica,sans-seriff;
  FONT-WEIGHT: bold;
}

#topBar select {
  FONT-WEIGHT: normal;
}
#middleBar {
    position:absolute;
    width:30px;
    top:60px;
    left:30px;
    height:30;
    background:#FFFFFF;
	margin: 0px;
padding: 0px;
}
#middleCenterBar {
    position:absolute;
    width:960px;
    top:60px;
    left:45px;
    height:30;
    background:#FFFFFF;
	margin: 0px;
padding: 0px;
}
#rightBar {
    position:absolute;
    width:150px;
    top:0px;
    left:800px;
    height:60;
    background:#FFFFFF;
}
#lowerBar {
    margin-left: 30px;
    position:absolute;
    width:760;
    top:90px;
    left:30px;
    height:auto;
    background: #FFFFFF;
    margin-top: 0px;
}


.indentmenu{
font: 9px Arial;
border-bottom: 1px solid white; 
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
border: 1px solid #000000; 
border-width: 1px 0;
background: white url(back.gif) center center repeat-x;
text-decoration: none;
border-left: 1px solid black; 
}

.indentmenu ul li{
display: inline;
text-decoration: none;
}

.indentmenu ul li a{
float: left;
color: white; 
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid black; 
}

.indentmenu ul li a:visited{
color: white;
text-decoration: none;
}

.indentmenu ul li a:hover{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
font-weight: normal;
text-decoration: none;
background: red url(back2.gif) center center repeat-x;
}

.indentmenu ul li .current{
color: black !important;  /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
font-weight: bold;
text-decoration: none;
background: white;
}

