.backColor
{
	background-color: white;
	height:2px;
	width:2px;
}

body
{
	margin: 0px;
	padding: 0px;
	background-image: url(bg_grey.gif);
	background-color: white;
}

.logo 
{
	background-repeat:repeat-y;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='white', EndColorStr='orange');
}

.gray, .footer
{
	background-color: #E0E0E0;
}

.pageMenu
{
	width:130px;
	background-color:#C0C0C0;
}

.selectedPageMenu, .selectedPageSubMenu
{
	font-family: trebuchet ms, tahoma, sans-serif;
	padding-left:5px;
	vertical-align:middle;
	background-color: #eeeeee;
	color:orange;
	height:55px;
}

.selectedPageMenu
{
	font-size:20px;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#EEEEEE', EndColorStr='#EEEEEE');
}

.selectedPageSubMenu
{
	font-size:20px;
	width:612px;
	font-weight:900;
	color:orange;
	background-color: #C0C0C0;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#505050', EndColorStr='orange');
}

.pageSubMenu
{
	font-family: trebuchet ms, tahoma, sans-serif;
	font-size:12px;
	padding-top:5px;
	padding-bottom:5px;
	background-color: #C0C0C0;
	vertical-align:bottom;
	color:white;
	height:50px;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#505050', EndColorStr='#C0C0C0');
	width:130px;
}

a.pageSubMenuNotSelected
{
	padding-right:10px;
	color:white;
}

a.pageSubMenuSelected
{
	padding-right:10px;
	font-weight: bold;
	text-decoration:none;
	color:orange;
}

a:hover.pageSubMenuNotSelected
{
	text-decoration:underline;
}

.cf-leftPane
{
	background-color: #663300;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#221100', EndColorStr='#663300');
}

.cf-leftPaneMethod
{
	text-align:left;
	color:#FFFFFF;
	white-space:nowrap;
}

.cf-leftPaneMethodSelected
{
	align:left;
	color:#FFA500;
	white-space:nowrap;
}

.dots
{
	height:2px;
	background-image:url(dots.gif);
}

.text
{
	padding:20px;
	text-align:left;
	font-size:12px;
}

.text LI
{
	padding:20px;
	text-indet:20px
	text-align:left;
	font-size:12px;
}

.text a
{
	font-weight:bold;
}

.text big
{
	color:orange;
	font-size:14px;
	font-weight:900;
}

.text th
{
	color:#FFA500;
	white-space:nowrap;
	font-weight:bold;
}

.footer
{
	font-family: trebuchet ms, tahoma, sans-serif;
	font-size: 10px;
	text-align: left;
	line-height: 12px;
	color: black;
}

.footer td 
{
	padding: 20px 10px 5px;
}

.newsletterButton
{
	font-family: trebuchet ms, tahoma, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: orange;
	background-color: #505050
}

.newsletterTextBox
{
	font-family: trebuchet ms, tahoma, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: black;
	background-color: white
}

.newsletterLabel
{
	font-family: trebuchet ms, tahoma, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: red
}

.newsletterUnsubscribeButton
{
	font-family: trebuchet ms, tahoma, sans-serif;
	font-size: 13px;
	line-height: 12px;
	color: orange;
	background-color: #505050
}

.newsletterUnsubscribeTextBox
{
	font-family: trebuchet ms, tahoma, sans-serif;
	font-size: 13px;
	line-height: 12px;
	color: black;
	background-color: white
}

.dark 
{
	background-color: #505050;
}

a
{
	color: orange;
}