@charset "UTF-8";

a:link,a:active,a:hover { 
	color:#;
}

a:visited   {
	color:#;
}

body {
	background-color: #9AC956;
	background-position: top left;
	background-attachment: scroll;
	background-repeat: repeat;
}

body,td {
	color: #666666;
	font-family: 'Verdana';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}

td .clock	{	font-size:9px;	}

.container_padding {
	padding:	5px;
	height:	100%;
}

.container_transparency {
	height:100%;
	width:100%;
	background-color: #FFFFFF;
	filter:alpha(opacity=100);
	background:;
}
.container {
	color: #666666;
	position:relative;
	border: px  #;
	padding:	5px;
	height: 100%;
	background-color:transparent;
}

.container .heading {
	padding: 5px;
	background-color: #BCEC76;
	color: #FFFFFF;
	font-family: 'Verdana';
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}
.heading.title {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 72px;
	font-weight: normal;
	letter-spacing:-1px;
	word-spacing: 0;
	line-height: 168px;
	white-space: nowrap;
	text-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.content {
	padding:5px;
}
