/* CSS Document */
/*
-- Textstyle --
*/

.head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #429C29;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}

.copyright {
	font-size: 9px;
	font-family: Verdana, arial, helvetica, sans-serif;
	color: #CEDACE;
	vertical-align: middle;
}

.form {  background-color: #FFFFFF; BORDER-LEFT:#429C29 thin solid;BORDER-RIGHT:#429C29 thin solid;BORDER-TOP:#429C29 thin solid;BORDER-BOTTOM:#429C29 thin solid; border-width:2px}

/*
-- Menustyle --
*/

.menu {
	font-size: 11px;
	font-family: Verdana, arial, helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	vertical-align: middle;
	text-align: left;
	line-height: 18px;
}

.submenu {
	font-size: 11px;
	font-family: Verdana, arial, helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	vertical-align: middle;
	text-align: left;
}

.linkmenu {
	font-size: 11px;
	font-family: Verdana, arial, helvetica, sans-serif;
	color: #0000CC;
	font-weight: normal;
	text-align: left;
}

/*
-- Linkstyle --
*/

a:link {
	color: #336600;
	text-decoration: none;
	font-weight: normal;
}

a:visited {
	color: #336600;
	text-decoration: none;
	font-weight: normal;
}

a:active {
	color: #336600;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a.menu:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

a.menu:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

a.menu:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

a.menu:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

a.submenu:link{
	color:#FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

a.submenu:visited{
	color:#FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

a.submenu:hover{
	color:#FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
a.submenu:active{
	color:#FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

a.linkmenu:link{
	color:#0000CC;
	text-decoration:none;
}

a.linkmenu:visited{
	color:#0000CC;
	text-decoration:none;
	font-weight: normal;
}

a.linkmenu:hover{
	color:#0000CC;
	text-decoration:underline;
	font-weight: normal;
}
a.linkmenu:active{
	color:#0000CC;
	text-decoration:none;
	font-weight: normal;
}

a.navcopy:link{
	color:#CEDACE;
	text-decoration:none;
	font-weight: normal;
}

a.navcopy:visited{
	color:#CEDACE;
	text-decoration:none;
	font-weight: normal;
}

a.navcopy:hover{
	color:#CEDACE;
	text-decoration:underline;
	font-weight: normal;
}

a.navcopy:active{
	color:#CEDACE;
	text-decoration:none;
	font-weight: normal;
}