.menu {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.menu a:link    { text-decoration: none; color: #ffffff;}
.menu a:visited { text-decoration: none; color: #ffffff;}
.menu a:hover   { text-decoration: none; color: #ffffcc;}
.menu a:active  { color: #ffffcc;}

.menu2 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.menu2 a:link    { text-decoration: none; color: #ffffcc;}
.menu2 a:visited { text-decoration: none; color: #ffffcc;}
.menu2 a:hover   { text-decoration: none; color: #ffffcc;}
.menu2 a:active  { color: #ffffcc;}

.submenu {
	font-size: 11px;
	color: #cccc99;
}
.submenu a:link    { text-decoration: none; color: #cccc99;}
.submenu a:visited { text-decoration: none; color: #cccc99;}
.submenu a:hover   { text-decoration: underline; color: #ffffcc;}
.submenu a:active  { color: #ffffcc;}

.content {
	font-size: 12px;
	color: #172025;
}
.content a:link    { text-decoration: underline; color: #792319;}
.content a:visited { text-decoration: underline; color: #792319;}
.content a:hover   { text-decoration: underline; color: #247faa;}
.content a:active  { color: #247faa;}

.title {
	font-size: 18px;
	font-weight: bold;
	color: #1d2b32;
}
.title-detail {
	font-size: 18px;
	font-weight: bold;
	color: #782217;
}

.brand {
	font-size: 9px;
	color: #a7b3b9;
}

.brand a:link    { text-decoration: none; color: #a7b3b9;}
.brand a:visited { text-decoration: none; color: #a7b3b9;}
.brand a:hover   { text-decoration: underline; color: #a7b3b9;}
.brand a:active  { color: #a7b3b9;}

.home-project {
	font-size: 10px;
	color: #441e1e;
}
.home-project a:link    { text-decoration: none; color: #441e1e;}
.home-project a:visited { text-decoration: none; color: #441e1e;}
.home-project a:hover   { text-decoration: underline; color: #441e1e;}
.home-project a:active  { color: #441e1e;}


.home-headline {
	font-size: 11px;
	color: #2b363b;
}

.home-headline a:link    { text-decoration: underline; color: #2b363b;}
.home-headline a:visited { text-decoration: underline; color: #2b363b;}
.home-headline a:hover   { text-decoration: underline; color: #247faa;}
.home-headline a:active  { color: #2b363b;}

.error-msg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	margin-bottom: 4px;
}

.dropmenu {
	color: #1B6648;
}
.dropmenu a:link    { text-decoration: none; color: #000000;}
.dropmenu a:visited { text-decoration: none; color: #000000;}
.dropmenu a:hover   { text-decoration: none; color: #880000;}
.dropmenu a:active  { color: #880000;}

#dropmenudiv{
position:absolute;
border:1px solid #666666;
font:bold 11px Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
}

.forms {
	font-size: 11px;
	color: #330000;
}
