/* CSS DOCUMENT */
/* page layout styles common to user side*/

/*--COLORS--*/
/*header */
.header_logo, .header_title, .header_view{
	background-color: #3399cc;
}
/*footer */
.footer_left_end, .footer_hotlines, .footer_faqs, .footer_prevplan, .footer_formsapps, .footer_symbol{
	background-color: #3399cc;
}
/*general page text */
a, a.comments{
	color: #3399cc;
}
.link_subheading{
	color: #3399cc;
}
h2{
	color: #3399cc;
}
p.color{
	color: #3399cc;
}
/*category bar */
.bar_end_category, .bar_category_lft, .bar_category_rt{
	background-color: #3399cc;
}
/*category panel */
.help_subtitle{
	color: #3399cc;
}
.panel_click_table{
	background-color: #3399cc;
}
/*links side of index page */
.topic_image_area, .quicklinks_image_area{
	background-color: #3399cc;
}

/*hotlines*/
.phone{
	color: #3399cc;
}