/* Styles used to control the WYSIWYG content on the web site
All styles should start with #wysiwyg because the content
is placed inside a div tag with an id of wysiwyg.

This allows all styles for wysiwyg content to be seperate
from other content.*/
#wysiwyg .title {
	font-weight: bold;
	font-size: 130%;
	color: #305685;
}
#wysiwyg .sub_title {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #305685;
}
#wysiwyg .sub_sub_title {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	font-style: italic; 
	color: #305685;
}
#wysiwyg .small_text {
	font-size: 80%;
}
#wysiwyg .large_text {
	font-size: 130%;
}
#wysiwyg .extra_large_text {
	font-size: 160%;
}
#wysiwyg .huge_text {
	font-size: 200%;
}
#wysiwyg hr {
	text-align: center;
	height: 2px;
    width: 95%;
    color: #9BBEDD;
	background-color: #9BBEDD;
}

#wysiwyg table.standard_table, #wysiwyg table.with_header_left, #wysiwyg table.with_header_top, #wysiwyg table.with_header_top_left {
	border: 1px solid #F0F0F0;
}
#wysiwyg table.with_header_left td.header_top_left, #wysiwyg table.with_header_left td.header_left, #wysiwyg table.with_header_top td.header_top_left, #wysiwyg table.with_header_top td.header_top, #wysiwyg table.with_header_top_left td.header_top_left, #wysiwyg table.with_header_top_left td.header_top, #wysiwyg table.with_header_top_left td.header_left, #wysiwyg table.with_header_top_left th, #wysiwyg table.with_header_top th, #wysiwyg table.with_header_left th {
	background: #E6F3FB;
} 
#wysiwyg table.standard_table td, #wysiwyg table.with_header_left td, #wysiwyg table.with_header_top td, #wysiwyg table.with_header_top_left td, #wysiwyg table.with_header_top_left th, #wysiwyg table.with_header_top th, #wysiwyg table.with_header_left th {
	border: 1px solid #cccccc;
}
#wysiwyg li.correct_indented_list {
	list-style-type: none;
}
#wysiwyg table.invisible_table,#wysiwyg table.invisible_table td, #wysiwyg table.invisible_table table{
	border: none;
}
/* Header cells in tables*/
#wysiwyg table.standard_table th {
	background: #E6F3FB;
	font-weight: bold;
	/*font-size: small ;*/
	color: #305685;
	border: 1px solid #cccccc;
}
#wysiwyg .red_text {
	color: #C0150E;
}
#wysiwyg .blue_text {
	color: #305685;
}