/* CSS Document */

BODY { font-family: "Times New Roman",Georgia, Times, serif; font-size:16px; color:#462f26; line-height:18px; margin:0; background-color:#fff1e2;}
TD { font-family: "Times New Roman",Georgia, Times, serif; font-size:16px; color:#462f26; line-height:18px;}
select { font-family: "Times New Roman",Georgia, Times, serif; font-size:16px; color:#462f26; line-height:18px; width:200px;}

A:link    {color:#FF0030;text-decoration:none;}
A:visited {color:#FF0030;text-decoration:none;}
A:active  {color:#FF0030;text-decoration:none;}
A:hover  {color:#FF0030;text-decoration:underline;}

h1 {font-size:24px; color:#FF0030; line-height:42px; font-weight:100; text-align:center;}
h2 {font-size:24px; color:#533b27; line-height:42px; font-weight:100; text-align:center;}
h3 {font-size:24px; color:#FF0030; line-height:20px; font-weight:100;}
h4 {font-size:24px; color:#533b27; line-height:20px; font-weight:100;}

.bg_brown {background-color:#f6ddc4;}
.sm_text {font-size:12px; color:#825c48;}

.float_left {float:left; padding-right:16px; padding-bottom:8px;}
.float_right {float:right;}

input.btn{
   color:#462f26;
   height:24px;
   font-family: "Times New Roman",Georgia, Times, serif;
   font-size:16px;
   font-weight:bold;
   background-color:#ffffff;
   border:1px solid;
   border-top-color:#825c48;
   border-left-color:#825c48;
   border-right-color:#825c48;
   border-bottom-color:#825c48;}
   
   input.btnhov{
   color:#ffffff;
   border-top-color:#825c48;
   border-left-color:#825c48;
   border-right-color:#825c48;
   border-bottom-color:#825c48;
   background-color:#825c48;   
   }
   
input.btnsmall {
   color:#462f26;
   height:24px;
   font-family: "Times New Roman",Georgia, Times, serif;
   font-size:16px;
   font-weight:bold;
   background-color:#ffffff;
   border:1px solid;
   border-top-color:#eb0d1c;
   border-left-color:#eb0d1c;
   border-right-color:#eb0d1c;
   border-bottom-color:#eb0d1c;}
   
   input.btnsmallhov{
   color:#ffffff;
   border-top-color:#eb0d1c;
   border-left-color:#eb0d1c;
   border-right-color:#eb0d1c;
   border-bottom-color:#eb0d1c;
   background-color:#eb0d1c;   
   }