/* Text */
.title {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight: bold;
	color: #000066;
}

.subtitle {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight: bold;
	color: #990066;
}

.subtitle2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
	color: #000066;
}

.body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #000000;
}

.body_border {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #000000;
	border-top: none;
	border-right: 1px solid #000080;
	border-bottom: none;
	border-left:  none;
}


.body_purple {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #990066;
}


/* Links for Body Text */
.bodylink {
	font-weight: normal;
	color: #000066;
	text-decoration : underline;
}

A:LINK.bodylink {
	font-weight: normal;
	color: #000066;
	text-decoration : underline;
}

A:VISITED.bodylink {
	font-weight: normal;
	color: #000066;
	text-decoration : underline;
}

A:HOVER.bodylink {
	font-weight: normal;
	color: #990066;
	text-decoration : none;
}

/* tag text */
.tag {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: normal;
	color: #000066;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}