/* CSS Document */

BODY
{
    background-color: #FFFFFF;
}

H1
{
    font-family: Verdana, Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
}

H2
{
    font-family: Verdana, Arial, Helvetica;
	font-size: 15px;
	font-weight: bold;
}

.navigation
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #FFFFFF;
}

.navigation A
{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}

.navigation A:hover
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.bodytext
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #000000;
    padding: 12px;
}

.bodytext A
{
    text-decoration: underline;
	color: #000000;
}

.bodytext A:hover
{
    text-decoration: none;
	color: #000000;
}

.producttext
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #000000;
    padding: 6px;
}

.producttext A
{
	color: #000000;
	text-decoration: underline;
}

.producttext A:hover
{
	color: #000000;
    text-decoration: none;
}

.producttitle
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.productprice
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #003E6D;
}

.bottomcopy
{
    background-color: #0063AF;
	font-size: 11px;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	color: #FFFFFF;
}

.bottomcopy A
{
	color: #FFFFFF;
	text-decoration: underline;
}

.toptext
{
    padding: 10px;
}

h3
{
	color: #000000;
	font-family: Trebuchet Ms, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

h4
{
	color: #000000;
	font-family: Trebuchet Ms, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
