/*
<!-- 
	Author: Clifton Alexander Dildy
	Start Date: Wednesday September 20 2006
	Description:
		this is the style sheet that contains all of the common style sheet elements that are contained on the majority of the pages. 
-->
*/

#footer{
 
}
#page_title {
	font-size: 22px;
	font-weight: 700;
}


.subtitle{
	font-size:  16px;
	font-weight:  700;
}
.font_san_serif{
	font-family: arial, "lucida console", sans-serif;
}
.regular_text{
	font-size: 14px;
}
.text_align_l{
	text-align: left;
}
.text_align_r{
	text-align: right;
}
.text_align_c{
	text-align: center;
}
.clear {
	clear: both;
}
.div_padding {
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-left:  3px;
}
.lightbox_text_popups{
	height:300px; overflow:auto; border:1px solid; margin-top:20px; text-align:left; padding:2px;
}
.table_design{
	border-style: solid solid solid solid;border-width: 1px 1px 1px 1px;
}