﻿/*RHGCD Page Text Styles*/
/*RHGCD html colors: #005000 drk grn, #850a00 drk red*/
h1 {
	margin: 1px 5px 1px 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #005200;
	font-style: italic;
}
h2 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #005200;
}
h3 {
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0 #666666 #666666 #C0C0C0;
	margin: 3px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #850a00;
	background-color: #808080;
	padding-left: 3px;
}
h4 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #850a00;
}
hr {
	margin: 1px 0px 1px 0px;
	border-style: none;
	width: 80%;
	color: #005200;
	background-color: #005200;
	height: 2px;
}
p.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #808080;
	text-align: left;
	margin: 5px 3px 5px 3px;
}
p.standard {
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #808080;
	text-align: justify;
}
p.xs_centered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #808080;
	text-align: center;
	margin: 5px;
}
a:link {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}
a:visited {
	color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	cursor: pointer;
}
a:active {
	color: inherit;
	text-decoration: none;
}
.style_txt_right {
	text-align: right;
}
.dropcap {
	padding: 0px 1px 0px 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0 #666666 #666666 #C0C0C0;
	float: left;
	color: #850a00;
	font-size: 34px;
	font-weight: bold;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #808080;
	margin-right: 3px;
	text-align: center;
	vertical-align: baseline;
	margin-left: 0px;
	margin-top: 0px;
}

