/* CSS Document */
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
}
.bodytext a:link {color: #007095; /*text-decoration: none;*/}
.bodytext a:hover {color: #999999; /*text-decoration: none;*/}
/*.bodytext a:visited {color: #666666; text-decoration: none;}*/
.bodytext-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	font-weight: bold;
}
.bodytext-bold a:link {color: #007095; /*text-decoration: none;*/}
.bodytext-bold a:hover {color: #999999; /*text-decoration: none;*/}
.bodytext-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
}
.bodytext-small a:link {color: #0085B0; text-decoration: none;}
.bodytext-small a:hover {color: #999999; text-decoration: none;}
.bodytext-small a:visited {color: #666666; text-decoration: none;}
.bodytext-small-catalogue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
	margin-left: 5px;
	padding-left: 10px;
}
