<style>

* { 
	border: 0 ; 	
	margin: 0 ; 	
	padding: 0 ; 
}

body { 
	font-family: Verdana;
	font-size: 10pt;
	background: url('img/spacer2.gif');
}

.bl {background: url(img/bl.gif) 0 100% no-repeat #FFF; } 
.br {background: url(img/br.gif) 100% 100% no-repeat} 
.tl {background: url(img/tl.gif) 0 0 no-repeat} 
.tr {background: url(img/tr.gif) 100% 0 no-repeat; padding:10px} 

.newone   { 
	display: block;
	width: 400px;
	height: 25px;
	background: url(img/new3.png) no-repeat;
	padding-left: 15px;
	padding-top: 2px;
	font-size: 14pt;
	font-weight: bold;
}

.div_item { 
	border: 1px solid black; 
	background: #EEE;
	width: 100%;
	margin-bottom: 20px;
}

.h3_div { 
	font-size: 18pt;
	border: 1px solid red;
	float: right;
	position: absolute;
	top: -10;
	left: 200;
}

.div_main {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
	
.table_item { 
	border: 1px solid black; 
	width: 100%;
}

.table_item td { 
	border: 1px solid black; 
}

a         { text-decoration: underline; clear: left; } 
a:link    { color: green; } 
a:visited { color: green; } 
a:hover   { color: red; } 

</style>
