/* CSS Document */
 body{
	margin:0;
	padding:0;
	line-height:18px;
	font-family:trebuchet MS, verdana,helvetica, sans-serif;
	font-size:15px;
	color:#FFFFFF;
/*	background-color:#5D5350;*/
	background-color:#666666;
/*	text-align:center;*/
}
.table-fixed{
	width:780px;
	height:auto;
	overflow:auto;
/*	background-image:url(../images/grayBG.jpg);
	background-repeat:repeat-x;
	background-color:#818386;*/
	background-color:#666666;
	border-bottom:none 6px #CCCCCC;
	border-left:none 6px #CCCCCC;	
	border-right:none 6px #CCCCCC;
	
}

.itm-logo{
	text-align:center;
	border:solid 4.8px #FFFFFF;
}
.alignment-center{
	text-align:center;
}
.alignment-left{
	text-align:left;
}
.alignment-right{
	text-align:right;
}
.home-text-white{
	font-family:trebuchet MS, verdana,helvetica, sans-serif;
	font-size:14px;
	text-align:center;
/*	line-height:34px;*/
	
}
.picture-white-border{
	border:solid 3.6px #FFFFFF;
}
.bold-text{
	font-weight:bold;
	font-size:23px;
}

