/*********************************************************************
* Copyright 2009 Amblique :: www.amblique.com :: All Rights Reserved *
**********************************************************************
* RADEDITOR DEFAULT STYLE SHEETS
*********************************************************************/

/***** CSS Default *****/
/*rad_override.css*/

/***** Hyperlinks *****/
a {color: #333; text-decoration: underline;}
a:hover {color: #000; text-decoration: underline;}

/***** Headings *****/
h1 {font-size: 2em;}
h2 {color:#8f7264; font-size:25px;}
h3 {margin: 0 0 8px 0; font-size: 1.25em; width:100%; color:#533b2c;  border-bottom: dotted 1px #8e6e61;}
h4 {margin: 0 0 6px 0; font-size:18px; color:#664a3d; font-weight:normal;}
h5 {margin: 0 0 4px 0; font-size: 1em; color: #333;}
h6 {margin: 0 0 2px 0; font-size: 0.9em; color: #333;}

/***** 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;}

 
