.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
}
.text-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	color: #FFFFFF;
}
.text-black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}
.text-light-back {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #515151;
}
.text-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 28px;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDD1C3;
}
.text-subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 17px;
	color: #FFFFFF;
	font-weight: bold;
}
.text-error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FF0000;
	background-color: #FFFFFF;

}
.background-top-left-x {
	background-repeat: repeat-x;
	background-position: left top;
}
.background-top-left-y {
	background-repeat: repeat-y;
	background-position: left top;
}
.background-top-left-no {
	background-repeat: no-repeat;
	background-position: left top;
}
.background-top-right-no {
	background-repeat: no-repeat;
	background-position: left top;
}
.button-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	border: 1px solid #94D2FF;
	background-color: #FFFFFF;

}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #66CCFF;
	text-decoration: none;
}
a:active {
	color: #FFFF99;
}