/* main_elements ===============================================  */
@font-face {
	font-family: 'metaC';
	src: url('../fonts/metaCNormalIE.eot?') format('embedded-opentype'),
		 url('../fonts/metaCNormal.otf') format('opentype');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'metaC';
	src: url('../fonts/metaCBoldIE.eot?') format('embedded-opentype'),
		 url('../fonts/metaCBold.otf') format('opentype');
	font-weight: bold;
	font-style: normal;

}


html, body, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, blockquote, form, fieldset, legend, table, td, th, div {
	margin: 0;
	padding: 0;
}

.ws {text-shadow:0px 1px 0px #FFF;}
.newsheadercell {background-image:url(../images/newheaderbg.jpg); background-repeat:no-repeat; background-position:bottom; padding:5px;}

.psm {
	font-family: Arial, sans-serif;
	font-size: 0.75em;
}

.smimage {float:left; width:148px; height:110px; background-image:url(../images/smpicframe.png); background-repeat:no-repeat; padding:4px;}

.smiblock {padding:0px 5px 5px 5px;}


.header,
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.3;
	font-weight: bold;
}

.header_h4,
h4 {
	font-family: metaC, Arial, sans-serif;
	margin: 0 0 0.4em 0;
	font-size: 1.1em;
}

img {
	border: none;
}

a {
	color: #003300;
	text-decoration: none;
	border-bottom: 1px dotted #b2cfe6;
}

.unvisited a:visited {
	color: #003300;
	border-bottom-color: #b2cfe6;
}


a:visited {
	color: #003300;
	border-bottom-color: #b2cfe6;
}

a:hover {
	color: #003300;
	border-bottom: 1px solid;
	border-bottom-color: #003300;
}