.black-text-large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight:bold;
	color: #000000;
}
.white-text-menu {
	font-family: Verdana;
	font-size: 12px;
	font-weight:bold;
	color: #ffffff;
	text-decoration:none;
}
.white-text-menu:hover {
	font-family: Verdana;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
	text-decoration:underline;
}
.black-text-medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #000000;
}
.footer-text {
	font-family: Verdana;
	font-size: 10px;
	color: #7f7f7f;
}
.black-text-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.black-text-caption {
	font-family: Verdana;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
	text-decoration:none;
}
.caption-link {
	font-family: Verdana;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
	text-decoration:none;
}
.caption-link:hover {
	font-family: Verdana;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
	text-decoration:underline;
}
.blue-text-sidemenu {
	font-family: Verdana;
	font-size: 10px;
	color: #004ba6;
	text-decoration:none;
}
.blue-text-sidemenu:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	text-decoration:underline;
}
.link {
	font-family: Verdana;
	font-size: 12px;
	color: #004ba6;
	text-decoration:none;
}
.link:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration:underline;
}
.footer-link {
	font-family: Verdana;
	font-size: 10px;
	color: #7f7f7f;
	text-decoration:none;
}
.footer-link:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #7f7f7f;
	text-decoration:underline;
}
.textField {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px solid #5D5D5D;
	height: 20px;
	width: 200px;
	font-size: 10px;
	padding:2px;
	background:#cce4fe;
}
.textArea {
	color: #000000;
	background:#cce4fe;
	border: 1px solid #5D5D5D;
	font-size: 10px;
	height: 80px;
	width: 200px;
	padding:2px;
	font-family: Arial, Helvetica, sans-serif;
}
.button{
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#cce4fe;
	border:1px solid #5D5D5D;
	font-weight: bold;
	height:20px;
	width:95px;
	cursor:hand;
}