/* Style sheet for displaying a single article */
/* Standard table, header, and footer classes */
.article_single{
}
.article_single_td{
}
.article_single_header{
}
.article_single_header_td{
	color : #000000;
	font-size : small;
	text-align: center;
}
.article_single_footer{
}
.article_single_footer_td{
	color : #000000;
	font-size : small;
}
/* Classes unique to this object type */
.article_single_author{
	font-size : smaller;
	color : #000000;
}
.article_single_author_text{
	font-size : smaller;
	font-weight : bold;
	color : #000000;
}
.article_single_date{
	font-style : italic;
	font-size : smaller;
	line-height : 35px;
	color : #000000;
}
.article_single_date_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bolder;
	color : #000000;
}
.article_single_title{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align : left;
	font-weight: bold;
	line-height : 25px;
}
.article_single_body{
	font-family: Arial, Helvetica, sans-serif;
	color : #000000;
}
.article_single_body:Link{
	font-family: Arial, Helvetica, sans-serif;
	color : #000000;
}
.article_single_body:Visited{
	font-family: Arial, Helvetica, sans-serif;
	color : #000000;
}
.article_single_link{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.article_single_related_products{
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : x-small;
}
/* Image related classes */
.article_single_images{
	color : #000000;
}
.article_single_images_large{
	color : #000000;
	font-size : smaller;
}
.article_single_images_large:Link{
	color : #000000;
}
.article_single_images_large:Visited{
	color : #000000;
}
.article_single_images_caption{
	font-size : smaller;
	background-color : #E2DAB6;
	color: #000000;
	border: solid #E6D4AB thin;
}
.article_single_images_spacer{
	padding-bottom : 0;
	padding-left : 0;
	padding-right : 0;
	padding-top : 10;
	color: #FFCC00;
}
