body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #f9ffeb;
	background-image: url(../images/bg/bg_ribbon.jpg);
	background-repeat: no-repeat;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
}

/* Main nchor link attributes */
a:link {
	color: #4a448c;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #e97007;
}
a:hover {
	text-decoration: none;
	color: #1aa81e;
}
a:active {
	text-decoration: underline;
	color: #1aa81e;
}

/* Main nchor links STAY PURPLES AFTER VISIT */
a.persistant:link {
	color: #4a448c;
	text-decoration: underline;
}
a.persistant:visited {
	text-decoration: underline;
	color: #4a448c;
}
a.persistant:hover {
	text-decoration: none;
	color: #1aa81e;
}
a.persistant:active {
	text-decoration: underline;
	color: #1aa81e;
}

.bg_topshadow {
	background-image: url(../images/bg/bg_topshadow.jpg);
	background-repeat: repeat-x;
}
.bg_ribbon {
	background-image: url(../images/bg/bg_ribbon.jpg);
	background-repeat: no-repeat;
}
.bg_content {
	background-image: url(../images/bg/bg_content.png);
}
.sans12 {
	font-size: 12px;
}
.sans11 {
	font-size: 11px;
}

/* Footer anchor link attributes */
.footer {
	font-size: 11px;
	color: #999999;
	line-height: 15px;
}
a.footer:link {
	color: #999999;
	text-decoration: none;
}
a.footer:visited {
	text-decoration: none;
	color: #999999;
}
a.footer:hover {
	text-decoration: none;
	color: #413c73;
}
a.footer:active {
	text-decoration: underline;
	color: #413c73;
}
.bg_nav {
	background-image: url(../images/bg/bg_nav.jpg);
	background-repeat: no-repeat;
}

/* Top anchor link attributes */
.topanchor {
	font-size: 12px;
	color: #333333;
}
a.topanchor:link {
	color: #413c73;
	text-decoration: underline;
}
a.topanchor:visited {
	text-decoration: underline;
	color: #413c73;
}
a.topanchor:hover {
	text-decoration: none;
	color: #1aa81e;
}
a.topanchor:active {
	text-decoration: underline;
	color: #e97007;
}

/* Name anchor link attributes */
.bodyheader {
	font-size: 14px;
	font-weight: bold;
	color: #413c73;
}
a.bodyheader:link {
	color: #413c73;
	text-decoration: underline;
}
a.bodyheader:visited {
	text-decoration: underline;
	color: #413c73;
}
a.bodyheader:hover {
	text-decoration: none;
	color: #1aa81e;
}
a.bodyheader:active {
	text-decoration: none;
	color: #413c73;
}

.sidebarPR {
	font-size: 12px;
	line-height: 16px;
	/*color: #656565;*/
}

/* Sidebar anchor link attributes */
.sidebarheader {
	font-size: 13px;
	font-weight: bold;
	color: #413c73;
}
a.sidebarheader:link {
	color: #413c73;
	text-decoration: underline;
}
a.sidebarheader:visited {
	text-decoration: underline;
	color: #413c73;
}
a.sidebarheader:hover {
	text-decoration: none;
	color: #1aa81e;
}
a.sidebarheader:active {
	text-decoration: none;
	color: #413c73;
}

/* Presentation link attributes */
a.preso:link {
	color: #000;
	text-decoration: none;
}
a.preso:visited {
	text-decoration: none;
	color: #000;
}
a.preso:hover {
	text-decoration: underline;
	color: #413c73;
}
a.preso:active {
	text-decoration: underline;
	color: #1aa81e;
}

