@charset "utf-8";
.whitetext {
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
}

.subtitle {
	font-weight: bold;
	color: #EFEFEF;
	text-decoration: underline;
	font-size: 16px;
}
.itemlist {
	list-style-type: disc;
	color: #EFEFEF;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	list-style-position: outside;
	left: auto;
	clip: rect(auto,auto,auto,auto);
	font-size: 16px;
	display: block;
	float: left;

}
.whitetextbold {
	font-weight: bold;
	color: #EFEFEF;
}
