body {
	margin: 0px;
	background-image: url(images/bg.gif);
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
        
}
table.linkcontainer td{
	background-color: #000000;
	filter:alpha(opacity=60);
	opacity: .6;
	-moz-opacity: .6;
         
}
td.logo_area{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
td.middle_spacer {
	width: 760px;
	background-color: #82151A; 
	height: 5px;
        
        
}
td.shadow_right {
	background-image: url(../images/border_shadow_l.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
td.shadow_left {
	background-image: url(../images/border_shadow_r.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
td.body_content {
	padding: 5px;
	background-color: #FFFFFF;
	
}
td.below_header{
	background-color: #82151A;
	height: 5px;
	color: #FFFFFF;
	padding: 5px;
}
td.main_content_box {
	background-color: #FFFFFF;
}

td.horizontal_column {
	background-color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	height: 150px;
	display: table-cell;
	vertical-align: top;
}
td.bottom_link_container {
        border: 1px solid #800000;
	background-color: #000000;
	text-align: center;
	color: #FFFFFF;
	padding: 5px;
        
}

td.horizontal_center {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #800000;
	border-right-color: #800000;
	border-bottom-color: #800000;
	border-left-color: #800000;
	height: 150px;
	display: table-cell;
	vertical-align: top;
	background-image: url(images/header_bg2.jpg);
}
td.header_column {
	height: 0px;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 12px;
	background-image: url(images/header2_bg.jpg);
	background-position: top;
}
td.left_content {
	width: 200px;
	padding: 5px;
	vertical-align: top;
	background-color: #EAEAEA;
	border-right: 1px dotted #82151A;

}

a.main_link:active,a.main_link:visited,a.main_link:link{
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	color: #FFFFFF;
	line-height: 25px;
}
a.main_link:hover{
	background-color:#333333;
	color: #FFFFFF;
}
a.bottom_link:active,a.bottom_link:visited,a.bottom_link:link{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
a.bottom_link:hover{
	color: #FF0000;
}
div.bottom_content{
	
	background-color: #1F1F1F;
	height: 25px;
	padding: 5px;
}
div.navigation {
	height: 25px;
	vertical-align: middle;
	text-align: center;	
	font-size: 11px; 
}
.footer	{
    font-size: 10px;
    color: #FFFFFF;
	}
p {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333; 
}
p, a {
    color: #800000;
      }
p, a:hover {
    color: #000000;
      } 
.headline {
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 3px;

}
.brief {
    color: #F5F5F5;
    font-size: 11px;
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 3px;
    

}
.brief a {
    color: #FFCC00;
    padding-right: 3px;
    padding-bottom: 5px;
         }
.brief a:hover {
    color: white;
         }
#test {
     border: 1px solid #800000;
     

}
.menutitle {
     padding-top: 5px;
     padding-bottom: 5px;
     background-color: black;
     color: white;
          }