/* CSS Document */

body {
	font-family:Tahoma, Arial, sans-serif;
	font-size:12px;
    color:#303234;
}

#editorbody {
	background-color:#e4e4e4;
}

/*==================text================*/
p{
	line-height:20px;
	margin-bottom:15px;
}
h1{
	
}
h2{
	
}
h2.dynamic{
    background:#FFF url('../images/title-bg.gif') no-repeat 0 3px;
    height:20px;
    line-height:20px;
    display:inline-block;
    padding:2px 10px 3px 15px; 
    font-weight:bold;
    font-size:14px;
    margin-bottom:10px; 
    margin-top:15px;
}

h3{
	font-size:13px;
	color:#ae1e3e;
	font-weight:bold;
}
h4{
	
}
em, i{
	font-style: italic;
}
strong, b{
	font-weight: bold;
}
a{
	text-decoration: none;
	color:#ae1e3e;
}
ul li{
   list-style-type:none;
   background:url('../images/arrow.gif') no-repeat 0px 7px;
   padding-left:10px;
   line-height:18px;
}
ul ul
{
    margin-bottom:15px;
}


.red-text{
    color:#ae1e3e;
}
p.red-text
{
    color:#ae1e3e;
    margin-bottom:5px;
}