/* CSS Document */

.body
{ font-family: Arial; font-size: 10px; color: #000000; font-weight: none; }

.bodybold
{ font-family: Arial; font-size: 11px; color: #D02026; font-weight: none; }

.body_p
{ font-family: Arial; font-size: 10px; color: #333333; font-weight: none; padding-left: 10px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;}

.body11 { font-family: Arial; font-size: 11px; color: #000000;   font-weight: none;}

.a a:link{ font-family: Arial; font-size: 10px; color: #333333; text-decoration: underline; font-weight: none; }
.a a:visited {font-family: Arial; font-size: 10px; color: #333333;  text-decoration: underline; font-weight: none;}
.a a:active {font-family: Arial; font-size: 10px; color: #333333; text-decoration: underline; font-weight: none;}
.a a:hover{ font-family: Arial; font-size: 10px; color: #333333; text-decoration: underline; font-weight: none; }

.a_nu a:link{ font-family: Arial; font-size: 10px; color: #333333; text-decoration: none; font-weight: none; }
.a_nu a:visited {font-family: Arial; font-size: 10px; color: #333333;  text-decoration:  none; font-weight: none;}
.a_nu a:active {font-family: Arial; font-size: 10px; color: #333333; text-decoration: none; font-weight: none;}
.a_nu a:hover{ font-family: Arial; font-size: 10px; color: #333333; text-decoration:  underline; font-weight: none; }


.input_box{
border-width: 1px;
border-style: solid;
border-color: #666666;
padding: 2px;
background-color: #ffffff;
font-size: 10px;
font-family: Verdana;
width: 250px;
padding: 2px;
line-height: 8px;
color: #000000;
}
.textarea {
width: 370px;
border-width: 1px;
border-style: solid;
border-color: #666666;
background-color: #ffffff;
}
.button {
border-width: 1px;
border-style: solid;
border-color: #cccccc;
background-color : #cccccc;
font-size: 11px;
font-family: Arial;
color: white;
font-weight: bold;
width: 80px;
color: #000000;
}
.select {
background-color: #000000;
color: #ffffff;}


.borderred {
border-bottom: solid 5px #D02026;

}
 


}