/*********************************************************************
* Copyright 2009 Amblique :: www.amblique.com :: All Rights Reserved *
**********************************************************************
* RADEDITOR DEFAULT STYLE SHEETS
*********************************************************************/

/***** CSS Default *****/
/*rad_override.css*/

/***** Hyperlinks *****/

a {} 
a:hover, a:hover:visited {color: #000; text-decoration: underline; cursor:pointer;}
a:visited {color:#666;}
a:focus { outline:none;}

/***** Headings *****/
h1 {font-size: 2em;}
h2 {margin: 0 0 10px 0; font-size: 1.5em; color: #333;}
h2.Likeh3, h3 {margin: 0 0 8px 0; font-size: 1.25em; color: #333;}
h4 {margin: 0 0 6px 0; font-size: 1.1em; color: #333;}
h5 {margin: 0 0 4px 0; font-size: 1em; color: #333;}
h6 {margin: 0 0 2px 0; font-size: 0.9em; color: #333;}

h1.blc,
h2.blc,
h3.blc,
h4.blc {color:#98D12B ;}



/***** Ordered & Unordered Lists *****/


/***** Definition Lists *****/


/***** Tables *****/


/***** Content Text *****/
.Text {color: #333; font-size: 1em;}
	.Text-Small {color: #333; font-size: 0.9em;}
.Text-Black {color: #000;}
	.Text-Black-Small {color: #000; font-size: 0.9em;}
.Text-Gray {color: #999;}
	.Text-Gray-Small {color: #999; font-size: 0.9em;}
.Text-Blue {color: #06c;}
	.Text-Blue-Small {color: #06c; font-size: 0.9em;}
.Text-Pink {color: #e1007d;}
	.Text-pink-Small {color: #e1007d; font-size: 0.9em;}
.Text-Green {color: #390; font-size: 1em;}
.Text-Green-Small {color: #98D12B; font-size: 0.9em;}

.heading3-green {color:Green; font-size:1.3em;}
	
	
