﻿/* main styles */

h1 {font-family: Arial, Helvetica, sans-serif; font-size: 26px; color: #151763; line-height: 34px; margin: .67em 0 0 0; font-weight: bold;}
h2 {font-family: Arial, Helvetica, sans-serif; font-size: 22px; color: #151763; line-height: 26px; margin: .50em 0; font-weight: bold;}
h3, h4, h5, h6 {font-family: Arial, Helvetica, sans-serif; font-size: 17px ; color: #151763; line-height: 22px; font-weight: bold;}
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: #151763; text-decoration: underline;}
a:visited {color: #151763; text-decoration: underline;}
a:hover {color: #ff712b; text-decoration: underline;}
a:active {color: #ff712b; 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: 14px;
	color: #3f405f;
	line-height: 22px;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 15px;
}

/* addtional required styles */

img {
	border-color: #666666;
}

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

hr {
	height: 1px;
	margin-top: 10px;
	border: none;
	border-top: 1px solid #151763;
}
#content ul {
	margin: 11px 0 11px 40px;
	list-style-image: url(/images/bullet-ie.gif);
}
html>/**/body #content ul {
	list-style-image: url(/images/bullet.gif);
}
#content ol {
	margin: 11px 0 11px 40px;
}
#content blockquote {
	margin: 11px 0 11px 40px;
}