.headline {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2B3271;
	font-weight: 700;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #2b3271;
	font-weight: 700;
	text-decoration: none;
}
.newsletter_link { color: #283271; font-size: 12px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; }
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 500; 
	color: #6A7C63;
}

.newsletter_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 450;
	color: #6A7C63;
}

.attribute {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: 300; 
	color: #6A7C63;
}

.small_bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2B3271;
}

.linktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2B3271;
}


A {
	text-decoration: none;
	color: #B3202B;
}

A:hover {
	color: #C8B504; 
}

#container   
/* holds blueprint image and menu */ { 
background-color: #fff; 
background-image: url(../images/background.jpg);
background-repeat: no-repeat; 
background-position: middle; 
z-index: 1; 
width: 570px; 
height: 400px 
}