body
{
 
	font-size: 10pt;
	font-family: Arial;
	background-color: #F3F3F3;
	top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 68%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
} 

A:hover
{
	color: red;
	text-decoration: underline;
}
A
{
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	text-decoration:none;
}
P
{
	font-size: 10pt;
	font-family: Arial;
}

LI
{
	font-size: 10pt;
	font-family: Arial;
}


.tablehead
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
}

.newslink
{
	font-size:8pt;
	font-weight:normal;
	font-family: Arial;
	color:gray;
}
.newsTblTitle {
    font-family:Arial;
    font-size:8pt;
    font-weight:bold;
    color:navy;
    background-color:#cccdbc;
}
TD
{
	font-size: 10pt;
	font-family: Arial;
}
.HeadBg {
    background-color: #E69511;
}

/* background color for the footer at the bottom of the page  */
.FooterBg {
    background-color: #224E8F;
}

/* border that goes around the outer table */
.TableBorder
{
	border: solid 1px #5074AC;
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#cccc99
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: #E69511;
    border-color: #E69511;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    /*background-color: #E69511; */
    border-color: #3399ff;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #5074ac;
	font-weight: bold
}

/* hyperlink styles of the selected tabs */
A.SelectedTab:link    {
    text-decoration:    none;
    color:#5074ac;
}

A.SelectedTab:visited {
    text-decoration:    none;
    color:#5074ac;
}

A.SelectedTab:active  {
    text-decoration:    none;
    color:#5074ac;
}

A.SelectedTab:hover   {
    text-decoration:    underline;
    color: #5074ac;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: White;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color: white;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:white;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}

/* style for separator between site links */
.Accent
{
    color: White;
    font-weight:    bold;
}
