a:visited
{
 text-decoration: none;
 font-family:Arial;
 color: Black;
 font-size:8pt;
}

a:link
{
 text-decoration: none;
 font-family:Arial;
 color: Black;
 font-size:8pt;
}

A:hover
{
 text-decoration: none;
 font-family:Arial;
 color: C00303;
 font-size:8pt;
}


.Button
{
	border:1px solid #ccc;
	border-right:1px solid #808080;
	border-bottom:1px solid #000;
	Background-Color:CCCCCC;
	Font-Family:Arial;
}

.TextBox
{
	border:1px solid #888888;
	border-right:1px solid #888888;
	border-bottom:1px solid #888888;
	Font-Size: 12px;
	Font-Family:Arial;
	Color: 000000;
	Background-Color:CCCCCC;
}

.DropDown
{ 
	border:1px solid #ccc;
	border-right:1px solid #808080;
	border-bottom:1px solid #000;
}


.Black_Bold
{
 font-family:Arial;
 color: Black;
 font-weight:bold;
 font-size:8pt;
}


.Red
{
 font-family:Arial;
 color: C00303;
 font-size:8pt;
}

.Red_Bold
{
 font-family:Arial;
 color: C00303;
 font-weight:bold;
 font-size:8pt;
}

.White_Bold
{
 font-family:Arial;
 color: White;
 font-weight:bold;
 font-size:8pt;
}

.White
{
 font-family:Arial;
 color: White;
 font-size:8pt;
}

.Black
{
 font-family:Arial;
 color: Black;
 font-size:8pt;
}


A.otherrel:link, A.otherrel:active, A.otherrel:visited
{
	color: C00303;
}

.DgLinkStyle a
{
	color: C00303;
}