a {
	text-decoration: none;
}

.headline {
	color : #20275b ;
	font-family : arial ;
	font-size : 23px ;
	font-weight : bold ;
	line-height: 25px
}

.boldtext {
	color : #000000 ;
	font-family : arial ;
	font-size : 15px ;
	line-height: 18px ;
	font-weight : bold
}

.maintext {
	color : #000000 ;
	font-family : arial ;
	font-size : 14px ;
	line-height: 18px
}

.caption {
	color : #555555 ;
	font-family : arial ;
	font-size : 10px ;
	line-height: 13px
}

.quote {
	color : #20275b ;
	font-family : georgia ;
	font-style : italic ;
	font-size : 16px ;
	line-height: 20px
}

.takeaction {
	color : #20275b ;
	font-family : georgia ;
	font-style : italic ;
	font-size : 23px ;
	line-height: 20px
}

a:link.link1 {
	font-weight: bold;
	color: #d31b1b
}

a:visited.link1 {
	font-weight: bold;
	color: #d31b1b
}

a:active.link1 {
	font-weight: bold;
	color: #d31b1b
}

a:hover.link1 {
	font-weight: bold;
	color: #d31b1b;
	text-decoration: underline
}


