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

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Helvetica Neue', Helvetica, Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #330000;
	line-height:1.5em;
	text-align: center;
}
a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #660000;
}
a:hover {
	text-decoration: none;
	color: #FF3300;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}

img {
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

ul {
	background-image:none;
	background-repeat:no-repeat;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Helvetica Neue', Helvetica, Tahoma, Arial, sans-serif;
}
h1 {
	font-size: 36px;
	color: #660000;
}
h2 {
	font-size: 24px;
	color: #660000;
}
h3 {
	font-size: 18px;
	color: #810000;
}
.style4 {color: #000000}
h4 {
	font-size: 16px;
	color: #660000;
}
h5 {
	font-size: 14px;
	color: #660000;
}
h6 {
	font-size: 12px;
	color: #660000;
}
.style1 {
	color: #FFFFFF;
	font-size: 10px;
}
.style2 {color: #660000}
.header {
	background-image:url(assets/newheader/topbg.gif);
	background-repeat:repeat-x;
}
hr {color:#0033CC; background-color:#0033CC; border-top:2px solid #0033CC;}
.blueedge {border: 1px solid #0033FF;}
.sidebar {
	background-color:#FFCC99;
	border-left: 2px solid #0033CC;
}
.footer {
	background-image:url(assets/layout/footerbg.gif);
	background-repeat:repeat-x;
	font-size: 10px;
	color: #FFFFFF;
	font-family: 'Helvetica Neue', Helvetica, Tahoma, Arial, sans-serif;
	padding-left: 4px;
	padding-top: 4px;
}
.footer p {
	text-align:left;
	font-size: 10px;
	color: #FFFFFF;
	font-family: 'Helvetica Neue', Helvetica, Tahoma, Arial, sans-serif;
}
.articleheader {
	width: 100%;
	height: 32px;
	background-image:url(assets/layout/footerbg.gif);
	background-repeat:repeat-x;
	font-family: 'Helvetica Neue', Helvetica, Tahoma, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:left;
	color:#FFFFFF;
	padding:2px;
}
.grayed-out {
	color: #888;
}
.center {
	text-align: center;
}
