body {
	font-family: Arial;
	font-size: 8pt;
	color: #5f5f5f;
	background-color: #8a8889;
	background-image: url(../images/global/background.jpg);
	background-repeat: repeat-x;
}

.leftnav {
	font-family: Arial;
	font-size: 8pt;
	color: #5f5f5f;
}

.leftnav a {
	font-family: Arial;
	font-size: 8pt;
	color: #5f5f5f;
	text-decoration:none;
}

.leftnav a:hover {
	font-family: Arial;
	font-size: 8pt;
	color: #edaa01;
	text-decoration:none;
}

.current {
	color: #edaa01
}

.breadcrumbs {
	font-family: Arial;
	font-size: 8pt;
	font-weight:bold;
	padding-top: 4px;
	color: #5f5f5f;
}

.breadcrumbs a {
	font-family: Arial;
	font-size: 8pt;
	font-weight:bold;
	padding-top: 4px;
	color: #5f5f5f;
	text-decoration:underline;
}

.breadcrumbs a:hover {
	font-family: Arial;
	font-size: 8pt;
	font-weight:bold;
	padding-top: 4px;
	color: #5f5f5f;
	text-decoration:underline;
}

p {
	font-family: Arial;
	font-size: 8pt;
	line-height: 14pt;
	color: #5f5f5f;
}

h1 {
	font-family: Arial;
	font-size: 11pt;
	font-weight:bold;
	padding-top: 13px;
	padding-bottom: 5px;
	color: #424f7a;
}

h2 {
	font-family: Arial;
	font-size: 9pt;
	font-weight:bold;
	color: #edaa01;
}

h3 {
	font-family: Arial;
	font-size: 9pt;
	font-weight:bold;
	color: #424f7a;
}

h4 {
	font-family: Arial;
	font-size: 8pt;
	font-weight:bold;
	color: #5f5f5f;
}

.homeintro {
	font-family: Arial;
	font-size: 12pt;
	line-height: 15pt;
	font-weight:bold;
	color: #5f5f5f;
}

.intro {
	font-family: Arial;
	font-size: 9pt;
	line-height: 20pt;
	font-weight:bold;
	color: #424f7a;
}

#footer {
	width: 807px;
	text-align: left;
	margin: 0 auto;
	background-color: #ffffff;
	position: relative;
	display: table;
}

.footernavlinks {
	font-family: Arial;
	font-size: 8pt;
	color: #5f5f5f;
}

.footernavlinks ul {
	list-style:none; 
	padding: 0px;
}

.footernavlinks li {
	display: inline; 
	padding-right: 9px; 
	padding-left: 9px;
	line-height: 16px;
	background: url(../images/global/navbottomdivider.gif); 
	background-repeat: no-repeat;
	background-position: right;
}

.footernavlinks a {
	font-family: Arial;
	font-size: 8pt;
	color: #5f5f5f;
	text-decoration:none;
}

.footernavlinks a:hover {
	font-family: Arial;
	font-size: 8pt;
	color: #edaa01;
	text-decoration:none;
}

ul {
	font-family: Arial;
	font-size: 8pt;
	color: #5f5f5f;
	line-height: 14pt;
	list-style-image:url(../images/global/bullet.gif);
	margin: 5px 0px 5px 25px;
}

ul li {
	padding: 0px 0px 5px 0px;
}

ol {
	font-family: Arial;
	font-size: 8pt;
	color: #5f5f5f;
	line-height: 14pt;
	margin: 5px 0px 5px 25px;
}

ol li {
	padding: 0px 0px 5px 0px;
}

*, html {
	padding: 0;
	margin: 0;
}

/* Links
----------- */

a { font-family: arial; color: #edaa01; text-decoration: none; }

a:hover { font-family: arial; color: #edaa01; text-decoration: underline; }
