/* Dynamic content styles */

body{
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	color:#202020;
}


h1{
	font-family:arial, helvetica, sans-serif;
	font-size:26px;
	color:#202020;
	font-weight:normal;
	margin-bottom:12px;
}


h2{
	font-family:arial, helvetica, sans-serif;
	font-size:19px;
	color:#202020;
	font-weight:normal;
	margin-top:24px;
	margin-bottom:8px;
}


h3{
	font-family:arial, helvetica, sans-serif;
	font-size:15px;
	color:#202020;
	font-weight:normal;
	margin-top:4px;
	margin-bottom:4px;
}


h4{
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	color:#202020;
	font-weight:bold;
	margin-top:4px;
	margin-bottom:0px;
}


p{
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	color:#202020;
	line-height:17px;
	margin-top:0px;
	margin-bottom:12px;
}



ul{
}

ol{
}

ul li{
	list-style:square;
}

li{
	line-height:17px;
}



a{}
a:link{color:#ec299d;}
a:visited{color:#ec299d;}
a:hover{color:#ef81c3;}
a:active{color:#ef81c3;}



/* No borders around linked images. Ever */
a img, a:link img, a:visited img, a:hover img, a:active img{
	border:0;
}
	


/* Image styles */

img.ImageLeft{
	margin-right:10px;
	margin-bottom:6px;
	margin-top:4px;
	border:0;
	float:left;
}

img.ImageRight{
	margin-left:10px;
	margin-bottom:6px;
	margin-top:4px;
	border:0;
	float:right;
}

img.ImageArrow{
	position:relative;
	top:2px;
	padding-left:0px;
	padding-right:2px;
	margin-left:3px;
	margin-right:3px;
	border:0;
}

img.ImageIcon{
	margin-left:8px;
	margin-right:8px;
	margin-bottom:2px;
	margin-top:-3px;
	border:0;
	float:left;
}




/* Table styles for tables created in editor */

table{
}

table.StandardTable{
	border:dotted 1px #d25ba2;
	margin-top:12px;
	margin-bottom:12px;
	padding:0;
	border-collapse:collapse;
	font-size:11px;
}

/* Common for all new cells */
table.StandardTable td{
	border:dotted 1px #d25ba2;
	border-collapse:collapse;
	padding-top:1px;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:0px;
}

table.StandardTable td.Header, table.StandardTable th{
	background-color:#f7c0e1;
	font-weight:bold;
}

table.StandardTable td.HeaderSoft{
	background-color:#fce5f3;

}

table.StandardTable td{
	font-size:12px;
}






