/* Style sheet for displaying article teasers only */

/* Standard table, header, and footer classes */
.article_teasers{
	margin : 10 0 10 0;
}
.article_teasers_td{
	padding : 15 15 15 15;
}
.article_teasers_header{
}
.article_teasers_header_td{
	color : #000000;
	font-size : small;
	text-align: center;
}
.article_teasers_footer{
}
.article_teasers_footer_td{
	color : #000000;
	font-size : small;
}
/* Classes unique to this object type */
.article_teasers_date{
	color: #000000;
}
.article_teasers_date_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bolder;
	margin : 5 0 5 0;
	color: #000000;
	text-align : left;
}
.article_teasers_title{
	color:#333399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align : left;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.article_teasers_title:Link{
	color: #333399;
	text-decoration : underline;
	font-weight: bold;
}
.article_teasers_title:Visited{
	color: #333399;
	text-decoration : underline;
	font-weight: bold;
}
.article_teasers_title:Hover{
	text-decoration : none;
}
.article_teasers_teaser{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align : left;
	margin : 0 0 0 0;
}
.article_teasers_teaser:Link{
	color: #000000;
	text-decoration : none;
}
.article_teasers_teaser:Visited{
	text-decoration : none;
	color: #000000;
}
.article_teasers_teaser:Hover{
	text-decoration : underline;
}
.article_teasers_body{
	font-family: Arial, Helvetica, sans-serif;
	color : #000000;
}
.article_teasers_break{
	width : 500px;
}
.article_teasers_scroll{
	color : #000000;
	font-size : smaller;
}
.article_teasers_scroll:Link{
	color : #000000;
}
.article_teasers_scroll:Visited{
	color : #000000;
}
/* Image related classes */
.article_teasers_image_table{
	color : #000000;
}
.article_teasers_image{
	color : #000000;
	font-size : smaller;
}
.article_teasers_image:Link{
	color : #000000;
}
.article_teasers_image:Visited{
	color : #000000;
}
.article_teasers_more_images{
	color:#333399;
	font-size:10px;
	text-align:right;
}
.article_teasers_more_images:Link{
	color:#333399;
	text-decoration : none;
}
.article_teasers_more_images:Visited{
	color:#333399;
	text-decoration : none;
}
.article_teasers_more_images:Hover{
	text-decoration : underline;
}
.article_teasers_full_story{
	color:#333399;
	font-size:10px;
}
.article_teasers_full_story:Link{
	color:#333399;
	text-decoration : none;
}
.article_teasers_full_story:Visited{
	color:#333399;
	text-decoration : none;
}
.article_teasers_full_story:Hover{
	text-decoration : underline;
}

