
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-left: 15px;
	margin-right: 15px;
	background-image: url(images/backgrad.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: fixed;
}

TABLE.markupTable TD { vertical-align: top; }

.head
{
	width: 229px;
	height: 17px;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	background-image: url(images/topcorners.gif);
	background-repeat: no-repeat;
}

.body
{
	width: 229px;
	text-align: center;
	background-color: #96c2e7;
	font-size: 12px;
	vertical-align: middle;
	margin-bottom: 2px;
}

.image
{
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

.html
{
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

A.dark
{
	text-decoration: none;
	color: #333;
	font-size: 11px;
}

A.dark:hover
{
	color: #A3311D;
	font-size: 11px;
}

A.smallDark
{
	text-decoration: none;
	color: #000000;
	font-size: 10px;
}

A.smallDark:hover
{
	text-decoration: underline;
	color: #000000;
	font-size: 10px;
}

TBODY TD.small
{
	color: #000000;
	font-size: 10px;
	text-align: center;
}

TBODY TD.title
{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

a
{
	color: #0000FF;
	text-decoration: none;
	font-size: 10px;
}

a:hover
{
	color: #FF0000;
	text-decoration: none;
	font-size: 10px;
}

.grey
{
	text-decoration: none;
	color: #CDCDCD;
	font-size: 10px;
}

h5 { font-size: 10px; }


/* stats.php */
TD.header
{
	text-align: center;
	background-color: #000099;
	color: White;
	font-weight: bold;
	vertical-align: middle;
	font-size: 14px;
}

TD.cell
{
	text-align: center;
	background-color: #6495ED;
	font-size: 13px;
	vertical-align: middle;
}

TD.lcell
{
	text-align: center;
	background-color: #00CFFE;
	font-size: 13px;
	vertical-align: middle;
}

.center { text-align: center; }

a.link
{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 13px;
}

a.link:hover
{
	color: #FFFFFF;
	font-size: 13px;
}

/* 
* suggest.php:
*/

.suggestTitle
{
	font-size: 30px;
	font-weight: bold;
	text-align: left;
}

.suggestCell
{
	text-align: center;
	background-color: #6495ED;
	font-size: 12px;
	vertical-align: middle;
}

.suggestHeader
{
	text-align: center;
	background-color: #000099;
	color: White;
	font-weight: bold;
	vertical-align: middle;
	font-size: 14px;
}

