@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;
	text-align: center;
	color: #333;
	font: 1em Arial, Verdana, sans-serif;
}

div {
	color: #000;
}

p {
	padding: 0;
	margin: 0 0 10px 0;
	line-height:18px;
}

h1 {
	font: 22px Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #333;
	margin: 0 0 2px 0;
	padding: 0;
}

h2.bread {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4C4C4C;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	clear: both;
}

h2 {
	font: 16px Arial, verdana;
	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: #009;
	margin: 0 0 10px 0;
}


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

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

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

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

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

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

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

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

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

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

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

p a:link{color:#009; text-decoration:underline; background-color:inherit;} 
p a:visited{color:#009; text-decoration:underline; background-color:inherit;}
p a:hover{color:#06c; text-decoration:none; background-color:inherit;}

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

img {
	border: 0;
}

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

li {
	list-style-type: square;
}

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

.txt10 {
	font-size: 10px;
}

.txt11 {
	font-size: 11px;
}

.red {
	color: #009;
}

.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;
}

.imgmain {
	padding:9px;
	border: 1px solid #999;
	margin: 0 0 5px 0px;
}

.imgright {float:right;
	padding:9px;
	border: 1px solid #999;
	margin: 0 0 5px 10px;
}

.imgleft {float:left;
	padding:9px;
	border: 1px solid #999;
	margin: 0 10px 5px 0;
}

div.newstext h2 {
	font: 17px Arial, Helvetica, sans-serif;
	line-height: 14px;
	font-weight: 600;
	color: #4C4C4C;
	background: url(../images/icons/news.png) no-repeat;
	padding: 0 0 0 22px;
	margin: 0 0 6px 0;
	clear: both;
}

div.newstext span {
	font-size: 11px;
	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 #ccc;
	color: #555;
	visibility: hidden;
	z-index: 1000;
}