@charset "utf-8";
/* CSS Document */

body {
	font-size:12px;
	margin:0px;
}


.content {
	width:550px;
/*	margin:25px 30px 10px 30px;
*/}
	.content p {
		line-height:25px;
		margin:2px 10px;
		padding-left:20px;
		background-image:url(../../images/iconff.gif);
		background-repeat:no-repeat;
		background-position:4px 5px;
		border-bottom:1px dashed #888888;
	}
	.content p span{
		width:70px;
		float:right;
		font-size:10px;
		color:#CE3201;
	}
		a:link {
			COLOR: #484848; TEXT-DECORATION: underline
		}
		a:visited {
			COLOR: #666666; TEXT-DECORATION: none
		}
		a:hover {
			COLOR: #A20000; TEXT-DECORATION: underline;
		}
		a:active {
			COLOR: #000000
		}
