body { background-position: 0px 0px; font: normal 12px arial;
	}

#mainBody {
		background-position: 0px 0px;
		background-repeat: repeat;
		background-image: url(stripes.png);
	}

.sepLine {position:absolute;
	left:150px;
	width:600px;
	height:1px;
	background-color:white;
	}

h1 {
		font-weight: bold;
		font-size: 28px;
		font-family: Arial;
		color: #1e4475;
	}

p {
		color: #5d5d5d;
		line-height: 20px;
	}

.b2t {font-weight:bold;
	font-family:arial;
	font-size:14pt;
	color:#0099CC;
	}

.b2 {font-family:arial;
	font-size:10pt;
	color:#5d5d5d;
	line-height:13pt;
	}
#a1 {position:absolute;
	top:0px;
	left:50px;
	}
#a2 {position:absolute;
	top:0px;
	left:480px;
	}	
#a3 {position:absolute;
	top:200px;
	left:50px;
	}
#a4 {position:absolute;
	top:200px;
	left:480px;
	}
#logoBar {
		background-image: url(topBG.png);
		background-repeat: repeat-x;
	}
#b3 {
		font-size: 8pt;
		font-family: Arial;
		color: #888888;
		padding-right:10px;
	}
#b3t {
		font-weight: bold;
		font-family: Arial;
		color: #61a8d2;
		font-size: 9pt;
	}
#b5 {
		font-family: Arial;
		color: #666666;
		font-size: 9pt;
	}
#b5a {
		font-family: Arial;
		color: #61a8d2;
		font-size: 9pt;
	}
ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 0px;
	width: 800px;
}
ul.thumb li {
	margin: 2; padding: 5px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 115px;
	height: 76px;
}
ul.thumb li img {
	width: 115px; height: 76px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 0;
	padding: 0px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
}

