/*
 * This stylesheet defines the styles for the content and 
 * is shared with the content editor (ie. TinyMCE)
 */

.body_text h1, .mceContentBody h1 {font-size: 30px;}
.body_text h2, .mceContentBody h2  {font-size: 25px;}
.body_text h3, .mceContentBody h3  {font-size: 18px;}
.body_text h4, .mceContentBody h4 {font-size: 14px;}
.body_text h5, .mceContentBody h5  {font-size: 12px;}
.body_text h6, .mceContentBody h6  {font-size: 10px;}

textarea{
	width:390px;
}

.body_text strong, .mceContentBody strong {
	font-weight: bold;
}

.body_text li, .mceContentBody li { padding: 0 0 5px 0px;}
.body_text ol, .mceContentBody ol{list-style-type: decimal;}
.body_text ul, .mceContentBody ul{ list-style: disc outside none;}
.body_text ul, .mceContentBody ul, .body_text ol, .mceContentBody ol{
	padding: 0 0 0px 20px;
	margin: 15px 0 15px 20px;
}


p, label{
	line-height: 1;
}


.mceContentBody , .body_text{
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-weight: 300;
	font-size:12px;
	color:#444;
	text-align: justify;
	
}

.body_text p, .mceContentBody p{
	
    padding:0;
	text-indent: 20px;
	padding: 0 0 10px 0;
	line-height: 20px;
	
}

.body_text p:last-child, .mceContentBody p:last-child{
	padding:0;
}

div.picture {
    background-image:url(/images/picture_frame.jpg);
    width: 395px;
    height: 233px;
    margin: -8px;
}

div.picture img{
    width:360px;
    height:200px;
    padding:12px 0 0 15px;

}

