 /**
  * Perkins Eastman Style Sheets 
  * Created by Katy Gillen
  **/

A:HOVER {
	color: #0066CC;
	text-decoration: underline;
}
A:LINK {
	color: #0066CC;
	text-decoration: underline;
}
A:VISITED {
	color: #0066CC;
	text-decoration: underline;
}

/**
  * content styles
  **/

.b_head { 
	font-family: futura bk bt, arial, sans-serif; 
	font-size: 10pt;
	font-style: bold;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: left;	
	color: #666666; 
	line-height: 10pt;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
} 
.b_head_project { 
	font-family: futura bk bt, arial, sans-serif; 
	font-size: 10pt;
	font-style: bold;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: left;	
	color: #666666; 
	line-height: 10pt;
	margin-left: 15px;
	margin-top: 15px;
} 
.b_subhead { 
	font-family: futura md bt, arial, sans-serif; 
	font-size: 10pt; 
	font-style: bold;
	color: #666666; 
	line-height: 16pt;
	text-align: left;
	margin-left: 15px;
	margin-bottom: 15px;
} 
.b_copy  { 
	font-family: futura bk bt, arial, sans-serif; 
	font-size: 9pt; 
	color: #333333; 
	line-height: 11pt;
	letter-spacing: .5px;
	text-align: justify;
	orphans: 2;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}  
.b_bullet_text  { 
	font-family: futura bk bt, arial, sans-serif; 
	font-size: 9pt; 
	color: #333333; 
	line-height: 11pt;
	letter-spacing: .5px;
	text-align: justify;
	orphans: 2;
	margin-left: 10px;
}  
.b_bullet  { 
	font-family: futura bk bt, arial, sans-serif; 
	font-size: 9pt; 
	color: #0066CC; 
	line-height: 14pt;  
	list-style : square;
	display : list-item;
	text-align: left;
	margin-left: 30px;
} 
  .b_caption  { 
	font-family: futura bk bt, arial, sans-serif; 
	font-size: 7pt; 
	color: #666666;
	letter-spacing: .5px;
	line-height: 8pt;
	text-align : left;

}

  .b_superscript  { 
	font-family: futura bk bt, arial, sans-serif; 
	font-size: 6pt; 
	color: #666666;
	letter-spacing: 1px;
	line-height: 8pt;
	text-align : left;
	text-transform : lowercase;
}
 .b_caption_left  { 
	font-family: futura bk bt, arial, sans-serif; 
	font-size: 7pt; 
	color: #666666;
	letter-spacing: 1px;
	line-height: 8pt;
	text-align : left;
	margin-left: 15px;
	text-transform : uppercase;
}
 .b_caption_center  { 
	font-family: futura bk bt, arial, sans-serif; 
	font-size: 7pt; 
	color: #666666;
	letter-spacing: 1px;
	line-height: 8pt;
	text-align : center;
	margin-left: 15px;
	text-transform : uppercase;
}
 .b_caption_right  { 
	font-family: futura bk bt, arial, sans-serif; 
	font-size: 7pt; 
	color: #666666;
	letter-spacing: 1px;
	line-height: 8pt;
	text-align : right;
	margin-left: 15px;
	text-transform : uppercase;
}
.b_italic  { 
	font-family: futura bk bt, arial, sans-serif; 
	font-size: 9pt; 
	color: #333333;
	font-style: italic;
	line-height: 12pt;
	text-align: left;
	margin-left: 15px;
} 
.b_bold  { 
	font-family: futura bk bt, arial, sans-serif; 
	font-size: 9pt; 
	color: #333333;
	font-style: bold;
	font-weight: 600;
	line-height: 12pt;
	margin-left: 15px;
	text-align: left;
} 
.b_bold_blue  { 
	font-family: futura bk bt, arial, sans-serif; 
	font-size: 9pt; 
	color: #0066CC;
	font-style: bold;
	font-weight: 600;
	line-height: 12pt;
	margin-left: 15px;
	text-align: left;
} 
.b_bold_white  { 
	font-family: futura bk bt, arial, sans-serif; 
	font-size: 9pt; 
	color: #FFFFFF;
	font-style: bold;
	font-weight: 600;
	line-height: 12pt;
	margin-left: 15px;
	text-align: left;
} 
.g_bottom_spacer  { 
	margin-bottom: 15px;
} 
.g_header { 
	margin-top: 15px;
	margin-left: 15px;
}
.g_left_spacer { 
	margin-left: 15px;
}
.g_top_spacer { 
	margin-top: 15px;
}

