/* CSS Document */

p.Title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
	text-decoration: underline;
	}
p.SubTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	margin-top: -10px;
	margin-left: 10px;
	}
p.Note, div.Note {
	margin: 0.5em;
	padding: 0.5em;
	background-color: #CCCCCC;
	border: 1px solid #666666;
	}