﻿body
{
	font-family: Verdana, Arial, Sans-Serif;
	color: #000099;
	background-position: left top;
	background-attachment: fixed;
	background-repeat: repeat;
	background-color: silver;
}
.tablebricks
{
	background-image: url(images/bricks.gif);
	background-position: left top;
	text-align: center;
	background-repeat: repeat;
}

.IE8Fix 
{ 
    z-index: 1000; 

}

.txtBlockAlignerBlueBold
{
	font-size: 12pt;
	font-weight:bold; 	
	vertical-align: top;
	color: blue;
	font-family: Verdana, Arial, Sans-Serif;
	margin-left: 15px;
	text-align: left;
}

.txtBlockAlignerBlue
{
	font-size: 11pt;
	vertical-align: top;
	color: blue;
	font-family: Verdana, Arial, Sans-Serif;
	margin-left: 15px;
	text-align: left;
}

.txtBlockStrong
{
	font-size: 11pt;
	font-weight: bold;
	color: #0066cc;
	font-family: Verdana, Arial, Sans-Serif;
}

.txtBlockAlignerBlueSmall
{
	font-size: 8pt;
	vertical-align: top;
	color: blue;
	font-family: Verdana, Arial, Sans-Serif;
	margin-left: 15px;
	text-align: left;
}

.txtBlockAlignerSectionTitle
{
	font-size: 16pt;
	font-weight: bold;
	vertical-align: top;
	color: #009900;
	font-family: Verdana, Arial, Sans-Serif;
	margin-left: 15px;
	text-align: left;
}

.txtBlockAlignerSectionSubTitle
{
	font-size: 13pt;
	font-weight: bold;
	vertical-align: top;
	color: #00cc00;
	font-family: Verdana, Arial, Sans-Serif;
	margin-left: 15px;
	text-align: left;
}

.txtBlockAlignerDownloadNow
{
	font-size: 14pt;
	font-weight: bold;
	vertical-align: top;
	color: #ff0033;
	font-family: Verdana, Arial, Sans-Serif;
	margin-left: 15px;
	text-align: left;
	text-decoration: underline;
}

.txtBlockAlignerBlack
{
	font-size: 12pt;
	vertical-align: top;
	color: black;
	font-family: Verdana, Arial, Sans-Serif;
	margin-left: 15px;
	text-align: left;
}

.txtBlockAlignerOrderTitle
{
	font-size: 12pt;
	font-weight: bold;
	vertical-align: top;
	color: #00bfff;
	font-family: Verdana, Arial, Sans-Serif;
	margin-left: 15px;
	text-align: left;
	background-color: #000000;
}

.txtBlockAlignerBlackBold
{
	font-size: 12pt;
	font-weight:bold; 	
	vertical-align: top;
	color: black;
	font-family: Verdana, Arial, Sans-Serif;
	margin-left: 15px;
	text-align: left;
}
.txtBlockAlignerBlackSmall
{
	font-size: 8pt;
	vertical-align: top;
	color: black;
	font-family: Verdana, Arial, Sans-Serif;
	margin-left: 15px;
	text-align: left;
}

.txtBlockAlignerRed
{
	font-size: 14pt;
	vertical-align: top;
	color: Red;
	font-family: Verdana, Arial, Sans-Serif;
	margin-left: 15px;
	text-align: left;
}

.txtBlockAlignerRedSmaller
{
	font-size: 12pt;
	vertical-align: top;
	color: Red;
	font-family: Verdana, Arial, Sans-Serif;
	margin-left: 15px;
	text-align: left;
}

.txtBlockAlignerRedBold
{
	font-size: 14pt;
	vertical-align: top;
	font-weight:bold;
	color: Red;
	font-family: Verdana, Arial, Sans-Serif;
	margin-left: 15px;
	text-align: left;
}

.txtBlockAlignerGreen
{
	font-size: 14pt;
	vertical-align: top;
	color: Green;
	font-family: Verdana, Arial, Sans-Serif;
	margin-left: 15px;
	text-align: left;
}

.oddTableRow
{
	background-color: #cccc99;
}

.evenTableRow
{
	background-color: white;
}
	
.blackTableRow
{
	background-color: black;
}