﻿body
{
	background-color: Black;
	color: White;
	font-family: Verdana;
	font-size: 8pt;
	margin: 0 auto;
	width: 800px;
}

a, a:visited
{
	text-decoration: none;
	color: White;
}

.thumbstrip
{
	text-align: left;
}

img 
{
	border: none;
}

h1
{
	font-size: 20pt;
	color: White;
	font-weight: bold;
}

h2
{
	font-size: 14pt;
	color: #C0DB5A;
}

h3
{
	font-size: 12pt;
	color: #C0DB5A;
}

h4
{
	font-size: 10pt;
	color: #C0DB5A;
}

h5
{
	font-size: 8pt;
	color: #808080;
}

.mainTable
{
    width: 100%;
    height: 100%;
}

.leftColumnTop
{
	vertical-align: top;
	width: 250px;
	text-align: center;
}

.leftColumnBottom
{
	vertical-align: top;
	width: 250px;
	text-align: center;
}

.rightColumn
{
	padding-left: 20px;
	vertical-align: top;
}
.thumbnail
{
	padding: 3px 3px 8px 3px;
	background-color: #222;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}	

.footer
{
	text-align: center;
	margin-bottom: 30px;
	clear: both;
}	

.clear
{
	clear: both;
}

.priceTableDiv
{
	text-align: center;
}

.priceTable
{
	border: 1px solid #C0C0C0;
	width: 50%;
}

.priceTable tr
{
	border-bottom: 1px solid #C0C0C0;
}

.intH5
{
	font-size: 12pt;
	color: #C0DB5A;
		

}