/* Header */
h2 {
	color: #682F73;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-weight: bold;
}

/* Text */
.text, .text tbody{
	padding: 10px 0px 10px 0px;
	
	width: 100%;
	
	color: #948DD0;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.text u, .text tbody u{
	color: #682F73;
	text-decoration: none;
}
.text a, .text tbody a{
	color: #D3005F;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.text a:hover, .text tbody a:hover{
	color: #D3005F;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.text p{
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
.text ul{
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
.text li{
	list-style-type: none;
	padding: 0px 0px 10px 0px;
}