﻿body 
{
    font-size: 14px;
    font-family: "Times New Roman", Arial, Sans-Serif, Serif;
}

p { font-size: 16px;
	font-family: "Times New Roman", Arial, sans-serif, serif;
}

td.Lheader
{
    background-image:url("Images/TopBarLCorn.jpg");
    background-repeat: no-repeat;
    background-position: left;
    width: 43px;
    height: 93px;
    border: none;
}
td.MidHeader
{
    background-image:url("Images/TopBarRep.jpg");
    background-repeat: repeat-x;
    border: none;
}
td.Rheader
{
    background-image:url("Images/TopBarRCorn.jpg");
    background-repeat: no-repeat;
    background-position: left;
    width: 43px;
    border: none;
}
td.Lnav
{
    background-image: url("Images/NavBarLCorn.jpg");
    background-repeat: no-repeat;
    background-position: right;
    width: 43px;
    height: 43px;
    border: none;
    
}
td.MidNav
{
    background-image: url("Images/NavBarRep.jpg");
    background-repeat: repeat-x;
    border: none;
}
a.navLink
{
    color:Black;
    font-size: 16px;
    font-family: Century, Arial, Sans-Serif;
    font-weight: bold;
    text-transform: uppercase;
}
a.navLink:hover
{
	color:#000000;
	text-decoration: none;
}
td.Rnav
{
    background-image: url("Images/NavBarRCorn.jpg");
    background-repeat: no-repeat;
    background-position: left;
    border: none;
    width: 43px;
}
td.leftBar
{
    padding-left: 10px;
    background-image: url("Images/WPS_QuickLinksBorders.gif");
    background-repeat: repeat-y;
    background-color: #ffcc00;
    font-size: 12px;
    background-position: right;
}
td.content
{
    padding-left: 16px;
    padding-top: 5px;
}
td.rightEdge
{
    background-color: #ffcc00;
    background-image: url("Images/WPS_RightSideBorder.gif");
    background-position: left;
    background-repeat: repeat-y;
}
td.Lfooter
{
    background-color: #ffcc00;
    background-image: url("Images/WPS_FooterL.gif");
    background-repeat: no-repeat;
    background-position: left;
    width: 52px;
    height: 66px;
    border: none;
}
td.MidFooter
{
    background-image: url("Images/WPS_Footer.gif");
    background-repeat: repeat-x;
    border: none;
}
td.Rfooter
{
    background-color: #ffcc00;
    background-image: url("Images/WPS_FooterR.gif");
    background-repeat: no-repeat;
    background-position: right;
    width: 52px;
    border: none;
}
p.footerText
{
    font-size: 12px;
    color: #333333;
}
p.footerText a {
	color: #6699FF;
}

p
{
    font-size: 14px;
    color: #000000;
}
.buttons
{
	background-color: linen;
	border: solid thin #CCCCCC;
	font-weight: bold;
	font-size: 10px;
	}