/* below is in cms/css/style1.css so they show in editor */

.BodySingleSpaced {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000066;
}
.BodyOneAndHalfSpaced {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #000066;
}
.BodyDoubleSpaced {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 22px;
	color: #000066;
}

.HeadlineBlue {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000066;
	font-size: 18px;
}
.HeadlineLightBlue {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5F80B3;
	font-size: 18px;
}
.HeadlineGray {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-size: 18px;
}
.HeadlineGold {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC8306;
	font-size: 18px;
}
.HeadlineGoldUnderline {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC8306;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	padding: 2px;
}


/* */
body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #000066;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p {
	margin-top: 0px;
}
td {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #000066;
}
th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #000066;
}
ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

ol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

/*  general styles  */
A:visited {
	color : #000066;
	text-decoration: none;
}
A:link {
	color : #000066;
	text-decoration: none;
}
A:hover {
	color : #CC8306;
	text-decoration: none;
}
A:active {
	color : #000066;
	text-decoration: none;
}
