/* --- general --- */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005231;
}

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 800px;
}

a { outline:none; }
a img {	border: none; }

/* --- SECTIONS --- */

/* #contents {
	background:url(../images/white_shadow.jpg) repeat-y;
} */

#sidebar {
	background: url(../images/index_09.gif) repeat-y;
}

#contents {
	width: 600px;
}

#sidebody {
	padding: 10px;
}

#sidebar a:link {
	color:#360;
}

#sidebar a:visited {
	color:#330;
}

#sidebar a:hover {
	color: #009;
	text-decoration:none;
}

.destaque {
	font-weight: bold;
	color: #415C12;
}

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

.small {
	font-size: 10px;
}

ul {
	list-style-image: url(../images/dot_sq10_md.gif);
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #548D1E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #75C42B;
}

h2 {
	font-size: 16px;
	color: #36F;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #009966;
	text-align: center;
}

a:link {
	text-decoration: underline;
	color: #36F;
}
a:visited {
	text-decoration: underline;
	color: #00C;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: underline;
	text-align: center;
}
.small_gray {
	font-size: 10px;
	color: #360;
}
.bible_verse {
	font-style: italic;
	color: #999966;
}
.quotation {
	font-style: italic;
	color: #039;
}

.float-left {
	float:left;
	margin-right: 20px;
}

.float-right {
	float:right;
}
.linesep {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A5D14F;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: justify;
}
.boxed {
	padding: 4px;
	border: 1px dashed #CCC;
	text-align: justify;
	margin: 10px;
	background-color: #FFF;
	clear: both;
}

