.bold
{

	font-weight: bold;

}

.underline
{

	text-decoration: underline;

}

.allCaps
{

	text-transform: uppercase;

}

.lowerCase
{

	text-transform: lowercase;

}

.capitalize
{

	text-transform: capitalize;

}

.italic
{

	font-style: italic;

}

.strikeThrough
{

	text-decoration: line-through;

}

.alignLeft
{

	text-align: left;

}

.alignCenter
{

	text-align: center;

}

.alignRight
{

	text-align: right;

}

.justify
{

	text-align: justify;

}

.xxsmall
{

	font-size: xx-small !important;
	line-height: 160%;

}

.xsmall
{

	font-size: x-small !important;
	line-height: 160%;

}

.small
{

	font-size: small !important;
	line-height: 160%;

}

.medium
{

	font-size: medium !important;
	line-height: 160%;

}

.large
{

	font-size: large !important;
	line-height: 160%;

}

.xlarge
{

	font-size: x-large !important;
	line-height: 160%;

}

.xxlarge
{

	font-size: xx-large !important;
	line-height: 160%;

}

/* Tag styles */
sub
{

	line-height: 160%;

}

sup
{

	line-height: 160%;

}

h1,
.l2Center_h1
{

	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #1e275a;
	line-height: 160%;

}

div#centerCopy h1,
.centerCopy_h1
{

	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #1e275a;
	line-height: 160%;

}

h2,
.l2Center_h2
{

	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #1e275a;
	font-weight: bold;
	line-height: 160%;

}

h3,
.l2Center_h3
{

	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #1e275a;
	font-weight: bold;
	line-height: 160%;

}

h4,
.l2Center_h4
{

	font-family: Verdana, sans-serif;
	font-size: 8px;
	color: #1e275a;
	font-weight: bold;
	line-height: 160%;

}

h5
.l2Center_h5
{

	font-family: Verdana, sans-serif;
	font-size: 6px;
	color: #1e275a;
	font-weight: bold;
	line-height: 160%;

}

h6,
.l2Center_h6
{

	font-family: Verdana, sans-serif;
	font-size: 4px;
	color: #1e275a;
	font-weight: bold;
	line-height: 160%;

}

p,
.l2Center_p
{

	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 160%;

}

label,
.l2Center_label
{

	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 160%;

}

legend,
.l2Center_legend
{

	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 160%;
	font-weight: bold;

}

li,
.l2Center_li
{

	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 160%;

}

dt,
.l2Center_dt
{

	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 160%;

}

dd,
.l2Center_dd
{

	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 160%;

}

.redText,
.l2Center_redText
{

	color: #d3331f !important;

}

.yellowText,
.l2Center_yellowText
{

	color: #efb710 !important;

}

.greenText,
.l2Center_greenText
{

	color: #008340 !important;

}

img.imageLeft
{

	float: left;
	margin: 10px 10px 10px 0px;

}

img.imageRight
{

	float: right;
	margin: 10px 0px 10px 10px;

}

a.quizResultsLink
{
	display: none;
}
