html {
	margin:  0;
	padding: 0;
}
body {
	background-position: 	left top;
	background-attachment:	fixed;
	background-color: 	#707070;
	font-family: 		Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 			12pt;
	font-weight: 		normal;
}

#wrapper {
	position:			relative;
	top:				0;
	width:			900px;
	height:			auto;
	margin: 			0 auto;
}
#header {
	width:			900px;
	height:			96px;
	background-image:		url('webimages/hdw-banner.gif');
	background-repeat:	no-repeat;
}
#container {
	float:			left;
	width:			100%;
	background-image:		url('webimages/background.png');
	background-repeat:	repeat-y;
}
#content-left {
	position:			relative;
	float:			left;
	width:			115px;
	padding-left:		9px;
	padding-right:		9px;
	padding-top:		12px;
}
#content {
	position:			relative;
	float:			left;
	width:			600px;
	padding:			10px;
}
#content-right {
	position:			relative;
	float:			left;
	width:			120px;
	padding-left:		12px;
	padding-top:		20px;
}
#clear {
	clear:		both;
}
#footertop {
	height:		12px;
	background-image:	url('webimages_new/background4.png');
	background-repeat: no-repeat;
}
#footer {
	background: 	#B4A267 url('images/footer.png') center center repeat-x;
	color:		#202020;
	font-style:		italic;
	font-size:		8pt;
	text-align:		right;
	padding:		4px;
	width:		892px;
	height:		auto;
}

img.floatLeft {
	float:	left;
	margin:	6px;
}
div.clear {
	clear:	both;
}
a.large {
	background-color:		yellow;
	color:			blue;
	font-size:			18pt;
}
a:link {
	color: #970F52;	
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 
	font-style: italic;
	font-size:	10pt;
}
a:visited {
	color: #970F52;		
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 
	font-style: italic;
	font-size:	10pt;
}
a:hover {
	color: #B04040;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 
	font-style: italic;
	font-size:	10pt;
}
a:active {
	color: #970F52;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 
	font-style: italic;
	font-size:	10pt;
}

a.hdw:link {
	color: #06A545;	
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:	10pt;
}
a.hdw:visited {
	color: #06A545;		
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:	10pt;
}
a.hdw:hover {
	color: #06A545;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:	10pt;
}
a.hdw:active {
	color: #06A545;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:	10pt;
}

h1 {
	font-family: Verdana, sans-serif; 
	font-size:   12pt; 
	color:	 #002040;			/*#970F52;*/
}

h2, h3 {
	font-family: Verdana, sans-serif; 
	font-size: 12pt; 
	color: #2D2D2D;
}
h3.red {
	font-family: Verdana, sans-serif; 
	font-size: 12pt; 
	color: #FF0000;
}

li.hdw_info {
	font-size: 12pt; 
}
li.hdw_mst {
	font-size: 12pt; 
	color: #0000BB;
}
p.center{
	text-align: center;
}
p.indent {
	margin-left:	40px;
	margin-right:	40px;
}
table {
	border-collapse:	collapse;
}
table.center { 
	margin-left: auto; 
	margin-right: auto; 
} 
table.login {
	background-color:	#C7C58E;
	border-style: 	solid;
	border-width:	1px;
	border-color:	gray;
	font-style: 	italic;
	width:		110px;
}
div.login {
	background-color:	#C7C58E;
	border-style: 	solid;
	border-width:	1px;
	border-color:	gray;
	font-style: 	italic;
	width:		110px;
	padding:		5px;
}

/* ----------------------------------
	NEWS data
---------------------------------- */


span.datahdr {
	display:		block;
	background-color: #AAAAAA;
	width:		600px;
	text-align: 	left;
	font-weight: 	bold;
}
span.datasubhdr {
	display:		block;
	background-color: #DADADA;
	width:		600px;
	text-align: 	left;
}
span.datacomhdr {
	display:		block;
	font-style:		italic;
	width:		600px;
	text-align: 	left;
}


td.menutxth, span.menutxth {
	font-style: normal;
	font-size:	9pt;
	font-weight: bold;
}
td.menutxt, span.menutxt {
	font-size:	8pt;
}
td.menutxti, span.menutxti {
	font-size:	8pt;
	font-style: italic;
}
img.center {
	display: block;
	margin-left: auto; 
	margin-right: auto; 
}
th.col-hdr, th.col-hdr1 {
	background-color: #ACAA80;
}
th.col-hdr2 {
	background-color: #9C9A70;
}
th.col-hdr3 {
	background-color: #8C8A60;
}
td.col-1 {
	font-size: 	10pt;
	text-align: 	left;
}
td.col-1c {
	font-size: 	10pt;
	text-align: 	center;
}
td.col-1r {
	font-size: 	10pt;
	text-align: 	right;
}
td.col-2 {
	font-size: 	10pt;
	text-align: 	left;
}
td.col-2c {
	font-size: 	10pt;
	text-align: 	center;
}
td.col-2r {
	font-size: 	10pt;
	text-align: 	right;
}



