@charset "UTF-8";

a:link,a:active,a:hover { 
	color:#003366;
}

a:visited   {
	color:#ffffff;
}

body {
	background-color: #236B8E;
	background-position: top left;
	background-attachment: scroll;
	background-repeat: repeat;
}

body,td {
	color: #FFFFFF;
	font-family: 'Georgia';
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
}

td .clock	{	font-size:9px;	}

.container_padding {
	padding:	3px;
	height:	100%;
}

.container_transparency {
	height:100%;
	width:100%;
	background-color: #000000;
	filter:alpha(opacity=100);
}
.container {
	color: #FFFFFF;
	position:relative;
	border: 8px none #236B8E;
	padding:	3px;
	height: 100%;
	background-color:transparent;
}

.container .heading {
	padding: 3px;
	background-color: #236B8E;
	color: #FFFFFF;
	font-family: 'Georgia';
	font-weight: bold;
	font-style: normal;
	font-size: 21px;
}

.content {
	padding:3px;
}

.chipin_img {
width: 250px;
height: 250px;
background-image: url(http://img813.imageshack.us/img813/2477/chipina.gif
);
background-position: top;
border:0px solid #193648;
font:20px normal Arial, Helvetica, sans-serif;
line-height:20px;
float:left;
margin:0 10px 10px 0;
}

.chipin_img a {
color: #FFFFFF;
width: 250px;
height: 250px;
display: block;
text-decoration: none;
}

.chipin_img a:hover {
background:#193648;
opacity:.95;
filter:alpha(opacity=95);
}

.chipin_img a span {
display: none;
width: 240px;
padding:5px;
text-align: center;
}

.chipin_img a:hover span {
display: block;
}