﻿body
{
	font-family :  Arial, Verdana, helvetica, Sans-Serif;
	font-size : 76%;
	color : #ffffff;
	background-color : #202028;
	margin : 0px;
	padding : 0px;
}

img
{
	border : none;
}

a
{
	text-decoration : none;
	color : #606060;
}

h1, h2 ,h3 ,p
{
	margin : 0px 0px 16px 0px;
	padding : 0px;
}

h1
{
	margin-top : 8px;
	font-size : 120%;
}

h2
{
	margin-top : 8px;
	font-size : 110%;
}

div#PolygonCat
{
	margin : 100px auto 0px auto;
	display : block;
	width : 300px;
}

div.Left
{
	float:left;
	clear:left;
}

div.PageBody
{
	float:left;
	clear:left;
	display : block;
	width : 300px;
	/*height : 300px;*/
}
* html div.PageBody
{
	display : block;
	width : 300px;
	/*height : 284px;*/
}

div.polygon
{
	float:right;clear:right;margin:20px 16px 0px 0px;font-size:180%;
}

div.cat
{
	float:right;clear:right;margin:-10px 14px 0px 0px;font-size:260%;color:#a0a0a0;
}

* html div.polygon
{
	float:right;clear:right;margin:20px 8px 0px 0px;font-size:180%;
}

* html div.cat
{
	float:right;clear:right;margin:-10px 7px 0px 0px;font-size:260%;color:#a0a0a0;
}
div.PageContent
{
	float:left;
	clear:left;
	 width:142px;
	 height:256px;
	 overflow:hidden;
	 padding:4px;
}
* html div.PageContent
{
	float:left;
	clear:left;
	 width:142px;
	 height:256px;
	 overflow:hidden;
	 padding:4px;
}

img.imagebutton
{
	float:left;clear:left;margin :0px 18px 0px 0px; border:solid 1px #808080;
}
div.PageFooter
{
	margin:4px auto 0px auto;
	width : 300px;
	background-color:#202028;
	color:#a0a0a0;
	font-size:120%;
	text-align:left;
	clear:left;
}

a.lbllink
{
	color : #e0e0e0;
}

a.lbllink:hover
{
	color : #fff;
	text-decoration : none;
}

.brclear
{
	clear:both; 
	height:0;
	margin:0; 
	font-size: 1px; 
	line-height: 0;
}