A {
	text-decoration: underline;
	color: #36649E;
}

A:Hover {
	text-decoration: underline;
	color: #4477ff;
}

.portaltitle {
	font-family: Myriad Roman, Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #384A60;
	line-height: 100%;
}

.nav {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 125%;
	margin: 10px 0px 10px 0px;
}

A.nav {
	text-decoration: none;
	color: #405b7a;
}

A.nav:Hover {
	text-decoration: underline;
	color: #4477ff;
}

.loginnav {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	line-height: 125%;
	margin: 10px 0px 10px 0px;
}

A.loginnav {
	text-decoration: none;
	color: #ffffff;
}

A.loginnav:Hover {
	text-decoration: underline;
	color: #4477ff;
}

.quote {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #6A94A6;
	line-height: 140%;
	padding-top: 30px;
}

.pagetitle {
	font-family: Myriad Roman, Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #94B9CB;
	line-height: 100%;
}

.header {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5C6E85;
}

.textbold {
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 12px;
	font-weight: bold;
	color: #000000;
}

.text {
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 12px;
	font-weight: normal;
	color: #000000;
}

ul {
	list-style: circle outside url(../img/bullet_arrow_green.gif);
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 12px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 10px;
}

ol {
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 12px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 10px;
}

.table {
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
}

.formtitle {
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 12px;
	font-weight: normal;
	padding: 2px;
	color: #666666;
	background-color: #ffffff;
}

.formtitlereq {
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 12px;
	font-weight: bold;
	padding: 2px;
	color: #666666;
	background-color: #ffffff;
}

.formfield {
	border: 1px;
	border-color: #999999;
	border-style: solid;
	background-color: #f6f6f6;
}

.formbutton {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	border: 1px;
	border-color: #666666;
	border-style: solid;
	padding: 2px 7px 2px 7px;
}

A.formbutton {
	background-color: #E5F4CD;
	text-decoration: none;	
}

A:Hover.formbutton {
	background-color: #E2F5FB;
	text-decoration: none;
}

.note {
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #666666;
}

.footer {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #36649E;
	letter-spacing: 1px;
}

