#Layer1 {
	position:relative;
	left:216px;
	top:29px;
	width:529px;
	height:750px;
	z-index:5;
	background-image: url(../images/logo_bg.gif);
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	background-repeat: no-repeat;
}


#Layer2 {
	position:absolute;
	left:10px;
	top:12px;
	width:541px;
	height:299px;
	z-index:1;
	font-size: 16px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}
a:link {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	color: #FFFFCC;
	text-decoration: none;
}
a:hover {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	color: #CCCCCC;
	text-decoration: none;
}
	
.biggerFont {
	font-size: 18px;
}
.yellowFont {
	color: #FFFF80;
}
.tableBorder {
	border: thin dotted #FFF;
}
