﻿a.footer:link
{
    font-size: 7pt;
    color: #253692;
    font-family: verdana;
    text-decoration: none;
}

a.footer:visited
{
    font-size: 7pt;
    color: #253692;
    font-family: verdana;
    text-decoration: none;
}

.headerContent1
{
    position: absolute;
    top: 10px;
    left: 57px;
    width: 200px;
    height: 30px;
    font-size: 30px;
    font-family: Arial Narrow;
    color: #8885bc;
}

.headerContent2
{
    position: absolute;
    top: 40px;
    left: 140px;
    width: 250px;
    height: 20px;
    font-size: 30px;
    font-family: Arial;
    font-weight: bold;
    color: #6966ab;
}

.headerContent3
{
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 325px;
    height: 10px;
    font-size: 10px;
    font-family: Arial;
    font-weight: bold;
    color: #525151;
}
.post
{
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding: 20px 0px 20px 0px;
	font-family:verdana,sans-serif;
}

.SinglePost /* For Single News Post On NewsItem.aspx Page*/
{
	padding: 20px 0px 20px 0px;
	font-family:verdana,sans-serif;
}

.post h2
{
	color:#003366;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	margin:0pt;
}