body { 
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size:12px;
	background-image:url(/images/background.gif);
	background-repeat:repeat-x;
	background-color:#e4e6e6;
	color:#696d73; 
	margin:0px;
	}
	
img { border-width: 0px; behavior: url(/images/iepngfix.htc); }
.bannerImage{ border:2px solid #c4c2c2; border-collapse:collapse; }
form {margin:0px; }
h1 { font-size:16pt; margin-top:0px; margin-bottom:7px; }
td { vertical-align:top; }

.footerText { padding:5px 0px 0px 24px; font-family:Verdana; font-size:11px; color:#767878; }

.whiteHolder {
	background-color:#fff; 
	width:736px; 
	border:1px solid #e3e3e4; 
	border-collapse:collapse; 
	text-align:left; 
	padding-top:6px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:16px;
	}

.greyHolder{
	width:754px;
	margin-left:8px; 
	margin-right:8px; 
	padding-left:8px; 
	padding-right:8px; 
	padding-top:7px; 
	background-color:#e0e4e4;
	background-image:url(/images/insideBackground.gif);
	background-repeat:repeat-x; 
	}
	
.mainHolder {
	margin:0 auto;
	width:786px;
	padding-top:30px;
	}
	
/* Layout classes ------------------------------------------------------------------------------------------- */

.BottomBorder { width:786px; background-image:url(/images/border/bottom.png); background-repeat:repeat-y; margin-bottom:30px; }
.BottomIeBorder {
	width:786px; background-image:none; background-repeat:repeat-y; margin-bottom:30px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/border/bottom.png',sizingMethod='scale');
	}

.topBorder { width:786px; background-image:url(/images/border/top.png); background-repeat:repeat-y; }
.topIeBorder {
	width:786px; background-image:none; background-repeat:repeat-y;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/border/top.png',sizingMethod='scale');
	}

.mainBox { width:786px; background-image:url(/images/border/bothSides.png); background-repeat:repeat-y; }
.mainIEBox {
	width:786px; background-image:none; background-repeat:repeat-y;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/border/bothSides.png',sizingMethod='scale');
	}

/* Layout classes ------------------------------------------------------------------------------------------- */

	a:link    {color:#e96b10; font-weight:bold; }
	a:visited {color:#e96b10; font-weight:bold; }
	a:hover   {color:#e96b10; font-weight:bold; }
