/* 
	simple_content CSS to fix stepstone_neu css file
	for use in articles, etc.	
*/

body {
	background-color: white;
	color: black;
	font-family: verdana, arial, sans-serif;
}

h1 {
	font-size: 19px;
	color: #ff9f33;
}

h2 {
	color: #FF8700;
	font-size: 22px;
	font-weight: normal;
	margin-top: 0;
}

h3 {
	font-size: 16px;
	color: #777;
	margin-top: 25px;
	font-weight: bold;
	line-height: 1.3;
}

h4 {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 0px;
	margin-top: 10px;
}

p, .normalText {
	line-height: 1.5;
	font-size: 11px;
}

li {
	margin-bottom: 10px;
	font-size: 11px;
}

dl {
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #EFEFEF;
}

dd {
	margin: 5px 0 8px 0;
	line-height: 1.4;
}

small {
	font-size: 90%;
}

caption {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}

th {
	text-align: left;
	line-height: 1.3;
}

td {
	line-height: 1.3;
}

/* BOXES */

.box_small_right {
	float:right;
	width:180px;
	padding:8px;
	background-color:#EFEFEF;
	border: 1px solid #CCC;
}

img {
	border: 0;
}
