/*body
{
	background-color:#EED8BB;
}*/

.Black
{
	font-family:Arial;
	color: black;
	font-size:10pt;
}

/*.stdTextRight
{
	font-family:Arial;font-size:10pt;text-align:right;
}

.stdTextLeft
{
	font-family:Arial;font-size:10pt;text-align:left;
}*/

.Navy
{
	font-size: 12pt;
	color: navy;
	font-family: Arial;
}

.BoldNavy
{
	font-size: 12pt;
	color: navy;
	font-family: Arial;
	font-weight:bold;
}

.Red
{
	font-size: 10pt;
	color: firebrick;
	font-family: Arial;
}

/*.Alternate
{
	font-size: 12pt;
	color: firebrick;
	font-family: Arial;
}

.center
{
	text-align:center;
}

H3
{ 
	font-family:Arial Black;
	font-size:14pt;
}

H4
{ 
	font-family:Arial Black;
	font-size:10pt;
}

.TitleText
{ 
	font-family:Arial Black;
	font-size:12pt; 
	color:Navy;
}

.ColHeader 
{ 
	font-size: 10pt; 
	font-family: Arial; 
	font-weight: normal;
	color: white; 
	background-color: #4544AF; 
	text-align: center; 
}*/
.Title
{
	font-weight: bold;
	font-size: 14pt;
	color: navy;
	font-style: italic;
	font-family: Arial;
}
.LinkText
{
    font-weight: normal;
    font-size: 8pt;
    color: navy;
    font-family: Arial, Arial;
    text-decoration: underline;
}
A:link
{
    font-weight: normal;
    font-size: 8pt;
    color: navy;
    font-family: Arial, Arial;
    text-decoration: underline;
}
A:hover
{
    font-weight: normal;
    font-size: 8pt;
    color: firebrick;
    font-family: Arial;
    text-decoration: underline;
}
A:visited
{
    font-weight: normal;
    font-size: 8pt;
    /*color: navy;*/
    font-family: Arial;
    text-decoration: underline;
}

