/* CSS Document */
body,td,th {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size:small;
	line-height: 130%;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 1px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
}
/* start of page layout */
#pageBG {
	width: 100%;
	height: 100%;
	background-image: url(../img/share/evtpageBG.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#pageContBG {
	width: 100%;
	height: 100%;
	background-image: url(../img/share/evtmainBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#gamaevtfoot {
	width: 950px;
	height: 60px;
	background-image: url(../img/share/gamaevtfoot.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
}
#spclear {
	clear:both;
}
/* Start of class */
.clink {
	color: #99FFFF;
	text-decoration: none;
}
.clink:hover {
	color:#FFFF00;
}
