﻿body
{
	background-color: #99ccff;
	font-size: 8pt;
	color: #777777;
	font-family: Tahoma, Verdana, Arial;
}

A
{
	color: #000099;
	font-size: 10pt; 
	text-decoration: none;
}

A:hover
{
	color: blue;
	font-size: 10pt;
	text-decoration: underline;
}

Table.MainTable
{
	background-color: White;
	border-width: thin;
	border-right: #6699cc 1px solid;
	border-top: #6699cc 1px solid;
	border-left: #6699cc 1px solid;
	border-bottom: #6699cc 1px solid;
}
.Item
{
	font-size: 10pt;
	background-color: #fffdf2;
	border-right: #777777 1px solid;
	border-top: #777777 1px solid;
	border-left: #777777 1px solid;
	border-bottom: #777777 1px solid;
}
.Listing
{
	background-color: #fffdf2;
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;
}

P.Path
{
	color: #777777;
	font-size: 8pt; 
}

A.Path
{
	font-size: 12pt;
	font-weight: bold;
}

A.Path:hover
{
	font-size: 12pt;
	font-weight: bold;
}

.Line
{
	color: #6699cc;
	height: 6px;
	position: relative;
	top: -3px;
}

.Line2
{
	color: #6699cc;
	height: 1px;
}

TD.TopLine
{
	background-color: #6699cc;
	height: 5px;
}

A.Click
{
	font-size: 16pt;
	font-weight: bold;
}

A.Click:hover
{
	font-size: 16pt;
	font-weight: bold;
}

.Title 
{
	font-size: 16pt;
}

A.Title 
{
	font-size: 16pt;
}

A.Title:hover
{
	font-size: 16pt;
}

.Price
{
	font-weight: bold;
	color: black;
}
