.borderTopLeft {
	border-bottom-width: 3px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #2A5F7E;
	border-left-color: #2A5F7E;
	background-image:  url("../_images/border_top_bg.gif");
	background-repeat: repeat-x;
	background-position: top;
}
.borderTopRight {
	border-top-width: 7px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2A5F7E;
	border-bottom-color: #2A5F7E;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #2A5F7E;
	background-image:  url("../_images/border_right_bg.gif");
	background-repeat: repeat-y;
	background-position: right;
}.borderLeft {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #2A5F7E;
}
.borderRightPhoto {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #2A5F7E;
}
.borderBody {
	border-top-width: 3px;
	border-left-width: 10px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #2A5F7E;
	border-left-color: #2A5F7E;
	padding: 10;
}
.borderNews {
	border-top-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #2A5F7E;
	border-left-color: #2A5F7E;
	background-image:  url("../_images/border_right_bg.gif");
	background-repeat: repeat-y;
	background-position: right;
	padding: 10 15 10 10;
}
.navItem {
	background-image:  url("../_images/nav_divider.gif");
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 15px;
}
.navItem a {
	font-size: 12px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
}
.navItem a:hover {
	color:#999999;
	text-decoration:none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #F7F8F9;
}
td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.section {
	font-size: 18px;
	font-weight: bold;
	color: #707989;
}
.footer {
	color: #FFFFFF;
}
.footer a {
	color:#FFFFFF;
	text-decoration:none;
}
.footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.subNav a {
	color:#666666;
	font-weight: bold;
	text-decoration:none;
}
.subNav a:hover {
	color:#999999;
	font-weight: bold;
	text-decoration:none;
}
