/* not layout related */

td,th {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #444444;
	line-height: 1.35;
}
a {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #3399CC;
}
a:link {
	text-decoration: none;
	color: #295897;
}
a:visited {
	text-decoration: none;
	color: #777777;
}
a:hover {
	text-decoration: none;
	color: #FF9933;
}
a:active {
	text-decoration: none;
	color: #668CB3;
}
.BodyH1 {
	color: #295897;
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
}
.BodyH2 {
 font-family: Trebuchet MS;
	font-size: 16px;
	color: #7BB452;
}
.Body_Footer, .footer, .footer td {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #888888;
	line-height: 1.25;
}
.Body_Pike {
 font-family: Trebuchet MS;
	font-size: 12px;
	color: #FF9933;
}
.Body_Cutline {
	font-size: 11px;
	font-style: italic;
	color: #888888;
	line-height: 1.45;
}
.Body_News {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #222222;
	line-height: 1.35;
	font-weight: bold;
}
ul {
	list-style-image: url(/img/bullet.gif);
	list-style-type: circle
}

/* Side Nav for non Accordian */
.buttonscontainer {width: 230px;}

.buttons a {
	border-top: solid 0px black;
	border-bottom: solid 0px gray;
	margin: 0px;
	padding: 4px 15px;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	color: #165695;
	height: 24px;
	background-color: #FFFFFF;
	display: block;
	text-decoration: none;
	text-align: left;
}

.buttons a:hover {
	background: url(/img/side_nav_tab.jpg) repeat-x;
	color: #669933;
	text-decoration: none;
}

