
/*-------------------------------------------------*/
body, html
{
   font-size: 90%;
   font-family: arial, verdana;
   line-height: 1.5;
   margin: 0px;
   padding: 0px;
}

/*-------------------------------------------------*/
table
{
   font-size: 90%;
   font-family: arial, verdana;
}

/*-------------------------------------------------*/
h1
{
    font-size: 150%;
    line-height: 140%;
    font-family: arial, verdana;
}

/*-------------------------------------------------*/
h2
{
    font-size: 140%;
    line-height: 140%;
    font-family: arial, verdana;
}

/*-------------------------------------------------*/
h3
{
    font-size: 120%;
    line-height: 140%;
    font-family: arial, verdana;
}

/*-------------------------------------------------*/
h4
{
    font-size: 120%;
    font-weight: bold;
    line-height: 100%;
    font-family: arial, verdana;
    color: #273945;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

/*-------------------------------------------------*/
h5
{
    font-size: 100%;
    font-weight: bold;
    line-height: 140%;
    font-family: arial, verdana;
    color: #273945;
    margin-bottom: 5px;
}

/*-------------------------------------------------*/
a:link
{
color : #BD521E;
text-decoration: underline;
cursor: pointer;
}

/*-------------------------------------------------*/
a:visited
{
color : #BD521E;
}

/*-------------------------------------------------*/
a:hover
{
color : #D4814B;
text-decoration : none;
}

/*-------------------------------------------------*/
a:active
{
color : #BD521E;
}

/*-------------------------------------------------*/
input
{
width: 345px;
background-color: #F0F4F7;
color: #273945;
}

/*-------------------------------------------------*/
.formbutton
{
width: 150px;
height: 30px;
border: 1px outset #000;
background-color: #F0F4F7;
color: #273945;
}
