body{
		scrollbar-face-color:#12225D;
		scrollbar-arrow-color:#FFFFFF;
		scrollbar-track-color:#FFFFFF;
		scrollbar-shadow-color:#12225D;
		scrollbar-highlight-color:'';
		scrollbar-3dlight-color:'';
		scrollbar-darkshadow-Color:'';
		
		background:url(../images/background.jpg);
		
}

/* ------------------------------------- */

.headline {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #12225D;
	font-weight:bold;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #12225D;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #5A5858;
}

.bodytext_big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; 
	color: #5A5858;
}

.bodytext_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #545C61;
}

.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

.page_link_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #BA3748;
}

.linktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #70828D;
}


.spacer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

.attribute {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: 300; 
	color: #B0953A;
}

/* ------------------------------------- */
/* LINKS FORMAT */

A {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	color: #70828D;
	text-decoration: underline;
}

/* ------------------------------------- */
/* BG IMAGES FORMAT */

#container   
/* holds blueprint image and menu */ { 
background-color: #fff; 
background-image: url(../images/background_adam.jpg);
background-repeat: no-repeat; 
background-position: middle; 
z-index: 1; 
width: 606px; 
height: 350px 
}