﻿/* Used for the title tag */
.AETitle
{
	font-size: 8pt;
	font-weight: bold;
	color: #666666;
}
/* if the title is a link this is the style for the link */
A.AETitle:link
{
	text-decoration: none;
	color: #666666;
}

A.AETitle:visited
{
	text-decoration: none;
	color: #666666;
}

A.AETitle:hover
{
	text-decoration: none;
	color: #CCCCCC;
}

A.AETitle:active
{
	text-decoration: none;
	color: #666666;
}

/* style for the author label */

.AEAuthor
{
	
	font-size: 8.5pt;
	color: #808080;
}

/* style for the date label */
.AEDate
{
	
	font-size: 8pt;
	color: #808080;
}
/* style for the more link at the bottom */
.AEMore
{
	font-weight: normal;
	font-size: 8.5pt;
	color: #666666;
	text-decoration: none;
	text-align: right;
}

A.AEMore:link
{
	text-decoration: none;
	color: #666666;
}

A.AEMore:visited
{
	text-decoration: none;
	color: #666666;
}

A.AEMore:hover
{
	text-decoration: none;
	color: #CCCCCC;
}

A.AEMore:active
{
	text-decoration: none;
	color: #666666;
}
/* style for the outlining table */
.AETable
{

}
/* style for the row that contains the articles */
.AERow
{

}
/* style for each article table cell */
.AECell
{
	vertical-align: top;
}