body 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 10px;
	color: #b0b0b0;
}

table 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 10px;
    line-height: 18px;
	color: #b0b0b0;
}

a
{
    outline: none;
}
a.menu:link, a.menu:visited, a.menu:active
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-decoration: underline;
    color:#ffff00;
    outline: none;
}

a.menu:hover
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-decoration: underline;
    color:#008edf;
    outline: none;
}

/* CONTACT FORM ELEMENTS */
.contact_form_text
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 16px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none; 
}

.contact_form_text_missing
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 16px;
    color: #FFFFFF;
    text-decoration: none;
    background: #F00000;
    font-weight: bold; 
    padding: 1px 5px; 
}

.contact_form_text_missing_msg
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 16px;
    color: #FFFFFF;
    text-decoration: none;
    background: #F00000;
    font-weight: bold; 
    padding: 1px 5px; 
}

.contact_form_textbox
{
    border: 1px solid #b0b0b0;
    font-family: verdana,Sans-Serif;
    font-size: 9pt;
    height: 18px;
    background-color: #d0d0d0;
}


.contact_form_form
{
    margin: 0px, 0px, 0px, 0px;
}

.contact_form_button
{
	/*border: 1px black solid;
	font-family: verdana,Sans-Serif;
	font-size: 8pt;*/
    
    height: 19px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	border : 1px outset #ffffff;
	background: #D7D7D7;
    background-image: url(images/btbg.gif);
    background-repeat: repeat-x;
    vertical-align: absmiddle;
    
}

.contact_form_textarea
{
    border: 1px solid #b0b0b0;
    font-family: verdana,Sans-Serif;
    font-size: 9pt;
    background: #d0d0d0;
}

.contact_form_checkbox
{
    border: 1px solid #ff0000;
    font-family: verdana,Sans-Serif;
    font-size: 9pt;
}


.contact_form_filebox
{
    border: 1px solid #b0b0b0;
    font-family: verdana,Sans-Serif;
    font-size: 9pt;
    background-color: #d0d0d0;
}

fieldset
{
    border: 1px solid #b0b0b0;
    background: #000000;
    padding: 5px 15px
}

legend
{
    font-family: verdana,Sans-Serif;
    font-size: 10px;
    color: #ffff00;
    background: #000000;
    border: 1px solid #000000;
    padding: 1px 6px
}
/************************************/

.legendreg
{
    font-family: verdana,Sans-Serif;
    font-size: 10px;
    color: #b0b0b0;
    background: #000000;
    border: 1px solid #000000;
    padding: 1px 6px
}