/*CSS*/

body {
	margin: 0px;
	background-color: transparent;
	font-family: trebuchet ms, verdana;
	}
	
.main_div {
	width: 470px;
	border: 2px solid #336699;
	}
	
.img_container {
	width: 100%;
	height: 133px;
	background: #003366;
	border-bottom: 2px #336699 solid;
	}
	
.data_container {
	width: 460px;
	padding: 5px;
	background: #003366;
	height: 45px
	}
	
.title {
	width: 100%;
	background-color: #336699;
	margin-bottom: 5px;
	}	
	
.title a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0 2px 0;
	text-decoration: none;
	}
	
.title a:hover {
	color: #003366;
	}
	
.data_container table {
	color: #ccc;
	font-size: 10px;
	line-height: 15px;
	text-align: left;
	}
	
.data_right {
	float: right;
	}
	
	
.swellData {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	}
	
.copy a {
	color: #336699;
	font-size:10px;
	text-decoration: none;
	}
	
.copy a:hover {
	color: #000055;
	}