﻿body 
{
	background-color	: #FF6600;
	margin-left			: 0px;
	margin-top			: 0px;
	margin-right		: 0px;
	margin-bottom		: 0px;
	font-family			: Arial;
}
.rightTextTitle
{
	font-size			: 12px;
	font-family			: Arial, Helvetica, sans-serif;
	color				: #ff3300;
}
.footer
{
	text-decoration		: none;
	color				: #ffffff;
}
a.footer:link
{
	text-decoration		: none;
	color				: #ffffff;
}
a.footer:visited
{
	text-decoration		: none;
	color				: #ffffff;
}
a.footer:hover
{
	text-decoration		: none;
	color				: #999999;
}


a:link
{
	text-decoration		: none;
	color				: #6e6e64;
}
a:visited
{
	text-decoration		: none;
	color				: #6e6e64;
}
a:hover
{
	text-decoration		: none;
	color				: #333333;
}


.descriptionTitle
{
	font-size			: 12px;
	color				: #6f6f65;
}

td
{
	font-size			: 11px;
	color				: #6f6f65;
}

p
{
	font-size			: 11px;
	color				: #6f6f65;
}

.path
{
	text-decoration		: none;
	font-size			: 14px;
	font-weight			: bold;
	color				: #fc3401;
}
a.path:link
{
	text-decoration		: none;
	font-size			: 14px;
	font-weight			: bold;
	color				: #fc3401;
}
a.path:visited
{
	text-decoration		: none;
	font-size			: 14px;
	font-weight			: bold;
	color				: #fc3401;
}
a.path:hover
{
	text-decoration		: none;
	font-size			: 14px;
	font-weight			: bold;
	color				: #fc3401;
}

a.leftMenu:link
{
	text-decoration		: none;
	color				: #333333;
}
a.leftMenu:visited
{
	text-decoration		: none;
	color				: #333333;
}
a.leftMenu:hover
{
	text-decoration		: none;
	color				: #ff3300;
}
a.leftMenu:active
{
	text-decoration		: none;
	color				: #333333;
}
a.leftMenuSelected:link
{
	text-decoration		: none;
	color				: #ffffff;
}
a.leftMenuSelected:visited
{
	text-decoration		: none;
	color				: #ffffff;
}
a.leftMenuSelected:hover
{
	text-decoration		: none;
	color				: #ffffff;
}



#logo
{
	margin-top			: 6px;
	position			: absolute;
}

/* tables */
.mainContainerTable
{
	border				: 5px solid #ffffff;
	background-color	: #f0f0f1;
}
.rightContentTable
{
	background-color	: #ffffff;
	font-size			: 11px;
}
.topNavigationTable
{
	font-size			: 11px;
}
.leftNavigationTable
{
	font-size			: 11px;
}
.rightColumnTable
{
	width				: 210px;
}
/* tables */

.contentTitle
{
	color				: #716f64;
	font-size			: 16px;
	font-weight			: bold;
}
.contentDesc
{
	color				: #716f64;
	font-size			: 11px;
}

.contentImage
{
	border				: 2px solid #dcdcdc;
}
.txt
{
	font-size			: 11px;
	color				: #333333;
	line-height			: 180%;
}
.whiteLogoBkg
{
	background-position	: top right;
	background-image	: url(img/bkg.leftTop.gif);
	background-repeat	: repeat-y;
	height				: 113px;
}
.redLine
{
	background-color	:#ff3300;
	height				:5px;
}
.whiteLine
{
	background-color	:#ffffff;
	height				:2px;
}
.greyLine
{
	background-color	:#dcdcdc;
	height				:5px;
}
.dots
{
	background-position	: left;
	background-image	: url(img/bkg.separator.gif);
	background-repeat	: repeat-x;
	height				: 1px;
}
.contentSeparatorGrey
{
	background-position	: left;
	background-image	: url(img/bkg.separatorContent.gif);
	background-repeat	: repeat-x;
	height				: 18px;
}
.contentSeparatorWhite
{
	background-position	: left;
	background-image	: url(img/bkg.separatorContent.gif);
	background-repeat	: repeat-x;
	background-color	: #ffffff;
	height				: 18px;
}
.leftColumn
{
	background-position	: top right;
	background-image	: url(img/bkg.left.gif);
	background-repeat	: repeat-y;
}
.selectedNav
{
	text-align: center;
	background-color	: #ff3300;
	color				: ffffff;
	cursor				: pointer;
}
.nav
{
	text-align: center;
	background-color	: #ffffff;
	cursor				: pointer;
}
.rightTitle
{
	color				: #ff3300;
	font-size			: 12px;
}

.footerRibbon
{
	background-color	: #000000;
	color				: #ffffff;
	font-size			: 11px;
	padding-left: 20px;
	padding-right: 20px;
}

/* form */
.formTable
{
	font-size			: 11px;
	color				: #333333;
}
.registerButton
{
	border				: 1px solid #ff3300;
	background-color	: #ffffff;
	color 				: #ff3300;
	font-size			: 12px;
	height				: 24px;
}
.registerText
{
	border				: 1px solid #d5d5d5;
	background-color	: #ffffff;
	color 				: #333333;
	font-size			: 12px;
	height				: 24px;
	width				: 100%;
}

.paddingB7
{
	padding-bottom		: 7px;
}
.marginR10
{
	margin-right 		: 10px;
}
.marginT5
{
	margin-top			: 5px;
}
.pointerLink
{
	cursor				: pointer;
}
.largerViewButton
{
	border				: none;
	width				: 100%;
	font-size			: 12px;
	color				: #333333;
	height				: 25px;
}
.buyConfirmationMessage
{
	font-size			: 15px;
	font-weight			: bold;
	color				: #FFFFFF;
	background-color	: #FF6600;
	padding-top			: 10px;
	padding-bottom		: 10px;
	text-align			: center;
}
.hspacing17
{
	line-height			: 17px;
}