li, input, textarea {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: 000000;
}

td {
    font-family: "Trebuchet MS";
	font-size: 12px;
    color: #999999;
}

p,body {
    font-family: "Trebuchet MS";
	font-size: 12px;
    color: #000000;
}

h1 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #CC6666;
	background-repeat: no-repeat;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: FFFFFF;
	background-repeat: no-repeat;
}
h3 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: FFFFFF;
	background-repeat: no-repeat;
}

h4 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: FFFFFF;
	background-repeat: no-repeat;
}

a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
	text-decoration : none;
}

a:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
	text-decoration : none;
}

a:hover, a:hover:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FF0000;
	text-decoration : none;
}


.lef_menu_links {
	font-family: "Trebuchet MS";
    font-size: 12px;
	color: #ff8330;
    font-weight: bold;
	text-decoration : none;
    line-height: 17px;
    letter-spacing: -0.05em

}

.lef_menu_links:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #ff8330;
    font-weight: bold;
	text-decoration : none;
    line-height: 17px;
    letter-spacing: -0.05em
}

.lef_menu_links:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
    font-weight: bold;
	text-decoration : none;
    line-height: 17px;
    letter-spacing: -0.05em
}

/* left links tr - td hover */

tr.normal td {
    font-size: 12px;
    text-decoration: none;
    line-height: 190%;
    outline: none;
    background-color: #999999
}

tr.normal td A:link { color: black; outline: none; font-size: 12px; }
tr.normal td A:active { color: black; outline: none; font-size: 12px; }
tr.normal td A:hover { color: black; outline: none; font-size: 12px; }
tr.normal td A:visited { color: black; outline: none; font-size: 12px; }

tr.normalon td {
    font-size: 12px;
    text-decoration: none;
    line-height: 190%;
    background-color: #DAE2EA;
    outline: none;
    cursor: pointer;
}

tr.normalon td A:link { color: black;  outline: none; font-size: 12px; }
tr.normalon td A:active { color: black;  outline: none; font-size: 12px; }
tr.normalon td A:hover { color: black;  outline: none; font-size: 12px; }
tr.normalon td A:visited { color: black;  outline: none; font-size: 12px; }

/* links subs td hover */

td.normal2 {
    font-size: 12px;
    text-decoration: none;
    line-height: 190%;
    background-color: #CEDDF4;
    outline: none;
}

td.normal2 A:link { color: black; outline: none; font-size: 11px;}
td.normal2 A:active { color: black; outline: none;  font-size: 11px;}
td.normal2 A:hover { color: black; outline: none; font-size: 11px; }
td.normal2 A:visited { color: black; outline: none; font-size: 11px;}

td.normalon2 {
    font-size: 12px;
    text-decoration: none;
    line-height: 190%;
    background-color: #96BCE3;
    outline: none;
    cursor: pointer;
}

td.normalon2 A:link { color: black;  outline: none; font-size: 11px;}
td.normalon2 A:active { color: black; outline: none; font-size: 11px;}
td.normalon2 A:hover { color: black;  outline: none; font-size: 11px;}
td.normalon2 A:visited { color: black;  outline: none; font-size: 11px;}

/* headline */

.headline {
    font-size: 14px;
    font-weight: bold;
    color: black;
}

/* Content switch */
.sw201 {
    font-size: 16px;
    color: red;
}

.dev {
	color : #666666;
	font-size : 9px;
	text-decoration : none;
}

.dev:visited {
	color : #666666;
	font-size : 9px;
	text-decoration : none;
}

.dev:hover {
	color : #666666;
	font-size : 9px;
	text-decoration : none;
}

.dev:visited:hover {
	color : #666666;
	font-size : 9px;
	text-decoration : none;
}


