@charset "ISO-8859-1";

.bulleting {
	list-style-type: circle;
	margin-top: 6px;
	margin-right: 30px;
	margin-bottom: 6px;
	margin-left: 10px;
	text-align: justify;
	text-indent: 0px;
	display: inline-block;
}

/* CSS Document */

body { 

	background-image: url(http://phildeqi.com/images/wu-fu-shou-bgtest.jpg);
	background-color: #525E4A;
	margin-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #3A4539;
}

p,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #3A4539;
}

.bordered-image-right {
	float: right;
	border: 2px solid #144B0C;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

a:link {
	text-decoration: none;
	color: #3A583B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #7D8176;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #839B72;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #7B907C;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
h1 {
	font-size: 18pt;
	color: #3A583B;
}

h2 {
	font-size: 16pt;
	color: #3A583B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
}
h3 { font-size: 14pt; }
h4 { font-size: 12pt; }

.style1 {
	font-size: 14pt;
	font-style: italic;
}

.style2 {
	font-size: 24pt;
	font-weight: bold;
}

.style3 {
	font-size: 18pt;
	color: #006600;
}

.style4 {
	font-size: 16pt;
	color: #336600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.style5 {
	font-size: 16pt;
	font-weight: bold;
	color: #415944;
}
.style6 {color: #3A583B}
.style7 {
	font-size: 14pt;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.Ten_Pt_text {
	font-size: 14px;
	font-weight: bold;
}

.Ten_Pt_Only {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #333D32;
}

.Point12_DkGrn
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #333D32;
}

ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	text-align: justify;
	margin-left: 0px;
	text-indent: 0px;
	display: list-item;
	margin-right: 20px;
	list-style-position: outside;
	list-style-type: square;
}

.bordered-image-left
{
	float: left;
	border: 2px solid #144B0C;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 5px;
}

.CenteredSectionTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 2px;
	text-align: center;
}
.img_marginrt_6px { margin-right: 6px; }
