#insertedArticles table {
	font-family:"Trebuchet MS",verdana,arial,sans-serif;
	font-size:medium;
	color:#800000;
}

#insertedArticles {
	font-family:"Trebuchet MS",verdana,arial,sans-serif;
	font-size:medium;
	color:#800000;
}

.instructions {
	font-style:italic;
}

.expandCollapse img
{
	background-image:url(../img/Expand.png);
}

.expandCollapse img.collapse
{
	background-image:url(../img/Collapse.png);
}

.article {
	margin: 10px 0 10px 0;
	width: 100%;
}

.articleBody2 {
	width: 100%;
	float: left;	/* needed for IE6 */
	position: relative;
}

.articleCol, .articleFullWidth {
	background-image:url(../backgroundtrans.jpg);
	margin: 10px 1% 0px 1%;	/* margin here instead of top of .articleBody2 or bottom of H1 to prevent animation jump in IE 6 & 7 */
	padding: 0px 1% 0px 1%;
}

.articleCol {
	width: 46%;	
	float: left;
}

.articleFullWidth {
}

.articleBody, .articleBodyAlt {
	border-spacing:10px 0px;
}

.articleBody td, .articleBodyAlt td {
	width:50%;
	vertical-align:top;
	padding:10px 10px;
	background-image:url(../backgroundtrans.jpg);
}

.articleBody td {
	width:50%;
}

.leftInArticleImg {
	display:inline;
	float:left;
	border:solid thin #000000;
	margin:10px 10px 0px 0px;
}

.inlineHeader {
	display:inline;
}

.expandCollapse img {
	margin-right:10px;
}

a.expandCollapse.linkHovered {
/*	color:blue;*/
	cursor:pointer;
	background-color:#E7BAD6;
}

.first_paragraph:first-letter {		/* use class first_paragraph instead of currently only partially supported complex selector tr>td:first-child>p:first-child:first-letter */
	font-weight:bold;
	font-size:large;
	color:#FF0000;
}


h1 {
	font-size:20px;
	margin-bottom: 0;				/* remove default margin to prevent animation jumping in IE6 & 7, see margin for .articleCol */
}

ol dl li {
    list-style-type: decimal;
    list-style-position: outside;
    font-size: 60pt;
    position: relative;
    top: 70px;
    left: 65px;
    line-height: normal;
    color: #DDD;
    _color: #FFF; /* show to IE */
}

ol dl li dt {
    _margin-top: -70px;
}

ol dl li dd {
    width: 400px;
}

ol dl li dt, ol dl li dd {
    _list-style-type: decimal;
    _list-style-position: outside;
    color: #111;
    font-size: 0px;
    line-height: normal;
    font-size: small;
    position: relative;
    top: -70px;
    left: -70px;
}