﻿body 
{
    font-family:Arial;
    font-size:10pt;
	color:#4A4A4A;
	margin-top:25px;
}

.navlink
{
    font-family:Arial;
    font-size:10pt;
    color:#014EAD;
}

.bodylink
{
    font-family:Arial;
    font-size:10pt;
    color:#014EAD;
}

.bodybackground
{
    background:#616161;
}


.headercellbackground
{
    background:#840000;
}

.footercellbackground
{
    background:#ffffff;
}

.mainTable
{
	max-width:950px;
width:950px;
background:#ffffff;
text-align:left;
}

.wrap
{
	width:950px;
		margin-left:auto;
	margin-right:auto;
}
.navcellbackground
{
    background:#EEEEEE;
}

.bodycellbackground
{
    background:#EEEEEE;
    vertical-align:top;
    height:100%;
}

.celloutline
{
    background:#EEEEEE;
    vertical-align:top;
}

.gridview
{
    background-color:#CEDAEB;
}

.gridviewheader
{
    background:#cccccc;
    font-weight:bolder;
}

.gridviewrow
{
    background:#E4EAF4;
}

.gridviewalternaterow
{
    background:#CEDAEB;
}

