/* 
This is the CSS used within the editor (the editable area) when the styleselect dropdown list is enabled. 
Styles used here will also need to be added to the CSS used on your published pages.
*/

.arial11_class       { color: gray; font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; line-height: 14px }
.arial12_class       { color: gray; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; line-height: 16px }
.arial12tight_class  { color: gray; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; line-height: 14px }
.arial12LIST_class   { color: gray; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; line-height: 22px }
.arial13_class       { color: gray; font-size: 13px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; line-height: 16px }
.arial14_class       { color: gray; font-size: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; line-height: 20px }
.arial16_class       { color: gray; font-size: 16px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; line-height: 18px }
.arial18_class       { color: gray; font-size: 18px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; line-height: 20px }

table.tableborder {border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;
}
table.tableborder th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: white;
}
table.tableborder td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: white;
}
