/*********************************************************************
* Copyright 2009 Amblique :: www.amblique.com :: All Rights Reserved *
**********************************************************************
* RADEDITOR DEFAULT STYLE SHEETS
*********************************************************************/

/***** CSS Default *****/
/*rad_override.css*/

/***** Hyperlinks *****/
a {color: #1D7ABE; text-decoration: none;}
a:hover {color: #1D7ABE; text-decoration: underline;}

/***** Headings *****/
h2 { padding-bottom: 0.27em; margin-bottom: 0.41em; font-size: 2em; color: #E42632; vertical-align: top; background: url(../images/default/line-a-a.gif) repeat-x 0 100%;}
h3 { font-size: 1.5em; margin-bottom: 0.41em;  }
h4 { font-size: 1.5em; margin-bottom: 0.41em; }

/***** Content Text *****/
.contentTitle { color: #E42632; margin-bottom: 10px; }
.TextBlack { color:#333333; }
    .TextBlack-small { color:#333333; font-size: 0.9em; }
.TextRed {color: #E42632; font-size: 1em;}
	.TextRed-Small {color: #E42632; font-size: 0.9em;}
.TextBlue {color: #1D7ABE;}
	.Text-Black-Small {color: #1D7ABE; font-size: 0.9em;}