﻿body
{
	font-family:Tahoma;
	font-size:small;
	font-weight:normal;
	color:#7F7F7F;
	margin:0px;
}

a:link
{
   color: Blue;
   font-weight: normal;
   text-decoration: none;
   font-size:small;
   font-family:Tahoma;
}
a:visited
{
   color: Blue;
   font-weight: normal;
   text-decoration: none;
   font-size:small;
   font-family:Tahoma;
}
a:active
{
   color: Blue;
   font-weight: normal;
   text-decoration: none;
   font-size:small;
   font-family:Tahoma;
}
a:hover
{
   color: Blue;
   font-weight: normal;   
   font-size:small;
   font-family:Tahoma;
}

.labelLink2:link
{
   color: Blue;
   font-weight: normal;
   text-decoration: none;
   font-size:small;
   font-family:Tahoma;
}
.labelLink2:visited
{
   color: Blue;
   font-weight: normal;
   text-decoration: none;
   font-size:small;
   font-family:Tahoma;
}
.labelLink2:active
{
   color: Blue;
   font-weight: normal;
   text-decoration: none;
   font-size:small;
   font-family:Tahoma;
}
.labelLink2:hover
{
   color: Blue;
   font-weight: normal;   
   font-size:small;
   font-family:Tahoma;
}

.label:link
{
   color: #7F7F7F;
   font-weight: normal;
   text-decoration: none;
   font-size:small;
   font-family:Tahoma;
}
.label:visited
{
   color: #7F7F7F;
   font-weight: normal;
   text-decoration: none;
   font-size:small;
   font-family:Tahoma;
}
.label:active
{
   color: #7F7F7F;
   font-weight: normal;
   text-decoration: none;
   font-size:small;
   font-family:Tahoma;
}
.label:hover
{
   color: #0000FF;
   font-weight: normal;
   text-decoration: none;
   font-size:small;
   font-family:Tahoma;
}

.labelSmallFont
{
   color: #7F7F7F;   
   text-decoration: none;
   font-size:10px;
   font-family:Tahoma;
}

.labelMediumFontWhite
{
   color:White;   
   text-decoration: none;
   font-size:12px;
   font-family:Tahoma;
}

.labelMediumFontBlue
{
   color:Blue;
   font-weight: bold;
   text-decoration: none;
   font-size:14px;
   font-family:Tahoma;
}

.labelMediumFontGray
{
   color:Gray;
   font-weight: bold;
   text-decoration: none;
   font-size:12px;
   font-family:Tahoma;
}

.labelLargeFontBlue
{
   color:Blue;
   font-weight: bold;
   text-decoration: none;
   font-size:18px;
   font-family:Tahoma;
}

.labelLargeFontGray
{
   color:Gray;
   font-weight: bold;
   text-decoration: none;
   font-size:16px;
   font-family:Tahoma;
}