﻿
a:hover 
{
	COLOR: #ccc;
}

.MenuLinkStyle
{
	color: #ffffff;
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	text-transform: uppercase;
	text-decoration: none;
	cursor: hand;
}

.VerticalGrayShade 
{
	filter: progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr='#e0dbdc',endcolorstr='#d0cbcc');
}

.VerticalGrayShadeRev 
{
	filter: progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr='#c0c0c0',endcolorstr='#e0dbdc');
}

.HorizontalGrayShade
{
	filter: progid:dximagetransform.microsoft.gradient(gradienttype=1,startcolorstr='#d0cbcc',endcolorstr='#eeeeee');
}

.HorizontalBlueShade
{
	filter: progid:dximagetransform.microsoft.gradient(gradienttype=1,startcolorstr='#b0c4de',endcolorstr='#eeeeee');
}

.VerticalRedShade
{
	filter: progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr='#e5676a',endcolorstr='#9d161a');
}

.ErrorString
{
	font-size: 8pt;
	font-family: Tahoma, Arial;
	font-weight: normal;
	color: #ff6666;
	padding-top: 11px;
	padding-bottom: 11px;
}

.Footnote
{
	font-size: 8pt;	
	font-style: italic;
}