.AES {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #222222;
	text-align: left;
	font-variant: normal;
	list-style-type: disc;
}
.AESbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	list-style-type: none;
	color: #222222;
}

.AESsm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #222222;
	text-align: auto;
	font-variant: normal;
	list-style-type: disc;
}
.OrangeHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #f09d34;
}
.BlueSubhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #3b67b4;
}
.OrangeSubhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #f09d34;
}
.Bullets {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: normal;
	color: #666666;
}
.Head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
}
.Subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
}
.LatestNews {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: bold;
	font-style:italic;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #ffffff;
	text-align: auto;
	font-variant: normal;
	list-style-type: disc;
	text-decoration:none;
}
.LatestNewsbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	list-style-type: disc;
	color: #FFFFFF;
}
.LatestNewsemph {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	list-style-type: disc;
	color: #FFFFFF;
}
.AESlist {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: lower-alpha;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #222222;
}

.AuthorList {
	font-size: 11px;
	color: #3366CC;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: inherit;
}
.AESalert {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	list-style-type: disc;
	color: #CC0000;
}
.AESemphasis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #222222;
	text-align: auto;
	font-variant: normal;
	list-style-type: disc;
}
.AESplainlist {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0cm;
	line-height: normal;
}
.BlueHeadlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: 3b67b4;
	text-decoration: underline;
}
.OrangeHeadLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: f09d34;
}
.AESBullet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
}

.AESnumlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-position: outside;
	list-style-type: decimal;
	font-weight: normal;
	font-variant: normal;
}

a:link {
	color:#3b77a7;
	text-decoration: underline;
}      /* unvisited link */
a:visited {
	color:darkred;
}  /* visited link */
a:hover {
	color:#f09d34;
	text-decoration: underline;
}  /* mouse over link */
a:active {
	color:#33CC66;
}  /* selected link */

a.LatestNews:link{
color: #ffffff; background: #3b77a7; text-decoration: none; 
}
a.LatestNews:active {
color: #ffffff; background: #3b77a7; text-decoration: none;
}
a.LatestNews:visited {
color: #ffffff; background: #3b77a7; text-decoration: none;
}
a.LatestNews:hover {
color: #ffffff; background: #3b77a7; text-decoration: underline;
}

a.LatestNewsemph:link{
color: #ffffff; background: #3b77a7; text-decoration: none; 
}
a.LatestNewsemph:active {
color: #ffffff; background: #3b77a7; text-decoration: none;
}
a.LatestNewsemph:visited {
color: #ffffff; background: #3b77a7; text-decoration: none;
}
a.LatestNewsemph:hover {
color: #ffffff; background: #3b77a7; text-decoration: underline;
}

a.LatestNewsbold:link{
color: #ffffff; background: #3b77a7; text-decoration: none; 
}
a.LatestNewsbold:active {
color: #ffffff; background: #3b77a7; text-decoration: none;
}
a.LatestNewsbold:visited {
color: #ffffff; background: #3b77a7; text-decoration: none;
}
a.LatestNewsbold:hover {
color: #ffffff; background: #3b77a7; text-decoration: underline;
}
.RedSubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: darkred;
}
.LatestNewsemph table tr td .LatestNewsbold strong em a {
	color: #FFF;
}
.LatestNewsemph table tr td .LatestNewsbold strong {
	color: #FFF;
}
.text {
	font-family: Verdana, Geneva, sans-serif;
}
.text {
	font-size: 12px;
}
td {
	font-family: Verdana, Geneva, sans-serif;
}
td {
	color: #000;
}
td {
	font-size: 12px;
	text-align: left;
}