td.cola-1 {
	font-size: 	10pt;
	text-align: 	left;
}
td.cola-1c {
	font-size: 	10pt;
	text-align: 	center;
}
td.cola-1red {
	font-size: 	10pt;
	text-align: 	left;
	color:		#FF0000;
}
td.cola-1redc {
	font-size: 	10pt;
	text-align: 	center;
	color:		#FF0000;
}
td.cola-2 {
	background-color: #C7C7B8;
	font-size: 	10pt;
	text-align: 	left;
}
td.cola-2c {
	background-color: #C7C7B8;
	font-size: 	10pt;
	text-align: 	center;
}
td.cola-2red {
	background-color: #C7C7B8;
	font-size: 	10pt;
	text-align: 	left;
	color:		#FF0000;
}
td.cola-2redc {
	background-color: #C7C7B8;
	font-size: 	10pt;
	text-align: 	center;
	color:		#FF0000;
}

td.ond-0c {
	text-align: 	center;
}


td.ond-1 {
	background-color: #CDCB98;
	font-size: 	10pt;
	text-align: 	left;
}

td.ond-1c {
	background-color: #CDCB98;
	font-size: 	10pt;
	text-align: 	center;
}

td.ond-1r {
	background-color: #CDCB98;
	font-size: 	10pt;
	text-align: 	right;
}

td.ond-2 {
	background-color: #BDBB98;
	font-size: 	10pt;
	text-align: 	left;
}

td.ond-2c {
	background-color: #BDBB98;
	font-size: 	10pt;
	text-align: 	center;
}

td.ond-2r {
	background-color: #BDBB98;
	font-size: 	10pt;
	text-align: 	right;
}


th.sys_hdr1 { 
	background-color: #400000; 
	color:            #BB0000; 
	text-align:       center; 
	font-size:        14pt; 
}
th.sys_hdr1ok {
	background-color: #00C000;
	border-color:     #00FF00;
	font-size:		14pt;
}

td.sys_opm { 
	border-color:	#382928;
	border-style:	solid;
	border-width:	1px;  
	background-color: #000000; 
	color:            yellow;  
	font-size:        10pt; 
}
th.hdw_hdr1 {
	background: #4E7062;
	color: #FFFFFF;
	font-size: 14pt;
	text-align: center;
}

th.hdw_hdr2 {
	background: #5E8072;
	color: #FFFFFF;
	font-size: 12pt;
	text-align: center;
}

th.hdw_hdr1-l {
	background: #4E7062;
	color: #FFFFFF;
	font-size: 14pt;
	text-align: left;
}

th.hdw_hdr2-l {
	background: #5E8072;
	color: #FFFFFF;
	font-size: 12pt;
	text-align: left;
}

th.hdw_hdr3 {
	background: #003000;
	color: #DDDD44;
	font-size: 14pt;
	text-align: center;
}
th.hdw_hdr4 {
	background: #5C947C;
	color: #FFFFFF;
	font-size: 10pt;
	text-align: center;
}

th.hdw_info1 {
	background: #1E4032;
	color: #FFFFFF;
	font-size: 10pt;
	text-align: left;
}

th.hdw_info2 {
	background: #2E5042;
	color: #FFFFFF;
	font-size: 10pt;
	text-align: left;
}

td.hdw_info0 {
	color: #000000;
	font-size: 10pt;
	text-align: left;
}

td.hdw_info1 {
	background: #1E4032;
	color: #FFFFFF;
	font-size: 10pt;
	text-align: left;
}
td.hdw_info1b {
	background: #1E4032;
	color: cyan;
	font-size: 10pt;
	text-align: left;
}
td.hdw_info1checked {
	background: #1E4032;
	color: yellow;
	font-size: 10pt;
}

td.hdw_info1c {
	background: #1E4032;
	color: #FFFFFF;
	font-size: 12pt;
	text-align: center;
}

td.hdw_info1i {
	background: #1E4032;
	color: #CCCC33;
	font-size: 10pt;
}

td.hdw_info2 {
	background: #2E5042;
	color: #FFFFFF;
	font-size: 10pt;
	text-align: left;
}
td.hdw_info2b {
	background: #2E5042;
	color: cyan;
	font-size: 10pt;
	text-align: left;
}

td.hdw_info2checked {
	background: #2E5042;
	color: yellow;
	font-size: 10pt;
}

td.hdw_info2a {
	background: #2E5042;
	color: #FFFFFF;
	font-size: 12pt;
}

td.hdw_info2c {
	background: #2E5042;
	color: #CCCC33;
	font-size: 12pt;
	text-align: center;
}

td.hdw_info2i {
	background: #2E5042;
	color: #CCCC33;
	font-size: 10pt;
}

td.hdw_noot {
	background: #2E5042;
	color: #FFFF00;
	font-size: 10pt;
	font-style: italic;
	text-align: center;
}
td.hdw_sep {
	background: #240000;
	color: #FFFFFF;
	height: 10px;
	font-size: 8pt;
}
td.mail_info {
	font-size: 10pt;
	text-align: left;
}
.mail_info1 {
	font-size: 10pt;
	text-align: left;
}
.mail_info2 {
	font-size: 10pt;
	text-align: left;
}

small.exam {
	color: yellow;
	font-size: 10pt;
	font-style: italic;
}
	
