body {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #2c2c2c;
}

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: Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size : 11pt;
}

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

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

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

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

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

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

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

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

a:active {
	color : #5099C0;
}

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

.headings {
	color:#5099C0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13pt;
}

img {
	border-color : #444444;
}

