table#home {
	display : block;
	float : none;
	clear : both;
	width : 600px;
	height : auto;
	margin : 0px auto 2px auto;
	padding : 0px 0px 5px 0px;
	border-spacing : 0px;
	empty-cells : show;
}

table#home td {
	padding : 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align : justify;
}

table#home td.left {
	padding-right : 10px;
}

table#home td.right {
}


.homeorange {
	color: #ff6600;
	text-decoration: none;
}
.homeorange a {
	color: #ff6600;
	text-decoration: none;
	font-weight: bold;
}
.homeorange a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.homebleu {
	color: #34b0de;
	text-decoration: none;
}
.homebleu a {
	color: #34b0de;
	text-decoration: none;
	font-weight: bold;
}
.homebleu a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.homevert {
	color: #2f7d00;
	text-decoration: none;
}
.homevert a {
	color: #2f7d00;
	text-decoration: none;
	font-weight: bold;
}
.homevert a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.homegris {
	color: #666666;
	text-decoration: none;
}
.homegris a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.homegris a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

