/* CSS Document */
body
{
   margin: 0px;
   font-family: Verdana, Arial, Serif;
   font-size: 12px;
   background-color:#8D2115
}

.Head
{
color:white;
font-weight:bold;
text-align:center;
width:959px;
height:35px;

}

.line
{
background-color:#ED821A;
width:10px;
}

.line_white
{
width:20px;
}

.main
{
padding:20px 20px 20px 20px;
line-height:20px;
}

.content
{
background-color:white;
padding-left:25px;
}

.content2
{
background-color:white;
padding:15px 80px 40px 80px;

}

.hour
{
background-color:#F8F4E8;
padding:10px 2px 12px 18px;
line-height:20px;
width:180px;
vertical-align:text-top;
}

.box
{
   border: dashed 1px #CDCDCD;
   padding-top:5px; 
   padding-left:5px;  
   padding-right:5px;
   padding-bottom:5px;
   text-align:left;
   background-color:#E6E6E6;
}

.boxtexttwo
{
font-weight:600;
color:#411616;
}

.nlink
{
color:white;
text-decoration:none;
}

.nlink:hover
{
color:white;
text-decoration:underline;
}
.link
{
color:#411616;
text-decoration:underline;
}

.link:hover
{
color:#6E4E20;
text-decoration:none;
}