a.nav { text-decoration: none; color: #FFFFFF}

a.nav:hover {  text-decoration: underline; color: #FFCC66}

A {
        text-decoration: none;
        color: #0000CC;
        font-weight: bold;
}

A:hover {
        text-decoration: underline;
        color: #8A834A;
        font-weight: bold;
}

.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B55E44;
	font-weight: bold;
}

.title1 {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 15px;
        color: #3F4B80;
}

.title2 {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 18px;
        color: #3F4B80;
}

.home1 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        line-height: 14px;
        color: #000033;
	text-align: left;
}

.body1 {
        font-family: Arial, Verdana, helvetica;
        font-size: 12px;
        line-height: 16px;
        color: #000033;
}

.product-title {
        font-family: Arial, Verdana, helvetica;
        font-size: 14px;
	    font-weight: bold;
}

.products {
        font-family: Arial, Verdana, helvetica;
        font-size: 11px;
}

.subhead {
        font-family: Arial, Verdana, helvetica;
        font-size: 15px;
		font-weight: bold;
}

a.products { text-decoration: none; color: #333333}

a.products:hover {  text-decoration: underline; color: #333333}

.product-cat {
        font-family: Arial, Verdana, helvetica;
        font-size: 12px;
        line-height: 16px;
        color: #FFFFFF;
        font-weight: bold;
	    text-align: left;
}

.headline {
        font-family: Arial, Verdana, helvetica;
        font-size: 10px;
        line-height: 12px;
        color: #000033;
        font-weight: none;
	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: 12px;
        border: 1px;
        background: #D5E1F4;
        color: #3F4B80;
	border-style: solid;
        border-color: #3F4B80;
}

.spacing10px {
        margin-top: 10px
}


.spacing5px {
        margin-top: 5px
}