@charset "UTF-8";

a:link,a:active,a:hover { 
	color: #194E84;
}

a:visited   {
	color: #FF5B00;
}

body {
	background-color: #112030;
	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);
}
.container {
	color: #666666;
	position:relative;
	border: 28px none #;
	padding:	5px;
	height: 100%;
	background-color:transparent;
}

.container .heading {
	padding: 5px;
	background-color: #BBD0E8;
	color: #000033;
	font-family: 'Verdana';
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
}

.content {
	padding:5px;
}
/here/