
/* Classes */
.float_left {
	clear: both;
	float: left;
	margin-right: 5px;
}

.float_right {
	clear: both;
	float: right;
	margin-left: 5px;
}

.float_clear {
	clear: both;
}

/* new classes */

.text_small, .small, .small td, .small th, .small li, .small dd, .small dd {
	font-size: 11px;
}


.no_top_space, .no_top_margin {
	margin-top: 0;
	padding-top: 0;
}

.no_bottom_space, .no_bottom_margin {
	margin-bottom: 0;
	padding-bottom: 0;
}

.extra_top_margin {
	margin-top: 20px;
}

.no_margins {
	margin: 0;
}

.text_white {
	color: #FFFFFF;
}

.text_dark_orange {
	color: #FF3300;
}

.text_dark_blue {
	color: #0099CC;
}	

.text_dark_orange_small {
	color: #FF3300;
	font-size: 11px;
}

.text_dark_blue_small {
	color: #0099CC;
	font-size: 11px;
}	

.text_smokey_blue {
	color: #DCE7ED;
	background-color: #0099CC;
}

.text_smokey_blue a:link, .text_smokey_blue a:visited {
	color: #DCE7ED;
	text-decoration: underline;
}

.text_smokey_blue a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.highlight_blue {
	background-color: #0099cc;
	color: #FFFFFF;
}

.highlight_orange {
	background-color: #FF9900;
	color: #FFFFFF;
} 

.cap {
	float: left;
	font-size: 39px;
	line-height: 32px;
	font-weight: normal;
	width: auto;
	/*color:#444444;*/
	font-family: Georgia, "Times New Roman", Times, serif;
}

.justify {
	text-align: justify;

}

table.table_style1 {
	background-color: #00CCFF;

}

table.table_style1 th {
	color: #FFFFFF;
	background-color: #0099cc;
}

table.table_style1 td {
	background-color: #FFFFFF;
}

table.table_style2 {
	background-color: #FF9900;

}

table.table_style2 th {
	color: #FFFFFF;
	background-color: #FF0033;
}

table.table_style2 td {
	background-color: #FFFFFF;
}

table.table_style3 {
	background-color: #00CCFF;

}

table.table_style3 th {
	background-color: #DCE7ED;
}

table.table_style3 td {
	background-color: #FFFFFF;
}

table.table_style4 {
	background-color: #FFFFFF;

}

table.table_style4 th {
	background-color: #0099CC;
	color: #FFFFFF;
}

table.table_style4 td {
	background-color: #DCE7ED;
}

p.indented_paragraph {
	 text-indent: 20px;
}
