/*****************************************************
******** Client Styles
*****************************************************/

body
{
    font: 9pt/14pt Arial, Helvetica, Verdana, sans-serif;
    color: #294F68;
}

hr 
{
	border: none 0;
	border-top: 1px solid #CCCCCC;
	height: 1px;
	text-align: left;
	margin: 0 0 0 0;
}

.textTitle
{
    font-size: larger;
    font-weight: bold;
    color: #5683A0;
    margin: 0px;
    padding: 0px;
}

.smallerText
{
    font: 8pt/12pt Arial, Helvetica, Verdana, sans-serif;
}

.blockTan
{
    width: 550px;
    padding: 25px 0px 0px 0px;
    border-bottom: solid 1px #CCBD96;
}

.headerTan
{
    color: #CCBD96;
    font-size: 18pt;
}

.blockBlue
{
    width: 550px;
    padding: 25px 0px 0px 0px;
    border-bottom: solid 1px #60869E;
}

.headerBlue
{
    color: #60869E;
    font-size: 18pt;
}

.blockGreen
{
    width: 550px;
    padding: 25px 0px 0px 0px;
    border-bottom: solid 1px #C0CC96;
}

.headerGreen
{
    color: #C0CC96;
    font-size: 18pt;
}

.blockGrey
{
    width: 550px;
    padding: 25px 0px 0px 0px;
    border-bottom: solid 1px #AAAAAA;
}

.headerGrey
{
    color: #AAAAAA;
    font-size: 18pt;
}

/*****************************************************
********Link Styles
*****************************************************/

a:link, a:visited, a:active
{
    color: #60869E;
    text-decoration: underline;
}

a:hover
{
    color: #C3A24B;
    text-decoration: underline;
}

a.tan:hover, a.tan:link, a.tan:active, a.tan:visited
{
    background-color: #CCBD96;
    text-decoration: none;
    color: #FFFFFF;
    float: right;
    width: 100px;
    height: 20px;
    text-align: center;
}
a.blue:hover, a.blue:link, a.blue:active, a.blue:visited
{
    background-color: #60869E;
    text-decoration: none;
    color: #FFFFFF;
    float: right;
    width: 100px;
    height: 20px;
    text-align: center;
}
a.green:hover, a.green:link, a.green:active, a.green:visited
{
    background-color: #C0CC96;
    text-decoration: none;
    color: #FFFFFF;
    float: right;
    width: 100px;
    height: 20px;
    text-align: center;
}
a.grey:hover, a.grey:link, a.grey:active, a.grey:visited
{
    background-color: #AAAAAA;
    text-decoration: none;
    color: #FFFFFF;
    float: right;
    width: 100px;
    height: 20px;
    text-align: center;
}

.footer a:link, .footer a:active, .footer a:visited
{
    color:#FFFFFF;
    text-decoration: none;
}

.footer a:hover
{
    color:#FFFFFF;
    text-decoration: underline;
}
