
A {
	text-decoration: none;
}

A:hover {
	color: #006f3a;
	/* background: #B6D447; */
	text-decoration: none;
}


.content-body A {
	text-decoration: none;
}

.content-body A:hover {
	text-decoration: underline;
	color: #eb9035;
}

.content-subtitle A {
	text-decoration: none;
	color: #0048A8;
}

.content-subtitle A:hover {
	text-decoration: underline;
	color: #eb9035;
}

.nav {
        font-family: Helvetica;
        font-size: 12px;
	font-weight: bold;
	color: #676963;
	align: right;
}

.content-title {
        font-family: Arial;
        font-size: 12px;
	color: #82837c;
	align: left;
}
    
.content-subtitle {
        font-family: Arial;
        font-size: 12px;
	color: #0048a8;
	align: left;
	line-height: 15px
}

.content-subtitle2 {
        font-family: Arial;
        font-size: 12px;
	color: #a8ca5c;
	align: left;
	line-height: 15px
}

.content-body {
        font-family: Helvetica;
        font-size: 11px;
	color: #676963;
	align: left;
	line-height: 15px
}
.content-small {
        font-family: Helvetica;
        font-size: 9px;
	color: #676963;
	align: left;
	line-height: 15px
}

.content-italic {
        font-family: Helvetica;
        font-size: 9px;	
	font-style: italic;
	color: #676963;
	align: left;
	line-height: 12px
}

.blue_link a {
	color: #0048a8;
}
