body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #ffffff;
}
/***********************************************/
table {
	margin-left: auto;
	margin-right: auto;
}

table.main {
	width: 780px;
}
/***********************************************/
td,p,a,div,span {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #000000;
}
/***********************************************/
td.line {
	width: 100%;
	height: 1px;
	background-color: #000000;
}
/***********************************************/
span.t {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #0000ff;
}

span.tt {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #0000ff;
}
/***********************************************/
a {
	color: #0000ff;
	font-size: 14px;
}

a:link { text-decoration: underline; }

a:visited { text-decoration: underline; }

a:hover { text-decoration: none; }

a:active { text-decoration: none; }

a.n {
	font-size: 14px;
	font-weight: bold;
	/*color: #f5c849;*/
	color: #ffffff;
	background-color: #000000;
	border-bottom: 10px solid #f5c849;
	text-decoration: none;
	padding: 2px;
	display: block;
}

a.n:link { text-decoration: none; }
a.n:visited { text-decoration: none; }
/***********************************************/
img {
	border: none;
}
/***********************************************/
ul.price {
	font-weight: bold;
	color: #ff0000;
}
/***********************************************/
.lt {
	text-align: left;
	vertical-align: top;
}

.lm {
	text-align: left;
	vertical-align: middle;
}

.ct {
	text-align: center;
	vertical-align: top;
}

.cm {
	text-align: center;
	vertical-align: middle;
}

.rt {
	text-align: right;
	vertical-align: top;
}

.rm {
	text-align: right;
	vertical-align: middle;
}
