@charset "utf-8";
.border_leftbottomright {
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.border_top {
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: ridge;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
}
.border_topleft {
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: ridge;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: ridge;
	border-top-color: #FFF;
	border-left-color: #FFF;
}


.border_topright {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #FFF;
	border-top-color: #FFF;
}


.yellow_backgrnd {
	border-style: solid;
	border-color: #FDF5A5;
	background-color: #FDF5A5;
	text-align: left;
}
.text {
	padding-right: 20px;
	padding-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: medium;
	color: #000;
	font-weight: normal;
}
.underline {
	text-decoration: underline;
}

.subhead_2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #800;
	text-align: center;
}
.subhead_3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #800;
	text-align: left;
}
.text_margins {
	margin-right: 10px;
	margin-left: 10px;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	font-size: medium;
	padding-right: 10px;
}
.small_print {
	font-size: small;
	text-align: justify;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	color: #800;
	text-align: center;
	margin-top: 20px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #800;
	text-align: center;
}
.yellow_border {
	border: 20px solid #fef7c0;
}
a:link {
	color: #0000d5;
}
a:visited {
	color: #0000d5;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #800;
	text-align: left;
}
.Red_Bold_Center {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #800;
	text-align: center;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
	text-align: left;
	background: #fff;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #fff;
	
}
.BacktoTop {
	font-size: medium;
	font-weight: normal;
	float: left;
	height: auto;
	width: 25px;
}
.underscore {
	text-decoration: underline;
}
.head {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #800;
	vertical-align: middle;
}
