﻿body {
	margin: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 175%;
	color: #303030;
	background-image: url('../images/mockupFadeBack.gif');
	background-repeat: repeat-x;
	background-color: #969696;
}


.preloadimage { display:none; }

td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #303030;
	text-align:left;
}
#container {
	margin: 0 auto;
	text-align: center;
	width: 900px;

}
.mainText{
	padding-left:15px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	
}
img{
	border:0px;
}
.masterTable {
	width: 900px;
}
.fadeLeft {
	background-image: url('../images/leftFade.gif');
	background-repeat: no-repeat;
	width: 65px;
	height: 900px;
}
.fadeRight {
	background-image: url('../images/rightFade.gif');
	background-repeat: no-repeat;
	width: 65px;
	height: 900px;
}
.bottomLeft {
	background-image: url('../images/bottomLeft.gif');
	background-repeat: repeat-y;
}
.bottomRight {
	background-image: url('../images/bottomRight.gif');
	background-repeat: repeat-y;
}
.whiteBack {
	background-color: white;
	padding-left:14px;
	padding-right:14px;
	vertical-align:top;
}
.copyright{
color:#979797;
text-align:right;
font-size:10px;
	
}

