﻿A
{
	font-size: 12px;
	text-decoration: none;
}

A.menuLink
{
	color: #fff;
}

A.menuHeaderLink
{
	color: #f99;
	font-weight: bold;
}

BODY
{
	background-color: #303030;
	background-image: URL(  "../images/body_stripes.gif" );
	font-family: Arial, Verdana;
	margin: 0px;
}

DIV.articleText
{
	margin-top: 2px;
}

DIV.menuHeader
{
	font-size: 12px;
	font-weight: bold;
	color: #F99;
}

IMG.articleImg
{
	width: 124px;
	height: 129px;
}

TABLE.content
{
	text-align: center;
}

TD.header
{
	background-color: #fff;
	border-bottom: solid 5px #000;
	text-align: left;
	vertical-align: top;
}

TD.menuLeft, TD.menuRight
{
	background-color: #606060;
	vertical-align: top;
	padding-top: 10px;
	text-align: left;
}

TD.menuLeft
{
	border-right: solid 2px #000;
	padding-right: 10px;
}

TD.menuRight
{
	border-left: solid 2px #000;
	padding-left: 10px;
}

TD.gloves
{
}

TD.content
{
	background-color: #000;
}

TD.article
{
	background: #C0C0C0;
	border-bottom: solid 1px #606060;
	border-left: solid 1px #fff;
	border-right: solid 1px #606060;
	border-top: solid 1px #fff;
	font-size: 12px;
	height: 165px;
	padding-top: 4px;
	vertical-align: top;
	width: 130px;
}

TD.footer
{
	background-color: #ffffff;
	border-top: solid 5px #000;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 6px;
	text-align: center;
}

