ul {
	list-style-image: url(../images/dot_sq10_md.gif);
}
.destaque {
	font-weight: bold;
	color: #FC3;
}
.small {
	font-size: 10px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #74C32A;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #406C17;
	border-right-color: #406C17;
	border-bottom-color: #406C17;
	border-left-color: #406C17;
}
h2 {
	color: #FF9900;
	font-size: 14px;
}

.destaque2 {
	font-weight: bold;
	color: #F90;
}

a:link {
	text-decoration: underline;
	color: #CCFF66;
}
a:visited {
	text-decoration: underline;
	color: #33CC00;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #009966;
	text-align: center;
}
.small_gray {
	font-size: 10px;
	color: #999999;
}
.bible_verse {
	font-style: italic;
	color: #999966;
}
.quotation {
	font-style: italic;
	color: #339900;
}
#side-topic {
	color: #CCC;
	padding: 10px;
}

#side-topic a {
	color:#CF9;
	text-decoration:none;
	font-weight:bold;
}

#side-topic a:hover {
	color:#FFF;
	text-decoration:underline;
}
.float-right {
	float: right;
	margin-left: 20px;
}
