.headline {

	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	font-weight: 700;
}

.subhead {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	font-weight: 700;
	text-decoration: none;
}

.bodytext {
	font-family: georgia;
	font-size: 12px;
	font-weight: 600; 
	color: #485B2B;
}

.bodytext_small {
	font-family: georgia;
	font-size: 11px;
	font-weight: 600; 
	color: #485B2B;
}

.tabletext {
	font-family: georgia;
	font-size: 12px;
	font-weight: 600; 
	color: #000000;
}

.attribute {
	font-family: century schoolbook;
	font-size: 9px;
	font-weight: 300; 
	color: #485B2B;
}

.small_bodytext {
	font-family: georgia;
	font-size: 11px;
	color: #485B2B;
}


A {
	text-decoration: none;
	color: #003366;
}

A:hover {
	color: #B0212E;
	text-decoration: underline;
}

#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: 530px; 
height: 400px 
}