﻿body
{
	font-family: Century Gothic;
	font-size: small;
	text-align: center;
}
.info body
{
	text-align: left;
}
.info th
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
	color: #FF6600;
	text-transform: uppercase;
	font-weight: normal;
}
.info td
{
	text-align: left;
}
.magazine td
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.categoriescontainer table
{
	width: 100%;
	height: 100%;
	border: Solid 0px Black;
}
.categories table
{
	width: 100%;
	height: 100%;
	border: Solid 0px Black;
}
.categories tr
{
}
.categories th
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	color: #FF6600;
	text-transform: uppercase;
	font-weight: normal;
	background-color: #FFFFAA;
	height: 30px;
}
.categories td
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFDD;
	min-height: 100px;
}
.pagetitle
{
	color: #2BB5FF;
	font-size: 2em;
}
.categoryname
{
	color: #CC0066;
	font-size: 2em;
	}