h1           { font-family: arial; font-size: 14pt; color: #c55929; font-weight:bold; margin-bottom:0 }
h2           { font-family: arial; font-size: 11pt; color: #0307ff; font-weight:bold; margin-bottom:-14 }
h3           { font-family: arial; font-size: 9pt; color: #000000; font-weight:bold; margin-bottom:0 }
p            { font-family: arial; font-size: 9pt; color: #000000; }
textarea     { font-family: arial; font-size: 9pt; color: #000000; }
body         { font-family: arial; font-size: 9pt; color: #000000; }
li           { font-family: arial; font-size: 9pt; color: #000000; }
td           { font-family: arial; font-size: 9pt; color: #000000; }
a:hover      {color: #c55929; font-family: Arial; font-size: 9pt}

a.menutab 
{
color: #000;
background: #fb0 url("images/left-tab.gif") left top no-repeat;
text-decoration: none;
padding-left: 10px
}

a.menutab span
{
background: url("images/right-tab.gif") right top no-repeat;
padding-right: 10px
}

a:hover.menutab
{
color: #FFFFFF;
background: #0307ff url("images/left-tab-hover.gif") left top no-repeat;
text-decoration: none;
padding-left: 10px
}

a:hover.menutab span
{
background: url("images/right-tab-hover.gif") right top no-repeat;
padding-right: 10px
}
a:active.menutab
{
color: #FFFFFF;
background: #0307ff url("images/left-tab-hover.gif") left top no-repeat;
text-decoration: none;
font-weight:bold;
padding-left: 10px
}

a:active.menutab span
{
background: url("images/right-tab-hover.gif") right top no-repeat;
padding-right: 10px
}

a.menutabcurrent
{
color: #FFFFFF;
background: #0307ff url("images/left-tab-hover.gif") left top no-repeat;
text-decoration: none;
font-weight:bold;
padding-left: 10px
}

a.menutabcurrent span
{
background: url("images/right-tab-hover.gif") right top no-repeat;
padding-right: 10px
}


a.button
{	
font-weight: normal;	
font-size: 10pt;	
font-family: arial;	
padding: 4px 8px;
border-top: 2px solid silver;
border-right: 2px solid black;
border-bottom: 2px solid black;
border-left: 2px solid silver;
text-align: center;	min-width: 75px;
}

a:link.button
{
background-color: #F7BB0A;
color: #000;
text-decoration: none;
}

a:visited.button
{
background-color: #F7BB0A;
color: #000;
font-size: 10pt;
text-decoration: none;
}

a:hover.button
{
background-color: #0307FF;
color: #FFF;
font-size: 10pt;
border-color: black white white black;
text-decoration: none;
}

a:active.button
{
background-color: #0307FF;
color: #FFF;
font-size: 10pt;
font-weight:bold;
text-decoration: none;
border-top: 2px solid black;
border-right: 2px solid silver;
border-bottom: 2px solid silver;
border-left: 2px solid black;
}

a.buttoncurrent
{
background-color: #0307FF;
color: #FFF;
font-size: 10pt;
font-weight:bold;
text-decoration: none;
border-top: 2px solid black;
border-right: 2px solid silver;
border-bottom: 2px solid silver;
border-left: 2px solid black;
}

a:hover.buttoncurrent
{
background-color: #0307FF;
color: #FFF;
font-size: 10pt;
border-color: black white white black;
text-decoration: none;
}