@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#353535;
	background-color:#ffffff;
	margin-top: 0px;
	border-style:none;
}


#cap-widget {
	width: 1005px;
	padding: 10px;
	margin:30px auto;
	border-style:none;
}


hr.top {
	border-bottom: 8px solid #003366;
}


#attention
{
	font-style: italic;
	width: 80%;
	margin-top: 20px;
	padding: 20px;
	background-color: #E1E1E1;
}