body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111111;
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color:#FFFFFF;
	overflow: auto; 
}

/* Headers */

H1, .H1, H2, .H2, H3, .H3, H4, .H4  {
	font-family:"Times New Roman", Times, serif;
	color:#333333;
}

H1, .H1 {
	font-size:24px;
}
H2, .H2 {
	font-size:18px;
}
H3, .H3 {
	font-size:16px;
}
H4, .H4 {
	font-size:14px;
}

/* Regular text */

span, li, p, div, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111111;
}

/* Hyperlinks */

a {
	color: #000099;
	text-decoration:none;
}

a:link {
	color: #000099;
	text-decoration:none;
}
a:visited {
	color: #000099;
	text-decoration:none;
}
a:hover {
	color: #0000FF;
	text-decoration:underline;
}
a:active {
	color: #0000FF;
	text-decoration:underline;
}

/* Copyright string */

.Copyright {
	font-size: 11px;
	font-family: Times New Roman, Times, serif;
	color: #999999;
}

