@charset "iso-8859-1";

A:link { text-decoration : none ; color : #18a097 ; }
A:visited { text-decoration : none ; color : #80c4c0 ; }
A:hover { text-decoration : underline ; color : #d95293 ; }


/*EACH MESSAGE AREA*/
.main_message {
	width: 728px;
	height: 248px;
	padding: 0px;
	margin: 0px;
	background-color: #f5edd5;
	text-align: left;
	position: absolute; }


/*RRELEASE INFORMATION AREA*/
.main_info {
	width: 728px;
	height: 101px;
	margin: 248px 0px 0px 0px;
	padding: 0px;
	background-image: url(info_frame_2.gif);
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute; }
	
.info_date {
	width: 252px;
	height: 89px;
	margin: 14px 0px 0px 176px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #643b39;
	line-height: 16px;
	font-weight: normal; 
	position: absolute; }
	
.info_text {
	width: 476px;
	height: 89px;
	margin: 14px 0px 0px 252px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #643b39;
	line-height: 16px;
	font-weight: normal; 
	position: absolute; }


/*STYLE DEFINITION*/
p.message {
	margin: 32px 0px -8px 100px;
	padding: 0px; }


