﻿/* main styles */

h1 {font-family: Arial, Helvetica, sans-serif; font-size: 30px; color: #bd282f; line-height: 34px; margin: .67em 0 0 0; font-weight: normal;}
h2 {font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #bd282f; line-height: 18px; margin: .50em 0; text-transform: uppercase; font-weight: normal;}
h3, h4, h5, h6 {font-family: Arial, Helvetica, sans-serif; font-size: 15px ; color: #bd282f; line-height: 22px; text-transform: uppercase; font-weight: normal;}
p, dl {margin: 1em 0;}
h3 {margin: 1em 0;}
h4 {margin: 1.33em 0;}
h5 {margin: 1.67em 0;}
h6 {margin: 2.33em 0;}
a:link {color: #bd282f; text-decoration: none;}
a:visited {color: #bd282f; text-decoration: none;}
a:hover {color: #bd282f; text-decoration: underline;}
a:active {color: #bd282f; text-decoration: underline;}
.right {float: right; margin: 5px 0 5px 10px;}
.left {float: left; margin: 5px 10px 5px 0;}

/* custom styles */

.large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #454545;
	line-height: 22px;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #454545;
	line-height: 15px;
}
.red-text {
	font-weight: bold;
	color: #bd282f;
}
.red-text-large {
	font-weight: bold;
	color: #bd282f;
	font-size: 15px;
	line-height: 22px;
}

/* addtional required styles */

img {
	border-color: #bd282f;
}

a {outline: none;}
a img {outline: none; border:0;}

hr {
	height: 2px;
	margin-top: 10px;
	border: none;
	border-top: 1px solid #bd282f;
}
#content ul {
	margin: 11px 0 11px 40px;
}
#content ol {
	margin: 11px 0 11px 40px;
}
#content blockquote {
	margin: 11px 0 11px 40px;
}