/* CSS Document */

body {

	background: #D9D9D9;

}

.border {
	
	border-left: 2px solid #393F57;
	border-right: 2px solid #393F57;
	border-top: 0px;
	border-bottom: 0px;

}

td {

	font: 11px "franklin gothic medium", arial, geneva;
	color: #393F57;
	
}

.link_left a {

	border-left: 1px dotted #393F57;
	display: block;
	width: 150px;
	margin-left: 50px;
	text-indent: 20px;
	text-decoration: none;
	color: #000000;
	font: 11px "franklin gothic medium", arial, geneva;

}

.link_left a:hover {

	border-left: 1px dotted #000000;
	background: #FFFFFF;
	display: block;
	width: 150px;
	margin-left: 50px;
	text-indent: 20px;
	text-decoration: none;
	color: #393F57;
	font: 11px "franklin gothic medium", arial, geneva;

}

a {

	text-decoration: none;
	color: #000000;
	font: 11px "franklin gothic medium", arial, geneva;

}

a:hover {

	text-decoration: none;
	color: #393F57;
	font: 11px "franklin gothic medium", arial, geneva;

}

.link_right a {

	border-left: 1px dotted #393F57;
	display: block;
	width: 150px;
	margin-right: 50px;
	text-indent: 20px;
	text-decoration: none;
	color: #000000;
	font: 11px "franklin gothic medium", arial, geneva;

}

.link_right a:hover {

	border-left: 1px dotted #000000;
	background: #FFFFFF;
	display: block;
	width: 150px;
	margin-right: 50px;
	text-indent: 20px;
	text-decoration: none;
	color: #393F57;
	font: 11px "franklin gothic medium", arial, geneva;

}
