/*
	Template - Leafsolution
	Author   - Shawn Deane	
	Company  - Meridian Tech Group, Inc.
	
	Style    - Text Editor.css	
*/


/* <textEditor> */ 


.textBlack, .textBlack a {color: #333;}
.textWhite, .textWhite a {color: #fff;}
.textGreen, .textGrey a {color: #A6CD59;}	

.fontGeorgia {font-family: georgia, serif;}
.fontTimes {font-family: "times new roman", times, serif;}	
.fontVerdana {font-family: verdana, sans-serif;}
.fontArial {font-family: arial, sans-serif;}
.fontTahoma {font-family: tahoma, sans-serif;}	
.fontHelvetica {font-family: Helvetica, arial, sans-serif;}			
	
.fontSize10 {font-size: 10px;}
.fontSize11 {font-size: 11px;}
.fontSize12 {font-size: 12px;}
.fontSize13 {font-size: 13px;}
.fontSize14 {font-size: 14px;}
.fontSize15 {font-size: 15px;}
.fontSize16 {font-size: 16px;}
.fontSize17 {font-size: 17px;}
.fontSize18 {font-size: 18px;}
.fontSize19 {font-size: 19px;}
.fontSize20 {font-size: 20px;}
.fontSize21 {font-size: 21px;}
.fontSize22 {font-size: 22px;}
.fontSize23 {font-size: 23px;}
.fontSize24 {font-size: 24px;}
.fontSize25 {font-size: 25px;}
.fontSize26 {font-size: 26px;}
.fontSize27 {font-size: 27px;}
.fontSize28 {font-size: 28px;}
.fontSize29 {font-size: 29px;}
.fontSize30 {font-size: 30px;}	

.left, .alignLeft {float: left; margin-right: 1em;}
.right, .alignRight {float: right; margin-left: 1em;}	

.noborder {border: none !important;}
span.imageBorder img {border: 1px solid #2e2e2e;}

.clear {clear:both;}
/* </textEditor> */
