body {
	margin: 0;
	padding: 0;
	text-align: center;		/* required for IE */
	background-image: url(../images/BackgroundTopGradient.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #4B4B4B;
}

a:link { text-decoration: underline;  color: #3D3C3B; }

a:visited { text-decoration: underline;  color: #3D3C3B; }

a:active { text-decoration: underline; }

a:hover { text-decoration: none; }

img {
	border: 0;
}
td {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 10pt;	
	color: #3D3C3B;
}
th {
	text-align: left;
	font-size: small;
	padding-bottom: 5px;	
}
#PageContainer {
	width: 759px;
	margin-left: auto;
	margin-right: auto;	
}
#ContentContainer {
	background-image: url(../images/BackgroundTitle.gif);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: white;
}
#Content {
	text-align: left;
	margin-left: 20px;
	font-size: 8pt;
}
#Menu {
	padding-top: 20px;
	padding-bottom: 18px;
}
#Links {
	display: inline;
	margin-left: 203px;
}
.LaunchColumn img {
	margin-left: 1px;
	margin-right: 1px;
}
