body {
max-width:610px;
color : #7a7a7a;
margin : 0px;
font-family : Times;
margin:3px auto;
}

a {
text-decoration:none;
color : #DA251C;
}

a:hover {
	text-decoration: underline;
	color: #F60;
	text-align: right;
}
.logo{
	background:#FFECDF;
	padding:5px;
	text-align:center;
	
}
.box{
	background:#FFECDF;
	padding-left:5px;
	
}
.box ul{
	margin:0;
	padding:4px 0;
}
.box ul li{
	list-style:none;
	padding:2px 0 2px 22px;
	background: url(bullet.gif) no-repeat;
	background-position:2px 6px;
}

.title {
color : #fff;
font-weight:bold;
text-align:center;
background-color : #F60;
padding-left: 10px;
border-top:4px solid  #F8C301;
border-bottom:4px solid  #F8C301;
}

.content {
background-color : #f1f1f2;
margin-right : 0px;s
margin-left : 0px;
padding : 4px;
border-right : 1px solid #e5ecf4;
border-left : 1px solid #e5ecf4;
}

.foottitle {
	text-align:center;
	background-color: #F60;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	border-top:4px solid  #F8C301;
	border-bottom:4px solid  #F8C301;
}

.text {
	color: #fff;
	font-size:12px;
}
.copyright {
	text-align:center;
	color:#FFF;
	font-size:13px;	
}
.blink{
	color:#FFF;
}
.blink:hover{
	color:#F60;
}
