@charset "utf-8";
/* CSS Document */
.tabletopbg{
	background: url(../images/bg-top.gif) repeat-x ;
	}
.tablebottombg{
	background: url(../images/bg-bottom.gif) repeat-x;
	}
.bottomhead{
	font:bold 14px Arial,Verdana,Tahoma;
	color: #FFF;
	padding-bottom: 10px;
	border-bottom: 1px solid #FFF;
	}
.tdpadding{
	padding: 10px;
	}
.bottomlist{
	padding-left: 0;
    margin-left: 0;
    width: 100%;
	font:normal 12px Arial,Verdana,Tahoma;
	color: #FFF;
	}
.bottomlist li{
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-bottom: 1px dotted #FFF;
	}
.bottomlist li a{
	color: #FFF;
	text-decoration: none;
	}
.bottomlist li a:hover{
	color: #FFF;
	text-decoration: underline;
	}
