/* CSS Document */
.hometext {
	font-family: Arial;
	font-size: 12px;
	line-height: 16pt;
	color: #202020;
	}
	
.hometext a {
	text-decoration: underline;
	color: #165596;
    }

.hometext a:hover {
	background-color: #165596;
	text-decoration: none;
	color: #FFFFFF;
    }

.bodytext {
	font-family: Arial;
	font-size: 12px;
	color: #202020;
	}
	
.bodytext a {
	text-decoration: underline;
	color: #165596;
    }

.bodytext a:hover {
	background-color: #165596;
	text-decoration: none;
	color: #FFFFFF;
    }

.callout {
	font-family: Arial;
	font-size: 11px;
	color: #020202;
	}
		
.callout a {
	text-decoration: underline;
	color: #165596;
    }

.callout a:hover {
	background-color: #165596;
	text-decoration: none;
	color: #FFFFFF;
    }

.overstyle {
	font-family: Arial;
	font-size: 10px;
	line-height: 11pt;
	color: #202020;
	}

.overstyle a {
	text-decoration: underline;
	color: #165596;
    }

.overstyle a:hover {
	background-color: #165596;
	text-decoration: none;
	color: #FFFFFF;
    }
	
.subhead {
	font-weight: bold;
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #165596;
    }
