﻿<!--
/* A:link refers to all links on the page - not just the RSS content... */
A:link {
	color : #004E98;
	font-weight : bold;
}
A:visited {
	color : #004E98;
	font-weight : bold;
}
a {
	color: #368CCC;
	outline: none;
	text-decoration: underline;
}
.style1 {
	border-width: 0px;
}
.style2 {
	border: 5px solid #2D2D2D;
}
.ArticleTitle {
	font-weight: 700;
	color: #006600;
	font-size: small;
	text-align: center;
}
.body {
	font-size: small;
	color: #000000;
	font-family: Verdana;
	text-align: left;
}
p {}
li {
	color: #000000;
	font-family: Verdana;
	font-size: x-small;
	text-align: left;
}
.ArticleWhite {
	color: #000000;
	font-family: Verdana;
	font-size: x-small;
	text-align: left;
}

.ArticleGrey {
	color: #c0c0c0;
	font-family: Verdana;
	font-size: x-small;
	text-align: left;
}
.ArticleGreyTitle {
	font-size: x-small;
	font-weight: 700;
	color: #FFFFFF;
}
.footer {
	color: #FFFFFF;
	font-size: 9pt;
	text-align: center;
}
//-->