/*  this is the css for the article col (center column) */
/* article content */

table#article_header td, table#article_footer td {
	vertical-align:bottom;
}

h1.titlearticle {
	font-size: 1.4em;
	font-weight: bold;
	color: #1e6b97;
	margin: 5px 20px 0 0;
	padding: 0;
}

.article_print {
	width:20px;
	text-align: right;
}

div#article_intro {
	font-weight: bold;
}

div#article_content {
	width: 445px;
	font-size: 1.1em;
}

div#article_content table {
	font-size: 1.0em;
}

div#article_content ul {
	list-style: none;
	margin-left: 12px;
	padding-left: 0px;
}

div#article_content ul h3 {
	font-size: 1.0em;
	font-weight: bold;
	margin: 0 0 4px 12px;
}

div#article_content ul li {
	padding-left: 12px;
	margin-left: 10px;
	background: url(article_.gif) no-repeat 0px 4px;
}

div#article_content ol li {
	padding-left: 0px;
	margin-left: 0px;
}
	
div#article_content ul li ol li {
	padding-left: 0px;
	margin-left: 0px;
	background: none;
}

div#article_content ol li ul li {
	padding-left: 12px;
	margin-left: 10px;
	background: url(article_.gif) no-repeat 0px 4px;
}

/* article links */
div#article_content a:link, div#article_content a:active {
	color: #0F6190;
	text-decoration: underline;
}

div#article_content a:visited {
	color: #003366;
	text-decoration: underline;
}

div#article_content a:hover {
	color: #F50035;
}

/* back to top */
td#article_backto_top {
	vertical-align: middle;
}

a.backto_top:link, a.backto_top:visited, a.backto_top:active {
 	font-size: 1.0em;
	text-decoration: none;
	color: #101010;
	background: url(article0.gif) no-repeat 0px 3px;
	padding-left: 13px;
 }
 
 a.backto_top:hover {
	text-decoration: underline
 }
