A {
        text-decoration: underline;
        color: #6883AD;
        font-weight: bold;
}

A:hover {
        text-decoration: underline;
        color: #000066;
        font-weight: bold;
}

.homelinks {
        text-decoration: underline;
        color: #FFFFFF;
        font-weight: bold;
}

.homelinks:hover {
        text-decoration: underline;
        color: #FFFFCC;
        font-weight: bold;
}

.title1 {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 14px;
        color: #3F4B80;
}

.title2 {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 16px;
        color: #3F4B80;
}

.home1 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 25px;
        color: #000033;
	text-align: left;
}

.body1 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 18px;
        color: #000033;
	text-align: left;
}

.body2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 15px;
        color: #000033;
	text-align: left;
}

.body3 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        line-height: 12px;
        color: #003366;
	text-align: left;
}

.link1 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        line-height: 12px;
        color: #3F4B80;
}

.tablecell1 {
        font-size: 13px;
        font-weight: bold;
        border: 1px;
        background: #F3F3F3;
        color: #3F4B80;
	    border-style: solid;
        border-color: #3F4B80;
}

.spacing10px {
        margin-top: 10px
}

