@import "layout.css";
@import url('layout.css');
@import "forms.css";
@import url('forms.css');
@import "slimbox.css";
@import url('slimbox.css');

body {
	margin: 0;
	padding: 0;
	background: #fff url(../images/mainbg.png) repeat-x;
	text-align: center;
	color: #535353;
	font: 1em Arial, Helvetica, sans-serif;
}

div {
	color: #4D4D4D;
}

p {
	padding: 0;
	margin: 0 0 10px 0;
}

h1 {
	font: 18px Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #E11621;
	padding: 0;
	margin: 0 0 15px 0;
	background: url(../images/h1.gif) bottom repeat-x;
	clear: both;
}

h2 {
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 10px 0;
}

h3 {
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	margin: 0 0 10px 0;
}

h4 {
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	margin: 0 0 10px 0;
}


td, th {
	font-size: 0.8em;
}

a {
	color: #E11621;
	text-decoration: none;
}

a:hover {
	color: #4D4D4D;
	text-decoration: none;
}

div.newstext a, div.newstext a:hover {
	text-decoration: none;
}

a.lnknewsall {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #E11621;
	width: 200px;
	line-height: 26px;
	background: url(../images/leftnavbg2.png) bottom left no-repeat;
}

a.lnknewsall:hover {
	color: #000;
}

a.lnknewsall span {
	padding: 0 10px 0 24px;
}

a.lnkprint {
	background: url(/images/icons/print.png) center left no-repeat;
	padding: 0 0 0 18px !important;
	line-height: 16px;
	color: #535353;
	text-decoration: none;
}

a.lnkprint:hover {
	color: #034065;
}

a.lnkbookmark {
	background: url(/images/icons/bookmark.png) center left no-repeat;
	padding: 0 0 0 18px !important;
	line-height: 16px;
	color: #535353;
	text-decoration: none;
}

a.lnkbookmark:hover {
	color: #034065;
}

a.lnkmag {
	background: url(/images/icons/mag.png) center left no-repeat;
	padding: 0 0 0 20px;
	color: #E11621;
	text-decoration: none;
}

a.lnkarrow {
	background: url(/images/icons/arrow.gif) center left no-repeat;
	font-weight: bold;
	padding: 0 0 0 18px !Important;
	color: #E11621;
	text-decoration: none;
}

a.lnkpdf {
	background: url(/images/icons/pdf.gif) center left no-repeat;
	padding: 0 0 0 20px !Important;
	color: #E11621;
	text-decoration: none;
}

a.lnkmag:hover, a.lnkarrow:hover, a.lnkpdf:hover {
	color: #000;
}

img {
	border: 0;
}

img.imgborder {
	border: 1px solid #ddd;
}

ul {
	margin: 2px 10px;
	padding: 0;
}

li {
	list-style-position: inside;
	list-style-type: square;
}

div.bodytext ul {
	margin: 0 10px;
	padding: 0;
}

.txt10 {
	font-size: 10px;
}

.txt11 {
	font-size: 11px;
}

.footdiv {
	color: #DADADA;
	padding: 0 8px;
}

.red {
	color: #E11621;
}

.red2 {
	font-size: 14px;
	color: #E11621;
}


.txt12 {
	font-size: 12px;
}

.clfx {
	height: 0;
	clear: both;
}

.bold {
	font-weight: bold;
}

.lgrey {
	color: #CFCFCF;
}

.noborder {
	border: 0 !important;
}

.flleft {
	float: left;
}

.flright {
	float: right;
}

.tcenter {
	text-align: center;
}

.tleft {
	text-align: left !important;
}

.tright {
	text-align: right !important;
}

.err {
	color: #CC0000;
}

.imgleft {
	float: left;
	margin: 0 20px 20px 0;
}
.imgright {
	float: right;
	margin: 0 0 20px 20px;
}

span.yearsep {
	margin: 0 8px;
	color: #E1E1E1;
}

div.newstext h2 {
	font: 17px Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: 600;
	color: #034065;
	padding: 0;
	margin: 0 0 6px 0;
	clear: both;
}

div.newstext span {
	font-size: 10px;
	font-weight: normal;
}

div.newstext p {
	font-size: 11px;
	font-weight: normal;
}

/* Fading Tooltips */
#dhtmltooltip{
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	padding: 2px 6px;
	background-color: #fff;
	border: 2px solid #E5E5E5;
	color: #555;
	visibility: hidden;
	z-index: 1000;
}