@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background-image:url(images/office_express_colored_bg.gif);
	background-repeat:repeat-x;
	background-color: #EAE5CE;
}

.body_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #262016;
	text-decoration: none;
	list-style-type: disc;
}

a.inline_link:link, a.inline_link:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #D76E33;
	text-decoration: none;
}

a.inline_link:hover {
	color: #F6A329;
}

a.inline_link:active {
	color: #262016;
	text-decoration: underline;
}

.footer_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #8EA73A;
	text-decoration: none;
	line-height: 18px;
}

a.footer_link:link, a.footer_link:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #8EA73A;
	text-decoration: none;
	line-height: 18px;
}

a.footer_link:hover {
	color: #425216;
	text-decoration: underline;
}

a.footer_link:active {
	color: #D66D32;
	text-decoration: none;
}

