/* CSS Document */

BODY, HTML{
	margin:0;
	padding:0;
	
	font-size:0.8em;
	color:#656565;
	font-family:Helvetica, Arial, "Trebuchet MS", sans-serif;
	background:url(../images/bkg.gif) center top repeat-y #f7f7f7;	
}


DIV.content{
	
	margin:0 auto;
	width:909px;
	
}


H5{
	padding:25px 30px 0 20px;
	margin:0 0 5px 0;
	font-size:1em;
	font-weight:bold;
	text-align:right;
}

P{
	padding:20px 30px 0 20px;
	margin:0 0 15px 0;
	text-align:right;
	line-height:21px;
}

A{
	color:#656565;
	text-decoration:underline;
}

A:HOVER{
	text-decoration:none;
}

IMG.head{
	 padding:40px 0 0 0;
}
 
