@charset "utf-8";


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
h1 {
	font-size: x-large;
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: 0px;
	border-bottom-style: double;
	border-bottom-color: #0066FF;
	color: #0066FF;
	font-family: "Times New Roman", Times, serif;
}
h2 {
	font-size: medium;
	font-weight: bold;
	color: #0066FF;
	text-decoration: underline;
}
h3 {
	font-size: medium;
	font-weight: normal;
	color: #0066FF;
}
h4 {
	font-size: small;
	margin-top: 0px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-left: 18px;
}
h5 {
	font-size: small;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 36px;
}
th {
	font-size: small;
	font-weight: bold;
	background-color: #AACCFF;
	text-align: left;
	vertical-align: text-top;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #0066ff;
}
a:active {
	text-decoration: none;
	color: #0066ff;
}


.Emphasis {
	font-family: "Tempus Sans ITC", Tahoma;
	font-size: medium;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #0066FF;
}
.EvidUnavail {color: #666666}
.Evid_Note {
	color: #333333;
	font-style: italic;
}


.NewItem {
	color: #FF0000;
	font-style: italic;
	font-weight: bold;
}
.Remark {
	font-size: x-small;
	font-style: italic;
}


.Title {
	font-family: "Times New Roman", Times, serif;
	font-size: 42px;
}
.UpdatedItem {
	font-size: x-small;
	font-style: italic;
	color: #FF0000;
	font-weight: bold;
}

