/* Commonly used to style page titles. */
#content h1 {
	color: #B80705;
	font-size: 2.5em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
/* Commonly used to style section titles. */
#content h2 {
	color: #B80705;
	font-size: 2em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#content h3 {
	color: #B80705;
	font-size: 2em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#content h4 {
	color: #B80705;
	font-size: 2em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#content h5 {
	color: #B80705;
	font-size: 2em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#content h6 {
	color: #B80705;
	font-size: 2em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#content p{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	padding: 0px;
	margin-top: 0.5em;
	margin-right: 0px;
	margin-bottom: 2em;
	margin-left: 0px;
}
#content ul
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	list-style-type: disc;
}
#content ol
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	list-style-type: decimal;
}


/* Sets the style for unvisited links. */
a,  a:link {
	color: #B80705;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
/* Sets the style for visited links. */
a:visited {
	color: #B80705;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #B80705;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #B80705;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #B80705;
}
