body {
	text-align: center;
	margin: 0px;
	background-color: #3B3B3B;
	font-face: verdana;
	font-size: 13px;
	
}

td {	font-face: verdana;
	font-size: 13px;
}

a		{font-face: verdana; font-size: 13px; color: #ffffff; text-decoration: none;}
a:link		{font-face: verdana; font-size: 13px; color: #ffffff; text-decoration: none;}
a:visited	{font-face: verdana; font-size: 13px; color: #ffffff; text-decoration: none;}
a:hover		{font-face: verdana; font-size: 13px; color: #FFCC00; text-decoration: underline;}


#main {
	text-align:center;
	width: 763;
	height: 768px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#notes {
	z-index: 3;
	visibility: visible;
	position: absolute;
	left:228px;
	top:7px;
	width: 15px;
	height: 18px;
	border: 0px;	
}

#tip {
	z-index: 2;
	text-align: left;
	visibility: visible;
	background: white;
	position: absolute;
	left:209px;
	top:28px;
	width: 400px;
	height: auto;
	border-top: 0px; 
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	padding: 8px;
	opacity: .90;
	filter: alpha(opacity=90);
	font-family: arial;
	font-size: 13px;
	font-weight: 600;
}

#PageTitle {

	z-index: 2;
	text-align: center;
	visibility: visible;
	position: absolute;
	left:450px;
	top:271;
	width: 300px;
	height: 100px;
	padding: 8px;
	font-family: arial;
	font-size: 24px;
	font-weight: 600;
	color: white;
}


#Logo {

	z-index: 2;
	text-align: center;
	visibility: visible;
	position: absolute;
	left:450px;
	top:150;
	width: 300px;
	height: 100px;
	padding: 8px;
	font-family: arial;
	font-size: 24px;
	font-weight: 600;
	color: white;
}
