﻿/* Used for the title tag */

.AETitle
{
	font-family: Times New Roman, Serif;
	font-size: 12pt;
	font-variant: small-caps;
	font-weight: bold;
	color: #883030;
}
/* if the title is a link this is the style for the link */
A.AETitle:link
{
	font-family: Times New Roman, Serif;
	font-size: 12pt;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration:  
	color: #883030;
}

A.AETitle:visited
{
	font-family: Times New Roman, Serif;
	font-size: 12pt;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	color: #883030;
}

A.AETitle:hover
{
	font-family: Times New Roman, Serif;
	font-size: 12pt;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	color: #732828;
}

A.AETitle:active
{
	font-family: Times New Roman, Serif;
	font-size: 14pt;
	font-weight: normal;
	font-variant: small-caps;
	text-decoration: none;
	color: #732828;
}

/* style for the author label */

.AEAuthor
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #808080;
}

/* style for the date label */
.AEDate
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #808080;
}
/* style for the more link at the bottom */
.AEMore
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #00834D;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
	text-align: right;
}

A.AEMore:link
{
	text-decoration: none;
	color: #00834D;
}

A.AEMore:visited
{
	text-decoration: none;
	color: #00834D;
}

A.AEMore:hover
{
	text-decoration: none;
	color: #FF0000;
}

A.AEMore:active
{
	text-decoration: none;
	color: #00834D;
}
/* style for the outlining table */
.AETable
{
	padding: 5pt;
}
/* style for the row that contains the articles */
.AERow
{

}
/* style for each article table cell */
.AECell
{
	padding: 5px;
	border-style: dotted none none dotted;
	border-width: 1px;
	border-color: #C0C0C0;
	vertical-align: top;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #2D2D2D; 
}