html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, div {
	border: 0;
	margin: 0;
	padding: 0;
}
.txtSmall {font-size:.7em;} .txtMedium {font-size:.8em;} .txtLarge {font-size:1.2em;} .alignRight {float:right;} .alignLeft {float:left;}
.txtRed {color:#CC0000;} .txtViolet {color:#6666CC} .txtBrown {color:#9e651b;} .txtBold {font-weight:bold;}
.row{width:990px; clear:both;} .breaker {clear:both; width:100%;}

/***********************************************************
If you edit any fields above please communicate to all teams
************************************************************/


html{
	height: 100%;
}
body{
	background-color:#161a1a;
	font-family:Georgia, "Times New Roman", Times, serif;
	height:100%;
}
#horizonOutter{
	width:100%;
	min-height:100%;
}
* html #horizonOutter{
	height:100%;
}
#horizon{
	width:100%;
	min-height:100%;
	position:relative;
	background-color:#161a1a;
	background-image:url(../images/index-bg01.jpg);
	background-repeat:repeat-x;
	overflow:hidden;
}
#wapper{
	width:990px;
	margin:0 auto;
	/*padding-bottom: 2em;*/
}
#copyRight{
	width:100%;
	background-image:url(../images/index-bg02.jpg);
	background-repeat:repeat-x;
	background-color:#161a1a;
	bottom:0;
	position: relative;
	/*margin-top:-41px;*/
}
#copyrightTxt{
	width:990px;
	height:221px;
	margin:0 auto;
	bottom:0px;
}
.topLogoLeft{
	float:left;
}
.topLogoRight{
	float:right;
}
.homeTxtArea{
	width:990px;
	background-image:url(../images/home-txt-bg.jpg);
	background-repeat:no-repeat;
	text-align:center;
	line-height:30px;
	padding-top:25px;
}
.homeTxt {
	width:700px;
	margin:0 auto;
}
.txtWhite{
	color:#feffff;
	font-size:14px;
}
.txtGrey{
	color:#848888;
	font-size:12px;
}
.homeBottomPhone{
	width:990px;
	height:57px;
	background-image:url(../images/home-bottom-phone.jpg);
	background-repeat:no-repeat;
}
.emailArea{
	width:305px;
	float:left;
	padding-left:25px;
}
.fastTrackArea{
	width:330px;
	float:left;
	text-align:center;
}
.addressArea{
	width:290px;
	float:left;
	padding-left:40px;
}
.txtBlack{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
.copyrightSignature{
	width:990px;
	text-align:center;
	padding-top:10px;
}


/*======== Font Class ============*/


a.linkBlackWhite{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}
a.linkBlackWhite:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#feffff;
	text-decoration:none;
}
.txtWhiteShall{
	color:#ffffff;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.txtGreyShall{
	color:#9ba0a0;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
a.linkBlackRed{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}
a.linkBlackRed:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ea0d0d;
	text-decoration:none;
}
