﻿@charset "utf-8";
body {
	margin:5px 5px 5px 5px;
	background-image:url('../Image/bg.jpg');
	font-family:Tahoma;
	}
.text{
	font-size:12px;
	color:#000000;
	text-decoration:none;
	font-family:Tahoma;
}
.headline{
	font-size:15px;
	color:#000000;
	font-weight:bold;
	font-family:"Trebuchet MS";
		text-decoration:underline;



}

.title{
	font-size:14px;
	color:#DD1F21;
	text-decoration:none;
	font-weight:bold;
	font-family:"Trebuchet MS";
}

.title:hover {
	font-size:14px;
	color:#DD1F21;
	text-decoration:underline;
	font-weight:bold;
}

a{
text-decoration:none;
color:inherit
}

.menu2_container{

    border-left:;
    border-bottom: ;
    vertical-align:top;
}
.menu2{
    display: block;
    background-repeat: no-repeat;
    background-position: left;
	background-color:;
    border-top:;
    border-left:;
    border-bottom: ;
    padding: 0px;
    padding-left: 0px;
    font-family:"Trebuchet MS"; 
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
}
.menu2:hover{
    display: block;
    background-repeat: no-repeat;
    background-position: left;*/
    background-color: ;
    border-left: ;
    border-bottom: ;
    padding: 0px;
    padding-left: 0px;
    font-family:"Trebuchet MS";
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    color: #DD1F21;
}
.menu2_selected{
    display: block;
    background-repeat: no-repeat;
    background-position: left;*/
    background-color: ;
    border-left: ;
    border-bottom: ;
    padding: 0px;
    padding-left: 0px;
    font-family:"Trebuchet MS";
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    color: #DD1F21;
}

