#form1
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
#form1 .style3
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 18px;
    font-weight: bold;
    color: #FF9A00;
}
#form1 .style4
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 14px;
}
#form1 .header1
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 20px;
}
#form1 select
{
    width: 170px;
}
#form1 input
{
    width: 168px;
    border: 1px solid;
}
#form1 .submit
{
    background: #FFCC00;
    border: 1px solid #000000;
    height: 23px;
    cursor: pointer;
    font-weight: bold;
}
.mycss
{ 
    font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 11px; color: #008000;
}
.content
{ 
    font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color:Black;
}
.button
{
    background: #FFCC00;
    border: 1px solid #000000;
    height: 23px;
    cursor: pointer;
    font-weight: bold;
}
.show
{
	display:inline
}
.Hide
{
	display:none
}

.submit
{
    background: #FFCC00;
    border: 1px solid #000000;
    height: 23px;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
}
