
/*General text styles*/
.txt  { color: black; font-size: 9.5pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 15pt }
.Bold_Italic { color: #000; font-size: 9.5pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-style: italic; font-weight: bold; line-height: 15pt }
.header_txt { color: white; font-size: 18pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold }
.link_white  { color: white; font-size: 9pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; text-decoration: underline }
.bold_text  { color: black; font-size: 9.5pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold }
.link_red { color: red; font-size: 9.5pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; text-decoration: underline }
.sub_heads { color: black; font-size: 10.5pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold }
/*End general text styles*/
.footer_links  { color: black; font-size: 7.25pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif }
.copyright { color: #666; font-size: 7.5pt }
/*Basic link items*/
A:link { color: black; text-decoration: underline }
A:visited { color: #3a3a3a; text-decoration: underline }
A:active { color: red; text-decoration: underline }
A:hover { color: red; text-decoration: underline }
/*End basic link items*/
.breadcrumbs { color: black; font-size: 9pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif }
/*Table block header colors*/
.pull_out { background-color: #d0d0d0 }
.pull_out_img { background-color: #fff; background-image: url("../images/steel_sm_bkg.gif") }
.header block title { color: white; font-weight: bold }
p {font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-size:12px}
/*End table block colors*/
