/* 
    Document   : styles
    Created on : 2/02/2010, 11:02:32 AM
    Author     : diegoluisr
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#content-right, body#tinymce {
	font-family:"Myriad Pro",Myriad,Arial,Helvetica,sans-serif;
	font-size: 14px;
}

#content-right p, body#tinymce p {
	
}

#content-right strong, body#tinymce strong {

}

#content-right em, body#tinymce em {
	
}

#content-right a, body#tinymce a {
	text-decoration: none;
}

#content-right a:hover, body#tinymce a:hover {
	
}

#content-right hr.redlineseparator, body#tinymce hr.redlineseparator {
	background: #FFFFFF url(../img/largeredcurve.jpg) no-repeat scroll center center;
	height:30px;
	padding:10px 0px;
	border: 0 none;
}

#content-right h1, body#tinymce h1 {
	/*background: #FFFFFF url(../img/redcurve.jpg) no-repeat scroll bottom left;
	font-size: 18px;
	color: #305E80;
	padding: 0 0 10px 20px;
	left: -20px;
	position: relative;*/
}

#content-right h2, body#tinymce h2 {

}

#content-right h3, body#tinymce h3 {

}

#content-right h4, body#tinymce h4 {
	
}

#content-right h5, body#tinymce h5 {

}

#content-right h6, body#tinymce h6 {

}

.blue{
	color:#063783;
}

.red{
	color:#CC061D;
}

