/*
 *	format.css
 */


/*
 * Formatting styles
 */
#layout ul
{
	list-style-image: url(../images/bullet.gif);
}

#layout ol li,
#layout ul li
{
	list-style-position: outside;
	margin-left: 1.5em;
	margin-left: 1.5em;
	line-height: 1.5em;
}


/* styles all available headings */ 
h1, h2, h3, h4, h5, h6 
{
	margin-bottom: 0px;
	color: #000000;
	font-size: 24px;
}
h1 
{ 
	color: #194D8D; 
	margin-bottom: 10px;
}
h2 { font-size: 18px; }
h3 
{ 
	font-size: 12px;
}
h4 
{ 
	clear: both;
	font-size: 12px; 
	color: #000000;
	font-weight: bold;
	margin-bottom: 0px;
	word-spacing: 0.2em;
}
h5 { font-size: 12px; }
h6 { font-size: 12px; }


p
{
	margin-bottom: 18px;
	font-size: 12px;
	word-spacing: 0.02em;
}

p b
{
	color: #555555;
}

/* default horozontal rule */
hr 
{ 

}

p.dashed_hr
{
	width: 530px;
	height: 5px;
	line-height: 0em;
	border: none;
	color: #ffffff;
	background-color: #ffffff;
	background-image: url(../images/hr_dashed.gif);
	background-repeat: repeat-x;
	background-position: top left;
	margin: 0px 0px 15px 0px !important;
	margin: 0px 0px 5px 0px;
}

.10_pt
{
	font-size: 10px;
}

.bold_blue_line,
.bold_blue_line a
{
	text-decoration: underline;
	color: #0D3692;
	font-weight: bold;
}

.bold_blue,
.bold_blue a
{
	text-decoration: none;
	color: #0D3692;
	font-weight: bold;
}
