﻿body 
{
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:8pt;
    color:#333333;
    margin-left:0px;
    margin-right:0px;
    margin-top:0px;
    background-color:#FFFFFF;
    
}
p
{
    font-family:Verdana,Arial,Helvetica,sans-serif;
    color:#333333;
    
}
h1
{
    color:Black;
    font-size:10pt;
    font-weight:bold;   
}
.welcome
{
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:10pt;
    font-weight:bold; 
    color:#000099;
}

.tabactive
{
	background-image: url(/graphics/aspx/active.gif);
	font-weight: bold;
	color: #ffff33;
	background-attachment: fixed;
	background-repeat: no-repeat;
	width: 555px;
	height: 16px;
	padding-left: 22px;
	padding-top: 2px;
	text-decoration: none
}
.tab
{
	background-image: url(/graphics/aspx/static.gif);
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-attachment: fixed;
	background-repeat: no-repeat;
	width: 555px;
	height: 16px;
	padding-left: 13px;
	padding-top: 2px;

}
.tabactivenbg
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}


.tabnbg
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #ffff33;
	text-decoration: none;
	
}
.tabnbg a:link
{
	color: #ffff33;
	text-decoration: none;
}
.tabnbg a:active
{
	color: #ffff33;
	text-decoration: none
}
.tabnbg a:visited
{
	color: #ffff33;
	text-decoration: none
}
.tabnbg a:hover
{
	color: #ffff33;
	text-decoration: none
}
.tabactivenbg a:link
{
	color: black;
	text-decoration: none;
}
.tabactivenbg a:active
{
	color: black;
	text-decoration: none
}
.tabactivenbg a:visited
{
	color: black;
	text-decoration: none
}
.tabactivenbg a:hover
{
	color: #ffff33;
	text-decoration: none
}

