body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
	text-align: left;
	margin:10px 50px; padding:20px;
	}
	
#Content {
	margin:200px auto;
	text-align:left;
	padding:15px;
	}

a:link {
	background-color: transparent;
	color: #B22222;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	background-color: transparent;
	color: #2F4F4F;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

a:active {
	background-color: transparent;
	color: #B22222;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

b {
	font-weight: 600;
}

blockquote {
	margin-bottom: 1.33em;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 1.33em;
}

bullet {
	list-style-image: url(../../graphics/bullet.gif);
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 48px;
	margin: 10;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	margin-top: 0;
}

h4 {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-align: right;
}

h6 {
	background-color: #FFCC66;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	padding: 3px;
	text-align: left;
}

hr {
	border: 1px inset;
}

p {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

print {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
}

p.first {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

p.first:first-letter {
	float: left;
	font-size: 150%;
}

p.first:first-line {
	font-variant: small-caps;
	font-weight: bold;
}

ul {
	list-style-type: square;
}

ul ul {
	list-style-type: disc;
}

ul ul ul {
	list-style-type: circle;
}

