﻿body 
{
	font-family: Arial, Helveltica;
}
h1 
{
	font-size:24px;
	font-weight:normal;
	margin:0;
	color:#000;
	border-bottom:2px solid #ABABAB;
	padding: 10px;
}

.ContentAccentText 
{
	color:#0A3764;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	text-align:left;
}

.ContentLargeUnderlineText 
{
	color: #0A3764;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
.ContentLargeTitleText 
{
	color: #0A3764;
	font-size: 18px;
	font-weight: bold;
}
.ContentLargeText 
{
	color: #000;
	font-size: 18px;
	font-weight: bold;
}
.ContentBoldText 
{
	font-weight: bold;
	color: #000033;
}

.ContentRedText 
{
	color: #f00;
}

