
*{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
body{
	font-size:14px;
	line-height:200%;
}

ul{
	list-style:disc  inside;
}

img{
	border:0px;
	padding:5px;
}
img.top{
	border:0px;
	padding:0px;
}

a{
	color:#00f;
}
a:hover{
	color:#FF3300;
	text-decoration:underline;
}

.title{
	border-bottom:1px solid #DDD;
	height:53px;
	line-height:53px;
	margin:0px 10px;

	text-align:center;
	font-size:16px;
	font-weight:bold;
}

.body{
	padding:0px 10px;
}
