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

		.newsletter {
			font-family: Arial, Helvetica, sans-serif;
            font-weight: normal;
            font-size: 11px;
			padding:3px;
		}
		

		.body_text {
			font-family: Arial, Helvetica, sans-serif;
            font-weight: normal;
            font-size: 11px;
            line-height: 14px;
            color:#ffffff;
		}
        
        a.menu:link, a.menu:visited, a.menu:active {
            font-family: Bakersignet_BT_Roman,Arial, Helvetica, sans-serif;
            font-size: 14px;
            color: #ffffff;
            text-decoration: none;
        }
        
        a.menu:hover {
            font-family: Bakersignet_BT_Roman,Arial, Helvetica, sans-serif;
            font-size: 14px;
            color: #ffcf11;
            text-decoration: none;
        }
		
		a.menu_on {
            font-family: Bakersignet_BT_Roman,Arial, Helvetica, sans-serif;
            font-size: 14px;
            color: #ffcf11;
            text-decoration: none;
        }
		
		a.body_text {
            font-family: Bakersignet_BT_Roman,Arial, Helvetica, sans-serif;
            font-size: 14px;
            color: #ffcf11;
            text-decoration: none;
        }
		
		a.nodemand {
            font-family: Bakersignet_BT_Roman,Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #ffffff;
            text-decoration: none;
        }
		
		a.share_link:link, a.share_link:visited, a.share_link:active  {
            font-family: Bakersignet_BT_Roman,Arial, Helvetica, sans-serif;
            font-size: 11px;
            color: #000000;
            text-decoration: none;
			background-color:#FFF;
			padding:5px;
        }
		
		a.share_link:hover  {
            font-family: Bakersignet_BT_Roman,Arial, Helvetica, sans-serif;
            font-size: 11px;
            color: #000000;
            text-decoration: none;
			background-color:#fec310;
			padding:5px;
        }
        
        h1 {
            font-family:Bakersignet_BT_Roman,Arial, Helvetica, sans-serif;
            font-size:28px;
            font-style:normal;
            font-weight:normal;
            line-height:normal;
            color:#ffffff;
            margin:0px;
        }
		
		h2 {
            font-family:Bakersignet_BT_Roman,Arial, Helvetica, sans-serif;
            font-size: 18px;
            font-style:normal;
            font-weight:normal;
            line-height:normal;
            color: inherit;
            margin:0px;
        }
		
		h3 {
            font-family:Bakersignet_BT_Roman,Arial, Helvetica, sans-serif;
            font-size: 12px;
            font-style:normal;
            font-weight:normal;
            line-height:normal;
            color: inherit;
            margin:0px;
			margin-top:5px;
        }
        
        h4 {
            font-family:Bakersignet_BT_Roman,Arial, Helvetica, sans-serif;
            font-size:18px;
            font-style:italic;
            font-weight:normal;
            line-height:normal;
            color:#ffcf11;
            margin:0px;
        }
        
        #inline-sample-content {
            font-family: Arial, Helvetica, sans-serif;
            font-weight: normal;
            font-size: 11px;
            line-height: 16px;
            padding:20px;
            color:#ffffff;
        }
        
        #blockTitle{
            width:425px;
            height:130px;
            position:absolute;
            left: 65px;
            top:65px;
        }
        
        #blockMenu{
            width:425px;
            height:40px;
            position:absolute;
            left: 65px;
            top:196px;
        }
        
        #blockNews{
            width:425px;
            height:425px;
            position:absolute;
            left: 65px;
            top:237px;
        }
		
		#blockSide{
            width:425px;
            height:597px;
            position:absolute;
            left: 491px;
            top:65px;
        }
        
        #blockBG{
            background-color:#000000;
            filter:alpha(opacity=40); 
            -moz-opacity: 0.4; 
            opacity: 0.4;
            z-index: -10;
            width:inherit;
            height:inherit;
            position:absolute;
            left: 0px;
            top:0px;
        }
        
        #blockContent{
            font-family:Arial, Helvetica, sans-serif;
            color:#ffffff;
            z-index: 0;
            width:inherit;
            height:auto;
            position:absolute;
            left: 0px;
            top:0px;
            padding-left:25px;
        }
		
		#nodemand {
			width:425px;
            height:20px;
            position:absolute;
            left: 60px;
            top:640px;
			text-align:right;
			z-index:12;
		}
		
		#expoSpacer{
            
            width:inherit;
            height:20px;
        }
        
        .invis{
            color:#ffffff;
            padding:9px;
            width:375px;
			border: 1px dotted #ffffff;
        }
        
        .vis{
            background-color: #fec310;
            color:#000000;
            padding:10px;
            width:375px;
            cursor: pointer;
        }