a:link {
	color: #003F8A;
	text-decoration: underline;
}
a:visited {
	color: #003F8A;
	text-decoration: underline;
}
a:active {
	color: #003F8A;
	text-decoration: none;		
}
a:hover {
	color: #0A8F58;
	text-decoration: none;	
}
  
.maintext_ital {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.maintextSmaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#leftcontent p {
	margin-top: .9em;
	margin-bottom: .9em;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
a.footer:link 	{
	text-decoration: underline;
	color: #FFFFFF;
}
a.footer:visited 	{
	text-decoration: underline;
	color: #FFFFFF;
}
a.footer:active 	{
	text-decoration: underline;
	color: #FFFFFF;
}
a.footer:hover 	{
	text-decoration: none;
	color: #0A8F58;
}

.boldheading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.boldheading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.DateHeader {
	color: #014E3C;
}
.PostFooter {
	color: #666666;
}
.BulletLists {
	color: #000000;
}
/* unordered list style */
ul.BulletLists {
  list-style: none;
  margin: 0px 0px 5px 5px;
  padding: 10px;
}

li.BulletLists {
  list-style: none;
  padding-left: 0px;
}
.SideLists {
	color: #003F8A;
}
/* unordered list style */
ul.SideLists {
  list-style: none;
  margin: 0px 0px 5px 5px;
  padding: 0;
}

li.SideLists {
  list-style: none;
  padding-left: 0px;
}
/* Another unordered list style */
.SideLists2 {
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 8px;
}

.SideLists2 li {
	padding-bottom: 1em;
	list-style-type: none;
}
.BloggerPower {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}
a.BloggerPower:link 	{
	text-decoration: none;
	color: #666666;
}
a.BloggerPower:visited 	{
	text-decoration: none;
	color: #666666;
}
a.BloggerPower:active 	{
	text-decoration: none;
	color: #666666;
}
a.BloggerPower:hover 	{
	text-decoration: none;
	color: #666666;
}
