﻿h1{
	font-size:18px;
	font-weight:bold;
	color:#990000;
	margin:0px;
	padding:0px;
	line-height:18px;
}

h2{
	font-size:15px;
	font-weight:bold;
	color:#990000;
	margin:0px;
	padding:0px;
	line-height:18px;
}

h2 a
{
	font-size:15px;
	font-weight:bold;
	color:#990000;
	margin:0px;
	padding:0px;
	line-height:18px;
}

h2 a:hover
{
	text-decoration: underline;
}

h3
{
	font-size:15px;
	font-weight:bold;
	color:#333333;
	margin:0px;
	padding:0px;
	line-height:18px;
}

h3 a
{
	font-size:15px;
	font-weight:bold;
	color:#333333;
	margin:0px;
	padding:0px;
	line-height:18px;
}

h3 a:hover
{
	text-decoration: underline;
}

p
{
	font-size:12px;
	line-height:16px;
	color:#3e3d3f;
	margin: 5px 0px;
}

a
{
	color:#990000;
	margin:0px;
	padding:0px;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

ul, ol, ul li, ul li div, ul li span, ul li p
{
	font-size:12px;
	color:#3e3d3f;
	line-height: 12px;
}

.emphasize, .emphasize p
{
	font-size:14px;
	line-height:18px;
}

.red_italic
{
	color:#990000;
	font-style:italic;
}

.first_letter
{
	font-size:18px;
	font-weight:bold;
	color:#990000;
	margin:0px;
	padding:0px;
	vertical-align:baseline;
}

ul.yellow_dot, table tr td ul.yellow_dot
{
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	margin:0px;
	padding:0 0 0 16px;
	list-style-image: url(../images/bullet.gif);
}

ul.yellow_dot li, table tr td ul.yellow_dot li
{
	vertical-align:middle;
	margin:10px 0px 0px 0px;
	padding:0px;
}

hr
{
	margin:0px;
	padding:0px;
	height:1px;
	border-bottom: solid 1px #bdbfc1;
	border-top: none;
	border-left: none;
	border-right: none;
	width: 95%;
}
