.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D4D4D;
}
.bodybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D4D4D;
	font-weight: bold;
}
.bodyboldu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D4D4D;
	font-weight: bold;
	text-decoration: underline;
}
.boldgreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C5DC0A;
	font-weight: bold;
}
.boldwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.bodytextblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.ibodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D4D4D;
	font-style: italic;
}
.ubodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D4D4D;
	text-decoration: underline;
}
.largetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4D4D4D;
}
.boldlarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4D4D4D;
	font-weight: bold;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #4D4D4D;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #4D4D4D;
}
.bluelargebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #293A42;
	font-weight: bold;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
a.white:link {
	text-decoration: underline;
	color: #FFFFFF;
}
a.white:visited {
	text-decoration: underline;
	color: #CCCCCC;
}
a.white:hover {
	text-decoration: none;
	color: #000000;
}
a.white:active {
	text-decoration: underline;
	color: #FFFFFF;
}
a.ugreen:link {
	text-decoration: underline;
	color: #C5DC0A;
}
a.ugreen:visited {
	text-decoration: underline;
	color: #C5DC0A;
}
a.ugreen:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.ugreen:active {
	text-decoration: underline;
	color: #C5DC0A;
}
a.green:link {
	text-decoration: none;
	color: #C5DC0A;
}
a.green:visited {
	text-decoration: none;
	color: #C5DC0A;
}
a.green:hover {
	text-decoration: underline;
	color: #4D4D4D;
}
a.green:active {
	text-decoration: none;
	color: #C5DC0A;
}
a.u:link {
	text-decoration: underline;
	color: #293A42;
}
a.u:visited {
	text-decoration: underline;
	color: #293A42;
}
a.u:hover {
	text-decoration: none;
	color: #C5DC0A;
}
a.u:active {
	text-decoration: underline;
	color: #293A42;
}
a:link {
	text-decoration: none;
	color: #293A42;
}
a:visited {
	text-decoration: none;
	color: #293A42;
}
a:hover {
	text-decoration: none;
	color: #C5DC0A;
}
a:active {
	text-decoration: none;
	color: #293A42;
}
