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

H1 {
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	font-size : 14pt;
	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: #7C6858;
	font-size : 11pt;
}

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

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

table {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size : 10pt;
}

li {
	font-family: "Times New Roman", Times, serif;
	color: #776355;
	font-size : 11pt;
}

hr {
	width: 100%;
	color: #666666;
}

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

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

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

a:active {
	color : #FFFFFF;
}

.r {
	color:#066839
}
.r:link {
	color:#066839
}
.r:hover {
	color:#766253;
	text-decoration: underline;
}
.r:visited {
	color:#066839;
	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 : #066839;
}
.text {
	color:#066839
}

