body {
	font-family: Arial, Helvetica, sans-serif;
	color: #20334E;
	background-color: #FFFFFF;
	margin: 0px;
}
a:link {
	color: #336699;
}
a:active {
	color: #336699;
}
a:visited {
	color: #6699CC;
}
img { border: none; }

.footerLinks a {
	color: #20334E;
}
.footerLinks a:active {
	color: #20334E;
}
.footerLinks a:visited {
	color: #20334E;
}
.lightBg 
{
    background-image:  url(../images/chrome/bgTile_01_Light.gif);
}
.topBg {
	background-image:  url(../images/chrome/bgTile_02_Top.gif);
	background-repeat: repeat-x;
	width: 100%;
	margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;
	padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;
}
.dotted {
	background-image: url(../images/chrome/bgTile_03_dotRule.gif);
	background-repeat: repeat-x;
}
.altrows {
	background-color: #D1E2EE;
}
.small {
 	font-size: 10px;
	line-height: 11px;
}
.medium {
	font-size: 11px;
	line-height: 13px;
}
.regular {
	font-size: 12px;
	line-height: 14px;
}
.flights {
	font-size: 10px;
	line-height: 15px;
}
.rightBevel {
    width:4px;
    background-image:url('../images/chrome/container01_RightBevel.gif');
    background-repeat: repeat-y;
}
.leftBevel {
    width:4px;
    background-image:url('../images/chrome/container01_LeftBevel.gif');
    background-repeat: repeat-y;
}
.bottomBevel {
    height:4px;
    background-image:url('../images/chrome/container01_BottomBevel.gif');
    background-repeat: repeat-x;
}
.mainBox {
    background-image:url('../images/chrome/container01_MainBox.gif');
}
.blCorner {
    background-image:url('../images/chrome/container01_BLCorner.gif');
    background-repeat:no-repeat;
    height:4px;
    width:4px;
}
.brCorner {
    background-image:url('../images/chrome/container01_BRCorner.gif');
    background-repeat:no-repeat;
    height:4px;
    width:4px;
}
.noBorder {
 margin: 0px;
 padding: 0px;
 height: 22px !important;
}

p {
 margin: 0px;
 padding: 0px;
}

.ppad {
 padding-bottom: 10px;
 text-align: left;
}
.trPlain {
    width:3px;
    height:3px;
    background-image:url('../images/chrome/plainbox_corner_02.gif');
    background-repeat:no-repeat;
}
.tcPlain {
    width:3px;
    height:3px;
    background-image:url('../images/chrome/plainbox_side_01.gif');
    background-repeat: repeat-x;
}
.tlPlain {
    width:3px;
    height:3px;
    background-image:url('../images/chrome/plainbox_corner_01.gif');
    background-repeat:no-repeat;
}

.lsPlain {
    width:3px;
    background-image:url('../images/chrome/plainbox_side_02.gif');
    background-repeat: repeat-y;
}
.rsPlain {
    width:3px;
    background-image:url('../images/chrome/plainbox_side_03.gif');
    background-repeat: repeat-y;
}
.bcPlain {
    height:3px;
    background-image:url('../images/chrome/plainbox_side_04.gif');
    background-repeat: repeat-x;
}
.blPlain {
    background-image:url('../images/chrome/plainbox_corner_03.gif');
    background-repeat:no-repeat;
    height:3px;
    width:3px;
}
.brPlain {
    background-image:url('../images/chrome/plainbox_corner_04.gif');
    background-repeat:no-repeat;
    height:3px;
    width:3px;
}
body.plain {
 background-color: #fff;
 margin: 0px;
 padding: 0px;
}