BODY {
	background-image: url('images/bg-page.gif');
	background-position: top center;
	background-repeat: repeat-y;
}
.left-menu {
	font-family: Tahoma, Verdana ;
	font-weight: bold;
	font-size:12px;
	color: #0075C7;
	padding-left:30px;
	text-decoration: none;
}
.left-menu:hover {
	color: #FFA123;
	text-decoration: none;
}
.top-links {
	font-family: Tahoma, Verdana ;
	font-weight: normal;
	font-size:11px;
	color: #1D6393;
	text-decoration: none;
	padding-left:8px;
	padding-right:8px;
}
.top-links:hover {
	color: #FFA123;
	text-decoration: none;
}
.content {
	font-family: Tahoma, Verdana ;
	font-size: 12px;
	color: #5D5D5D;
	text-decoration: none;
	line-height:17px;
}
.content-title {
	font-family: Tahoma, Verdana ;
	font-size: 14px;
	font-weight: bold;
	color: #1D6393;
	text-decoration: none;
}
.content-links {
	color: #5d5d5d;
	text-decoration: underline;
}
.content-links:hover {
	color: #1D6393;
	text-decoration: underline;
}
.copyright {
	font-family: Tahoma, Verdana ;
	font-size: 10px;
	text-decoration: none;
	color: #5D5D5D;
}
.copyright:hover {
	color: #0075C7;
	text-decoration: underline;
}
.txtbox {
	font-family: Tahoma, Verdana ;
	font-size: 10px;
	color: #313131;
	text-decoration: none;
	font-weight: normal;
	border: 1px solid #E1E1E1;
	padding:2px;
	background-color:FFFFFF;
}

