body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #777777;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;
}

a:link {
	color: #777777;
	text-decoration: none;
}
a:visited {
	color: #777777;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	color: #777777;
	text-decoration: none;
}

.top-td{
	background-image:url(../images/top.jpg);
	background-repeat:no-repeat;
}
.banner-td{
	background-image:url(../images/middle-bg.jpg);
	background-repeat:repeat-y;

}
.menu-td{
	background-image:url(../images/middle-bg.jpg);
	background-repeat:repeat-y;

}
.middle-td{
	background-image:url(../images/middle-bg.jpg);
	background-repeat:repeat-y;
	padding-left:25px;
	padding-right:25px;
	padding-top:28px;
	padding-bottom:14px;
	text-align:justify;
	line-height:24px;
}
.main-text{
	text-align:justify;
	line-height:18px;
}
.bottom-td{
	background-image:url(../images/middle-bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
.bottom-left-td{
	padding-left:21px;
	color:#555555;
	font-size:10px;
}
.bottom-right-td{
	padding-right:21px;
	color:#555555;
	font-size:10px;
}
.border-img{
	border:1px #CCCCCC solid;
}