body {
	font-family: Verdana, Geneva, sans-serif;
	background: #FFF url(../page_layout/flm_bkgd.jpg) repeat-y;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	margin: 0px;
	padding: 0px;
	font-size: .80em;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
}
h4 {
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
}
li {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 0.85em;
}
ol {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	list-style: decimal;
	font-size: 1.1em;
	font-weight: bold;
}
.boldText {
	font-weight: bold;
}
.whiteText {
	color: #FFF;
}
.boldWhiteText {
	font-weight: bold;
	color: #FFF;
}
.justifyText {
	text-align: justify;
}

.italicText {
	font-style: italic;
}
.boldItlicText {
	font-style: italic;
	font-weight: bold;
	color: #182B4B;
}
.blueItalicText {
	font-size: 75%;
	font-style: italic;
	color: #182B4B;
	font-weight: bold;
	text-align: left;
}
.blueboldText {
	font-style: normal;
	font-weight: bold;
	color: #182B4B;
}
.boldCenterBlueText {
	font-weight: bold;
	color: #182B4B;
	text-align: center;
}


.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #333;
}
.backToTop {
	font-style: italic;
	font-weight: bold;
}


a:link {
	color: #551876;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #551876;
}
a:hover {
	text-decoration: underline;
	color: #666;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #333;
}
