﻿body
{
    font-size: 10pt;
    margin: 0px 10px 6px;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left
}

.subhead
{
	font-weight: bold;
	font-style: italic;
	color: #B01133;
	font-size: 14pt;
}

.headline
{
	font-size: 24pt;

}

.textbox
{
	font-size: 10pt;
}

.deftermbold
{
	font-weight: bold;
}

.caption
{
	color: white;
	font-size: 9pt;
	font-weight: bold;
}

H1
{
    padding-top: 10px;
    font-weight: bold;
    font-size: 18pt;
    color: #B01133;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left
}

H2
{
    font-weight: bold;
    font-size: 14pt;
    color: #666666;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left
}

H3
{
    font-weight: bold;
    font-size: 12pt;
    margin-bottom: 0px;
    color: #666666;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left; 
}

H4
{
    font-weight: bold;
    font-size: 11pt;
    margin-bottom: 0px;
    color: #003399;
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left
}

H5
{
    font-weight: bold;
    font-size: 10pt;
    margin-bottom: 0px;
    color: #666666;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left
}

H6
{
    font-weight: normal;
    font-size: 8pt;
    margin-bottom: 0px;
    color: #666666;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left
}

td
{
	font-weight: normal;
	padding-left: 6px;
	font-size: 10pt;
	color: #000000;
}

.redcell
{
	background: #B01133;
	color: white;
	padding-right: 5px;
	text-align: right;
	font-weight: bold;
	font-size: 10pt;
	vertical-align: top;
}

a:active
{
	color: #B01133;
}

a:visited
{
	color: #666666;
}
a:link
{
	color: #B01133;
}

a:hover
{
	font-style: italic;
}

ol
{
	list-style-type: decimal;
	font-weight: normal;
	font-size: 10pt;
}


ol ol
{
	list-style-type: lower-alpha;
	font-size: 10pt;
	font-weight: normal;
}

ol ol ol
{
	list-style-type: lower-roman;
	font-size: 10pt;
	font-weight: normal;
}
