@charset "UTF-8";

a:link,a:active,a:hover { 
color:rgb(2,192,240);
font-size:10pt;
font-weight:normal;
font-style:normal;
text-decoration:bold ;
text-transform:uppercase;
font-family:verdana,sans-serif;
}

a:visited   {
color:rgb(4,149,244);
font-size:10pt;
font-weight:normal;
font-style:normal;
text-decoration:underline ;
text-transform:none;
font-family:trebuchet ms,sans-serif;
}

body {
background-image:url(http://i46.tinypic.com/15auzc.jpg);
background-position:top left;
background-repeat:repeat;
background-attachment:fixed;
}

body,td {
color:rgb(17,103,231);
font-size:10pt;
font-weight:normal;
font-style:normal;
text-decoration:none;
text-transform:none;
font-family:trebuchet ms,sans-serif;
}

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: 3px;
	background-color: #BCEC76;
	color: #FFFFFF;
	font-family: 'Verdana';
	font-weight: normal;
	font-style: bold;
	font-size: 16px;
}

.content {
	padding:5px;
}
