body {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	background-attachment: fixed;
	background-image: url(/images/YR_Background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #0E1C2D;
}
p {
}
td {
}
a:link { color: #3b7cbf; text-decoration: none; }
a:visited {
	text-decoration: none;
	color: #3B7CBF;
}
a:hover { color: #adcd6d; text-decoration: none; }
a:active { color: #adcd6d; text-decoration: none; }
.pageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: capitalize;
	color: #ADCD6D;
	font-weight: bold;
}
.note {
	font-style: italic;
	color: #999999;
	font-size: 12px;
}
.section {
	font-weight: bold;
	color: #98A18A;
}
.quote {
	font-style: italic;
	font-size: 18px;
}
.table {
	color: #FFFFFF;
	text-align: center;
}
.tablebody {
	font-size: 12px;
}
.padding {
	padding: 10px;
}
.sidebar {
	padding: 3px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #3B7CBF;
	border-right-color: #3B7CBF;
	border-bottom-color: #3B7CBF;
	border-left-color: #3B7CBF;
	border-right-width: 2px;
	border-top-width: 2px;
	border-bottom-width: 2px;
}
