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

body {
	color: #333;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	color: #013788;
	font-size: 19px;
}

h2 {
	color: #505050;
	font-size: 17px;
}

a {
	color: #01818A;
}

a:hover {
	color: red;
	text-decoration: none;
}


#content {
	padding: 0 10px 0 10px;
}

#content p {
	text-align: justify;
}

#menu {
	margin: auto; 
	background-color: #f1f1f3; 
	border: 1px solid #e0e0e0
}

#menu td {
	padding-left: 18px;
	height: 25px;
	border-bottom: 1px dotted #c1c1c2;
	background: url(img/arrow.gif) no-repeat left;
}

#claim {
	background: #eeecb7; 
	width: 90%; 
	margin: auto; 
	margin-bottom: 30px; 
	padding-left: 15px; 
	border: 2px dashed #d56a6a;
	color: #505050;
	font-size: 13px;
	text-align: left;
}

#news {
	padding: 0 0 0 15px;
	font-size: 10px
}
