body {
	background-color: #e2e2e2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th { /* default font size and style */
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #737373;
	line-height: 20px;
}
h1 { /* Top headline */
	font-size: 22px;
	color: #174695;
	font-weight: normal;
	line-height: 26px;
}
h2 { /* Subhead on press release */
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
}
.sidebar { /* Subhead on press release */
	font-size: 11px;
	line-height: 16px;
	margin-right: 5px;
	margin-left: 42px;
}
a:link { /* Default link styles */
	color: #174695;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #174695;
	font-weight: bold;
}
a:hover {
	color: #06c;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #174695;
	font-weight: bold;
}
ul {
	list-style-image: url(../../images/bullet.gif); /* Arrow bullet */
}
li {
	font-size: 14px;
	margin-left: -20px;
	line-height: 20px;
}
li.sidebar { /* Sidebar bullet list on PR */
	list-style-image: url(../../images/bullet.gif);
	font-size: 14px;
	margin-left: 20px;
	line-height: 20px;
}
.footermain {/* Footer text */
	font-size: 11px;
	line-height: 20px;
}
.footersmall {/* Footer small text */
	font-size: 9px;
	line-height: 14px;
}
a.footer:link { /* Footer link styles */
	color: #737373;
	text-decoration: none;
	font-weight: normal;
}
a.footer:visited {
	text-decoration: none;
	color: #737373;
	font-weight: normal;
}
a.footer:hover {
	color: #06c;
	font-weight: normal;
}
a.footer:active {
	text-decoration: none;
	color: #737373;
	font-weight: normal;
}
a.footerbold:link { /* Footer BOLD link styles */
	color: #174695;
	text-decoration: none;
	font-weight: bold;
}
a.footerbold:visited {
	text-decoration: none;
	color: #174695;
	font-weight: bold;
}
a.footerbold:hover {
	color: #06c;
	font-weight: bold;
}
a.footerbold:active {
	text-decoration: none;
	color: #174695;
	font-weight: bold;
}
.toppad { /* spacing between header and text */
	padding-top: 18px;
}
#pageContentHolder{
	background:#FFF;
	margin:0 auto;
	width:782px;
}
