
BODY
{
		background-color: #292929;
		color: #CCC;
}

A
{
		color: #FFF;
		text-decoration: none;
}

A:hover
{
		color: #FFF;
		text-decoration: underline;
}

V
{
		color: #000;
		text-decoration: none;
}

TABLE.infoBox
{
		background-color: #474747;
}

TABLE.products
{
		background-color: #474747;
}

TR.products
{
		font-family: "Century Gothic";
		font-size: 12px;
		line-height : 1.5;
		
}

TD.products
{
		font-family: "Century Gothic";
		font-size: 12px;
		line-height : 1.5;
		width: 550px;
}

TD.main
{
		font-family: "Century Gothic";
		font-size: 16px;
		line-height : 1.5;
}

Table.header
{
		font-family: "Century Gothic";
		font-size: 12px;
		font-weight: bold;
		background-color: #474747;
		height: 150px;
}

Table.footer
{
		font-family: "Century Gothic";
		font-size: 12px;
		font-weight: bold;
		background-color: #474747;
		padding-top: 30px;
}

TABLE.headerContents, Table.footerContents
{
		font-family: "Century Gothic";
		font-size: 12px;
		font-weight: bold;
}

img
{
		border: 4px double #666;
}

#inner
{
		width: 900px;
		border: 4px double #666;
		margin: auto;
}

#outer
{
		text-align: center;
		padding-top: 20px;
		padding-bottom: 20px;
}
