body {
	margin-top: 20px;
	margin-left: 0px;
	background-color: #FFFFFF;
	background-image: url(images/bg.png);
}

H1 {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size : 18pt;
	display : inline;
}

H2 {
	font-family: "Times New Roman", Times, serif;
	color: black;
	font-size : 16pt;
}

H3 {
	font-family: "Times New Roman", Times, serif;
	color: black;
	font-size : 14pt;
}

H4 {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size : 12pt;
	font-weight: normal;
}

p {
	font-family: "Times New Roman", Times, serif;
	color: #643C16;
	font-size : 12pt;
}

b {
	font-family: "Times New Roman", Times, serif;
	color: #643C16;
	font-size : 12pt;
}

i {
	font-family: "Times New Roman", Times, serif;
	color: #00643C160000;
	font-size : 12pt;
}

table {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size : 10pt;
}

li {
	font-family: "Times New Roman", Times, serif;
	color: #643C16;
	font-size : 12pt;
}

hr {
	width: 100%;
	color: #643C16;
}

a:link {
	color : #FFFFFF;
	text-decoration: none;
}

a:visited {
	color : #FFFFFF;
	text-decoration: none;
}

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

a:active {
	color : #FFFFFF;
}

.r {
	color:#FFFFFF
}
.r:link {
	color:#643C16;
	text-decoration: underline;
}
.r:hover {
	color:#66CCCC;
	text-decoration: underline;
}
.r:visited {
	color:#643C16;
	text-decoration: underline;
}

.s {
	color:#FFFFFF
}
.s:link {
	color:#FFFFFF
}
.s:hover {
	color:#000000;
	text-decoration: underline;
}
.s:visited {
	color:#FFFFFF;
	text-decoration: underline;
}

img { border-color : #000000; }
