/* CSS Document */

.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: justify;

}
.body a:link {
	color: #FF0000;
	text-decoration: none;
}
.body a:visited {
	color: #FF0000;
	text-decoration: none;
}
.body a:hover {
	color: #FF0000;
	text-decoration: none;
    font-weight: bold;
}
.body a:active {
	color: #FF0000;
	text-decoration: none;
}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC33;
	text-align: justify;

}
.menu a:link {
	color: #FFCC33;
	text-decoration: none;
}
.menu a:visited {
	color: #FFCC33;
	text-decoration: none;
}
.menu a:hover {
	color: #FFFFCC;
	text-decoration: none;
}
.menu a:active {
	color: #FFCC33;
	text-decoration: none;
}

.diapo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: justify;

}
.diapo a:link {
	color: #FF0000;
	text-decoration: none;
}
.diapo a:visited {
	color: #999999;
	text-decoration: none;
}
.diapo a:hover {
	color: #FF0000;
	text-decoration: none;
    font-weight: bold;
}
.diapo a:active {
	color: #FF0000;
	text-decoration: none;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC33;
	text-align: center;
	background-color: #336633;
	font-weight: bold;
	text-decoration: none;


}
.title a:link {
	color: #FF0000;
	text-decoration: none;
}
.title a:visited {
	color: #FFCC33;
	text-decoration: none;
}
.title a:hover {
	color: #FF0000;
	text-decoration: none;
    font-weight: bold;
}
.title a:active {
	color: #FFCC33;
	text-decoration: none;
}

.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	text-align: left;
	font-weight: bolder;


}
.headline a:link {
	color: #FF0000;
	text-decoration: none;
}
.headline a:visited {
	color: #FF0000;
	text-decoration: none;
}
.headline a:hover {
	color: #FF0000;
	text-decoration: none;
    font-weight: bold;
}
.headline a:active {
	color: #FF0000;
	text-decoration: none;
}
