td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

.small {
	font-size: x-small;
	color: #666666;
}

a:link, a:visited {
	color: #CC0000;
	text-decoration: none;
}

a:active, a:hover {
	color: #FF0000;
	text-decoration: none;
}

a.small:link, a.small:visited {
	color: #666666;
	text-decoration: none;
}

a.small:active, a.small:hover {
	color: #CC0000;
	text-decoration: none;
}

td.copy {
	font-size: small;
}

.orange {
	color: #FFFFFF;
	background-color: #FFCC00;
}
.orangedark {
	color: #FFFFFF;
	background-color: #FF9900;
}
.greendark {
	color: #FFFFFF;
	background-color: #999900;
}
.gray {
	color: #FFFFFF;
	background-color: #666666;
}

.bordergray {
	border: 1px solid #999999;
}

#en, #it, #de, #fr {
	border: 1px solid #999999;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #CC0000;
}
.boxwhite {
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
}

a.boxwhite:link,a.boxwhite:visited {
	color: #FFFFFF;
	text-decoration: none;
}

 a.boxwhite:active, a.boxwhite:hover {
	color: #CCCCCC;
	text-decoration: none;
}

.green {
	color: #FFFFFF;
	background-color: #CCCC00;
}

