﻿body 
{
	font-family: Arial;
	font-size: small;
	margin: 0 0 0 0;
}
.smlText 
{
	font-size: x-small;
}

a
{
	color: Blue;
	text-decoration: underline;
	font-weight: bold;
}
.mainNav
{
	font-size: small;
	font-weight: bold;
}
.mainNav a
{
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: Black;
}
.mainNav a:visited 
{

}
.mainNav a:active 
{

}
.mainNav a:hover 
{
	text-decoration: underline;
}

.subNav a
{
	font-size: small;
	text-decoration: none;
	color: Black;
}
.subNav a:visited 
{

}
.subNav a:active 
{

}
.subNav a:hover 
{
	text-decoration: underline;
}
.gridviewTD
{
    font-size: x-small;
    font-family: Arial;
}
