TABLE.home_main {
	border: 0px;
	border-bottom: 1px solid #CECFCE;
	border-left: 1px solid #CECFCE;
	border-right: 1px solid #CECFCE;
}

TABLE.home {
	border: 1px solid #CECFCE;
}

HR.main {
	height: 1px;
	color: #CECFCE;
}

A {
	color: Red;
	text-decoration: underline;
}

A:hover {
	text-decoration: none;
}

P {
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
}

TH.home_first {
	height: 25px;
	border-bottom: 1px solid #CECFCE;
	white-space: nowrap;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
}

TABLE.home_bottom {
	border : 1px solid #CECFCE;
	margin : 0px;
	margin-top : 10px;
	width: 100%;
	height: 150px;
}

TH.home_bottom {
	font-family: Tahoma;
	font-size : 11px;
	font-weight : bold;
	margin : 0px;
	padding-left: 5px;
	text-align: left;
	text-decoration: none;
	color : Black;
	height: 18px;
	background-color: #E7E7E7;
	border-bottom : 1px solid #CECFCE;
}

TD.home_bottom {
	font-family: Tahoma;
	font-size : 11px;
	font-weight : normal;
	margin : 0px;
	padding: 5px;
	text-align: left;
	text-decoration: none;
	color : Black;
}

