
.WizardTitle
{
	font-family: Verdana;
    font-size: 14pt;
}
.WizardSubTitle
{
	font-family: Verdana;
    font-size: 12pt;
}
.WizardStepText
{
	
}
h1 {
	font-size: 14px;
	color: #339999;
}
.textHead, h2 {
	font-style: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
h2 {
	margin: 15px 0;
}

.SectionHeader
{
	font-family: tahoma;
    font-size: 10pt;
    font-weight: bold;
}
.SectionHeader2
{
	font-family: Verdana;
    font-size: 12pt;
    font-weight: bold;
}
.GeneralText
{
	font-family: tahoma;
    font-size:9pt;
}
.GeneralTextB
{
	font-family: tahoma;
    font-size:9pt;
    font-weight: bold;
}
.GeneralText2
{
	font-family: tahoma;
    font-size:8pt;
}
.GeneralText2B
{
	font-family: tahoma;
    font-size:8pt;
    font-weight: bold;
}

.GeneralText a
{
	font-family: tahoma;
    font-size:9pt;
    color: #339999;
    text-decoration: underline;
}
.GeneralText a: hover
{
	font-family: tahoma;
    font-size:9pt;
    color: #339999;
    text-decoration: none;
}

.LeftNavItem
{
	font-family: tahoma;
    font-size:9pt;
    color: #339999;
    font-weight: normal;
    text-decoration: none;
}
.LeftNavItem a
{
	font-family: tahoma;
    font-size:9pt;
    color: #339999;
    font-weight: normal;
    text-decoration: none;
}
.LeftNavItem a:hover
{
	font-family: tahoma;
    font-size:9pt;
    color: #339999;
    font-weight: normal;
    text-decoration: underline;
}
.LeftNavItemSelected
{
	font-family: tahoma;
    font-size:9pt;
    color: #339999;
    font-weight: bold;
    text-decoration: none;
}
.LeftNavItemSelected a
{
	font-family: tahoma;
    font-size:9pt;
    color: #339999;
    font-weight: bold;
    text-decoration: none;
}
#myform{ 
float: right;
margin: 0;
padding: 0;
}

#myform .textinput{
width: 190px;
border: 1px solid gray;
}

#myform .submit{
font: bold 11px Verdana;
height: 22px;
background-color: lightyellow;
}

body
{
    font-family: tahoma;
    font-size:9pt;
    background: #B3B3B3;
}
input.btn{
   color:white;
   font-family:helvetica,sans-serif;
   font-size:8pt;
   font-weight:600;
   background-color:#339999;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
}
      
input.btnhover{
    background-color:#33CCCC;
   border-top-color:#c63;
   border-left-color:#c63;
   border-right-color:#930;
   border-bottom-color:#930;
   color:white;
}

a{
color: #339999;
}
a.navlink{
text-decoration: none;
color: white;
font: bold;
padding: 0 8px;
}
a.green{
color: #CC6699;
}
td.current{
background: #CC6699;
}

.menu1{
margin-left:0px;
padding-top:5px;
display:block;
text-decoration: none;
color: #000000;
}

.submenu{
background-repeat:no-repeat;
display: block;
margin-left: 5px;
padding-left: 0px;
color: #339999;
text-decoration:none;
}

.show{
display: block;
}

.hide{
display: none;
}