@import url(public.css);

.content h2 {
font-family: "Myriad Pro", "Myriad Web", Myriad, Tahoma, "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Georgia, Verdana, Arial, sans-serif;
font-size: 20px;
color: #245d54;
font-weight: normal;
margin: 0 0 5px 0px;

}

.content h3 {
font-family: "Myriad Pro", "Myriad Web", Myriad, Tahoma, "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Georgia, Verdana, Arial, sans-serif;
font-size: 16px;
color: #245d54;
font-weight: bold;
margin: 0 0 5px 0px;
}

.content p {
	font-size: 12px;
	margin-bottom: 15px;
}
.content ul {
	margin-left: 28px;
	padding-top: 15px;
}
.content ul li {
	background: url(images/awore_li.gif) no-repeat 0 8px;
	padding-left: 15px;
	margin-bottom: 10px;
}
.content ul a {
	font-size: 12px;
	font-weight: bolder;
	color: #1c4a42;
}
