.Price
{
}

.Price a, .Price a:link, .Price a:visited, .Price a:hover, .Price a:active
{
	color: #ddd;
	font-size: small;
	border-width: 2px;
	text-decoration: none;
	padding: 3px 15px 3px 15px;
	cursor: pointer;
}

.Price a, a:link, .Price a:visited
{
	background-color: #7D8FAA;
	border-color: #cccccc;
	border-style: outset;
}

.Price a:hover, .Price a:active
{
	background-color: #6c7d99;
	border-color: #444444;
}

.Price a:hover
{
	border-style: outset;
}

.Price a:active
{
	border-style: inset;
}

.Price table, .Price tr, .Price th, .Price td
{
	padding: 5px 10px 5px 10px;
	border-color: #cccccc;
}

.Price th, .Price td
{
	border-style: solid;
	border-width: 1px;
	font-family: Verdana;
	font-size: small;
}

.Price table
{
	background-color: #7D8FAA;
	border-style: solid;
	border-width: medium;
}

.Price tr
{
	border-style: solid;
	border-width: thin;
}

.Price th
{
	background-color: #003366;
	color: #cccccc;
	font-weight: bold;
}

.Price td
{
	color: #003366;
}

.Right
{
	text-align: right;
}