/* CSS Document */
body, table {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #435154;
	margin : 0px;
}
.copy{
	display:block;
	color :#7c7c7c;
}
.left {
	float : left;
}
.right {
	float:right;
}
.newsBlock {
	display : block;
	float : left;
	width:205px;
	height: 285px;
	overflow:auto;
	position:relative;
	top:20px;
	color : #c1c3c3;
}

.textBlock {
	display : block;
	float : left;
	width:205px;
	position:relative;
	top:60px;
	color : #c1c3c3;
}
.text2Block {
	display : block;
	float : left;
	width:263px;
	position:relative;
	top:60px;
	color : #c1c3c3;
}
.text3Block {

	width:520px;
	margin-top:60px;
	height:400px;
	color : #c1c3c3;
	overflow:auto;
}
.link {
	color : #c1c3c3;
	text-decoration : none;
	font-weight:bold;
}

.link:hover {
	text-decoration : underline;
}

.linkCopy {
	color : #7c7c7c;
	text-decoration:none;
}

.linkCopy:hover {
	color : #c1c3c3;
	text-decoration:none;
}