/* GENERAL STYLES */
/* Various CLASS Elements for use in editor */

.float_right {
	float: right; 
	border: 0px; 
	padding: 5px;
	margin: 5px;
}

.float_center {
	border: 0px; 
	padding: 5px;
	margin: 0 auto;
	display:block;
	float:none;
}

.float_left {
	float: left; 
	border: 0px; 
	padding: 5px;
	margin: 5px;
}

.vertical_align_center {
	vertical-align: top;
}

.font_red {
	color: #990000; 
	font-weight: bold;
}

.font_blue {
	color: #004B85; 
	font-weight: bold;
}

.font_green {
	color: #006400; 
	font-weight: bold;
}

.font_large {
	font-size: 11pt;
}

.font_larger {
	font-size: 12pt;
}

.font_largest {
	font-size: 14pt;
}

.font_bold {
	font-weight: bold;
}

.font_italics {
	font-style: italic;
}

.font_header {
	color: #004B85; 
	font-weight: bold; 
	font-size: 14px;
	text-align: left; 
	padding: 5px 0 5px 0; margin: 0px;
}

.image_solid_border {
	border: solid 1px #000000;
}

.image_dashed_border {
	border: dashed 1px #000000;
}

.image_no_border {
	border: solid 0px #000000;
}

.image_caption {
	color: #000000; 
	font-weight: normal; 
	font-size: 10px; 
	font-family: Geneva, Arial, Helvetica, Swiss, SunSans-Regular; 
	text-decoration: none; 
	font-style: italic; 
	text-align: center; 
	padding: 5px;
	margin: 5px;
}

.text_align_top{
        vertical-align: top;
}

.font_red {
	color: #990000; 
}


/* EDITOR PROPERTIES */
float_center {
border: 0px; 
padding: 5px;
margin: 0 auto;
display:block;
float:none;

}

vertical_align_top {
vertical-align: top;
}

font_bold {
font-weight: bold;
}

font_italics {
font-style: italic;
}

font_header {
color: #004B85; 
font-weight: bold; 
font-size: 14px;
text-align: left; 
padding: 5px 0 5px 0; margin: 0px;
}

font_red {
color: #990000; 
font-weight: bold;
}

font_blue {
color: #004B85;
font-weight: bold;
}

font_green {
color: #006400;
font-weight: bold;
}

font_large {
font-size: 11pt;
}

font_larger {
font-size: 12pt;
}

font_largest {
font-size: 14pt;
}

float_left {
float: left; 
border: 0px; 
padding: 5px;
margin: 5px;
}

float_right {
float: right; 
border: 0px; 
padding: 5px;
margin: 5px;
}

image_caption {
color: #000000; 
font-weight: normal; 
font-size: 10px; 
font-family: Geneva, Arial, Helvetica, Swiss, SunSans-Regular; 
text-decoration: none; 
font-style: italic; 
text-align: center; 
padding: 5px;
margin: 5px;
}

image_dashed_border {
border: dashed 1px #000000;
}

image_no_border {
border: solid 0px #000000;
}

image_solid_border {
border: solid 1px #000000;
}


