A, A:visited
{
	text-decoration: none;
}

A:hover
{
	color: crimson;
}

A.AltLink, A.AltLink:visited
{
	color: chartreuse;
	text-decoration: none;
}

A.AltLink:hover
{
	color: crimson;
}

A.AltLink2, A.AltLink2:visited
{
	color: papayawhip;
	text-decoration: none;
}

A.AltLink2:hover
{
	color: crimson;
}

A.AltLink3, A.AltLink3:visited
{
	color: lightgreen;
	text-decoration: none;
}

A.AltLink3:hover
{
	color: crimson;
}

.BodyText
{
	font-size: 14px;
	font-family: Verdana, Arial;
}

.HeadingText
{
	font-weight: bold;
	font-size: 18px;
	font-family: Verdana, Arial;
	text-align: left;
	color: #444444;
}

.SmallText
{
	font-size: 10px;
	font-family: Verdana, Arial;
}

.1PixDividerLine
{
	font-size: 1px;
}

.2PixDividerLine
{
	font-size: 2px;
}

.5PixDividerLine
{
	font-size: 5px;
}

.10PixDividerLine
{
	font-size: 10px;
}

.20PixDividerLine
{
	font-size: 20px;
}

.Heading2
{
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 2px;
	color: white;
	padding-top: 2px;
	font-style: normal;
	font-family: Arial;
	letter-spacing: 4px;
}

table.WithBorder
{
    background-color: Black; 
    border-right: white 1px solid; 
    border-top: white 1px solid; 
    border-left: white 1px solid; 
    border-bottom: white 1px solid;
}

td.WithBorder
{
    background-color: Black; 
    border-right: white 1px solid; 
    border-top: white 1px solid; 
    border-left: white 1px solid; 
    border-bottom: white 1px solid;
}
