﻿table.myfont *
{
    font-size: small;
}
.blue, table.myfont a:link, table.myfont a:visited
{
    color: #005c92;
    font-weight: bold;
}
table.myfont a:hover { color: Red; }
a.grayLink:link, a.grayLink:visited
{
    font-size: x-small;
    color: #40403d;
}
table.tbl *
{
    border-color: #40403d;
    font-size: x-small;
}
p.header 
{
     color: #40403d;
     font-weight: bold;
     font-size: large;
}

p.subheader 
{
    color: #40403d;
    font-weight: bold;
    font-size: medium;
}
p.subheader_red 
{
    color: #cd1a1d;
    font-weight: bold;
    font-size: medium;  
}
span.raquo 
{
    color: #006197;
    font-weight: bold;
    font-size: large;
}


p.header2_red 
{
    color: #cd1a1d;
    font-weight: bold;
    font-size: x-large;  
}
p.header2_blue
{
    color: #006197;
    font-weight: bold;
    font-size: x-large;  
}

span.raquo2
{
    color: #006197;
    font-weight: bold;
    font-size: x-large;
}

p.header2_gray 
{
    color: #40403d;
    font-weight: bold;
    font-size: x-large;
}

p.header3_blue 
{
    color: #006197;
    font-weight: bold;
}

p.header3_red, span.header3_red 
{
    color: #cd1a1d;
    font-weight: bold;
}

p.header3_gray, span.raquo3_gray 
{
    color: #40403d;
    font-weight: bold;
}

span.raquo3 
{
    color: #006197;
    font-weight: bold;
}

/* privacy page */

.style1 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #425783;
	height: auto;
	width: auto;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	margin-top: 2px;
	background-color: #D0E4F0;
}
