﻿body 
{
	background-color:#E5E4DD;
	background-image:url(images/bg_tile.gif);
	margin:0px;
	padding:0px;
}

.divPageContent
{
	background-color:#BBD1FF;
	width:795px;
	border-style:none;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
	font-family: Arial;
	font-size:medium;
	color: Black;
	margin: 0 auto;
}

.imgBanner
{
	border-style:none;
}

.divPageFooter
{
	text-align: right;
	background-color:#BBD1FF;
	width:795px;
	border-style:none;
	padding-left:5px;
	font-family: Arial;
	font-size: small;
	color: Gray;
	margin: 0 auto;
}

.divTabSel
{
	width:106px;
	height:40px;
	background: url(../images/tabSel.gif) no-repeat;
}

.divTabUnsel
{
	width:106px;
	height:40px;
	background: url(../images/tabUnsel.gif) no-repeat;
}

.divTabs
{
	border-style:none;
	width:800px;
	margin: 0 auto;
}

a.anchortext:link {
    color:Black;
    text-decoration:none;
    font-family:Arial;
    font-weight:bold;
}
a.anchortext:visited {
    color:Black;
    text-decoration:none;
    font-family:Arial;
    font-weight:bold;
}
a.anchortext:hover {
    color:Black;
    text-decoration:none;
    font-family:Arial;
    font-weight:bold;
}
a.anchortext:active {
    color:Black;
    text-decoration:none;
    font-family:Arial;
    font-weight:bold;
}
