.text{
	font-family:Verdana,Arial,Helvetica;
	font-weight:normal;
	font-size:10pt;
	font-style:normal;
	color: #0000FF;
	text-align:left;
}
.textcenter{
	font-family:Verdana,Arial,Helvetica;
	font-weight:normal;
	font-size:10pt;
	font-style:normal;
	color: #0000FF;
	text-align: center;
}
.blocktext{
	font-family:Verdana,Arial,Helvetica;
	font-weight:normal;
	font-size:10pt;
	font-style:normal;
	color: #0000FF;
	text-align:justify;
}
.textsmallcenter{
	font-family:Verdana,Arial,Helvetica;
	font-weight:normal;
	font-size:8pt;
	font-style:normal;
	color: #0000FF;
	text-align:center;
}
.title{
	font-family:Verdana,Arial,Helvetica;
	font-weight:normal;
	font-size:10pt;
	font-style:normal;
	color: #000000;
	text-align: right;
}
.titlered{
	font-family:Verdana,Arial,Helvetica;
	font-weight: bold;
	font-size:11pt;
	font-style:normal;
	color: #FF0000;
	text-align:left;
}
.titleredcenter{
	font-family:Verdana,Arial,Helvetica;
	font-weight: bold;
	font-size:11pt;
	font-style:normal;
	color: #FF0000;
	text-align: center;
}
a:link{
	text-decoration: none;
	color : #333333;
}
a:visited{
	text-decoration: none;
	color : #333333;
}
a:active{
	text-decoration: none;
	color : #333333;
}
a:hover{
	text-decoration: none;
	color: Red;
}

div#feedback-valid {
	font-family:Verdana,Arial,Helvetica;
	border: 1px solid #00e57c;
	background-color: #74fdc7;
	padding-top: 6px;
	padding-bottom: 6px; 
	text-align: center;
	font-size: 8pt;
	line-height: 1.6em;
	letter-spacing: 1px;
	margin-bottom: 8px;
}
div#feedback-error {
	font-family:Verdana,Arial,Helvetica;
	border: 1px solid #e88e87;
	background-color: #ffd3da;
	padding-top: 6px;
	padding-bottom: 6px; 
	text-align: center;
	font-size: 8pt;
	line-height: 1.6em;
	letter-spacing: 1px;
	margin-bottom: 8px;
}
