body {
  background:#FFFFFF url(bg.gif) right repeat-y;
	font-family:courier new, san-serif;
	font-size:11px;
	color:#000000;
	margin:0px;
	padding:0px;
	}


a {color: #E05555; text-decoration:none;}
a:visited {color:#E05555; text-decoration:none;}
a:hover {color:#E05555; text-decoration:underline;}


.content
{
 position:absolute;
 right:0px;
 top:95px;
 width:401px;
}


.title
{ 
 position:absolute;
 top:0px;
 right:0px;
 height:96px;
 width:400px;
 background:url(title.gif) no-repeat top right;
}

*html .title
{ 
 position:absolute;
 top:0px;
 right:-1px;
 height:96px;
 width:400px;
 background:url(title.gif) no-repeat top right;
}

.text
{
 width:360px;
 margin: 10px 10px 10px 15px;
 font-family:courier new, san-serif;
 font-size:11px;
 line-height:13px;
 padding:5px 0px 15px 15px;
 border-bottom: 1px solid #540000;
}


p
{
 color:#000000;
 font-weight:bold;
 padding:0px;
 text-align:center;
}

