@charset "utf-8";
.bold {font-weight: bold}
.white {color: #FFFFFF}

.generaltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	text-align: justify;
	width: auto;
	margin: auto;
	height: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #E6E6E6;
	padding: 12px;
}
.redbold {
	font-weight: bold;
	color: #910045;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.simplebold {
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.TITLEMAIN {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #910045;
	font-size: 13px;
	line-height: 25px;
	text-indent: 10px;
}
