@charset "utf-8";
/* CSS Document */

a:link {color:#590f00; font-family: "Times New Roman", Times, serif; font-size:14px;  text-decoration:none; }
a:visited {color:#590f00; font-family: "Times New Roman", Times, serif; font-size:14px;  text-decoration:none; }
a:active  {color:#590f00; font-family: "Times New Roman", Times, serif; font-size:14px;  text-decoration:none; }
a:hover  {color:#590f00; font-family: "Times New Roman", Times, serif; font-size:14px;  text-decoration:underline; }

.FontSmall{
font-family:verdana;
font-size:10px;
}

.FontNormal{
font-family:verdana;
font-size:12px;
}

.FontHighlight{
font-family: "Times New Roman", Times, serif;
font-size:26px;
color:#590f00;
}

.FontNews{
font-family: "Times New Roman", Times, serif;
font-size:14px;
color:#666666;
}

input{
font-family: "Times New Roman";
font-size:12px;
color:#999999;
border:1px #590f00 solid;
}

textarea{
font-family: "Times New Roman";
font-size:12px;
color:#999999;
border:1px #590f00 solid;
width:300px;
height:110px;
}
