﻿body
{
	background-color: #000000;
	color: #DEDEDE;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
    font-family:"Segoe UI", Tahoma, Verdana, Arial;
    font-size:83%;
}
h1, h2{font-size:161.7%;}
h3{font-size:125%;}
h4{font-size:112%;}
h5, h6{font-size:100%;}
h2 + h3, h3 + h3{margin-top:16px;}
p{margin:0px 0px 1.35em;}

a:hover
{
	color: #E9E9E9;
	text-decoration: underline;
}
a
{
	color: #9B9B9B;
	text-decoration: none;
}
#parallax{
    position:relative; overflow:hidden; width:400px; height:200px;
    }
#slider{}	
#slider ul, #slider li, #slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li, #slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:100px;
	height:50px;
	overflow:hidden; 
	}
.CenterButton
{
	margin-left: auto;
	margin-right: auto;
}
.BlackButton
{
	background-image: url(/images/_web/black-button.gif);
	color: #FFFFFF;
}
.crmain
{
    background-color: #777777;
}
.TextSizeXSmall{font-size:65%;}
.TextSizeSmall{font-size:84.6%;}
.TextSizeNormal{font-size:100%;}
.TextSizeLarge{font-size:125%;}
.TextSizeXLarge{font-size:161.7%;}
.TextSizeXXLarge{font-size:180%;}
.TextSizeXXXLarge{font-size:200%;}
.TextSizeNormalPlus{font-size:112%;}
.LineHeightTight{line-height:110%;}
.LineHeightStandard{line-height:131%;}
.LineHeightLoose{line-height:178%;}
.LineHeightXLoose{line-height:200%;}
.TextBold{font-weight:bold;}


