/*********************************************************************
* Copyright 2009 Amblique :: www.amblique.com :: All Rights Reserved *
**********************************************************************
* RADEDITOR DEFAULT STYLE SHEETS
*********************************************************************/

/***** CSS Default *****/
/*rad_override.css*/

/***** Hyperlinks *****/
a {color: #333; text-decoration:none;}
a:hover {color:#ed1c24; text-decoration: underline;}

/***** Headings *****/
h1 {font-size: 2em;}
h2 {margin: 0 0 10px 0; font-size: 1.5em; color: #333;}
h3 {margin: 0 0 8px 0; font-size: 1.25em; color: #ed1c24; text-transform:uppercase;}
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;}

/***** Ordered & Unordered Lists *****/


/***** Definition Lists *****/


/***** Tables *****/


/***** Content Text *****/
.heading-a {color:#ED1C24;font-size:1.1em;}
.heading-b {color:#333;font-size:1.1em;}
.heading-c {color:#ED1C24;font-size:1.25em;font-weight:bold;}
.heading-d {color:#333;font-size:1.25em;font-weight:bold;}
.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-Red {color: #ed1c24;}
	.Text-Red-Small {color: #ed1c24; font-size: 0.9em;}
.Text-Green {color: #390; font-size: 1em;}
	.Text-Green-Small {color: #390; font-size: 0.9em;}