html, body {
	padding: 0px;
	margin: 0px;
	font: 10pt Arial, Helvetica, Geneva, sans-serif;
	background: #C5E5F5 url(images/bg.png) repeat-y center; 
	overflow: auto;	
}

.image-content {
	width:1024px;
	margin:0px auto;
	text-align:center;
	background:#fff;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.toplink {
	font-size: 1.2em;
	float:right;
	padding-right:20px;
	padding-top:10px;
}

.toplink a:link {
	color:black;
}

.toplink a:visited {
	color:black;
}

.clear {
	clear:both;
}

.table-content {
	float: left;
	min-width: 350px;
}

.image-content {
	float:right;
	width: 800px;
}

.column-header {
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
	margin-top:5px;
}
.table-title {
  	font-weight: bold;
  	color: #fff;
  	padding: 2px 3px;
  	background: #333;
  	text-align: center;
}
.shade {
  	color: #fff;
  	padding: 2px 3px;
  	font-weight: bold;
  	text-align: center;
  	background: #999;
}
.shade1 {
  	color: #fff;
  	padding: 2px 3px;
  	font-weight: bold;
  	text-align: center;
  	background: #333;
}
tr.btop td {
  	border-top: thin solid black;
  	border-left: thin solid black;
  	text-align: center;
}

iframe {
  -moz-transform: scale(0.60, 0.60);
  -webkit-transform: scale(0.60, 0.60);
  -o-transform: scale(0.60, 0.60);
  -ms-transform: scale(0.60, 0.60);
  transform: scale(0.60, 0.60);
  -moz-transform-origin: top left;
  -webkit-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

.container {
	width:100%;
	margin: 0% 3%;
	background: rgba(0,0,0,0.0);
	color: #ffffff;
        overflow: hidden;

}
.container h2 {
	color: #000000;
	font-size: 24px;
	text-transform: uppercase;
	font-family: Tahoma;
        text-align: center;
        margin-bottom: 20px;
}
#first {
        width: 300;
        float: left;
        height: 300;
        margin: 2% 2% 0% 2%;
        overflow: hidden;
}
#second {
        width: 300;
        float: left;
        height: 300;
        margin: 2% 2% 0% 2%;
        overflow: hidden;
}
#third {
        width: 300;
        float: left;
        height: 300;
        margin: 2% 2% 0% 2%;
        overflow: hidden;
}
#fourth {
        width: 300;
        float: left;
        height: 300;
        margin: 2% 2% 0% 2%;
        overflow: hidden;
}



