BODY {
	font-family: Arial, sans-serif;
	font-size: medium;
	text-align: left;
	background-image: none;
	background-color: #CCFFFF;
	border-left: 0px;
	margin: 0px 0px;
}

TD {
	font-family: Arial, sans-serif;
	font-size: xx-small;
	text-align: left;
	margin-left: 5px;
}
H1 {
	font-size: x-large;
	color: #FFEBCD;
	font-variant: normal;
	font-weight: bold;
	margin-left: 20px;
}
H2 {
	font-size: large;
	color: #FFEBCD;
	font-variant: normal;
	font-weight: bold;
	margin-left: 25px;
}
H3 {
	font-size: medium;
	color: #FFEBCD;
	font-variant: small-caps;
	font-weight: bold;
	margin-left: 30px;
}
H4 {
	font-size: x-small;
	font-variant: normal;
	font-weight: bold;
	color: #270F3E;
	margin-left: 20px;
}
li {
	font-family: sans-serif;
	font-size: x-small;
	font-style: normal;		
	margin-left: 20px;
	}
A {
	text-decoration: none;
	color: Blue;
	font-size: small;
	font-family: Arial;
	font-style: italic;
}

A:Hover {
	text-decoration: none;
	color: #000040;
	font-size: small;
	font-family: Arial;
	font-style: italic;
	font-weight: bold;
}

HR {
	color: #CCCC99;
	height: 1pt;
}

p {
	font-family: sans-serif;
	font-size: small;
	color: Black;
	font-style: normal;
}

table {
	background-color: transparent;
	border: 1px #336699;
}
table.header {
	background-color: #336699;
}

