<style type="text/css">
body { 
	color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: top ;
	background-attachment:fixed;
 } 

table {
	width: 810px;
	border-collapse: collapse;
	table-layout:fixed;
	background-image: url(img/mainbg.jpg);
	margin-left: auto;
	margin-right: auto;
}

.tdmain {
	border-collapse:none;
	table-layout:fixed;
	padding: 10px 10px;
	background-image: url(img/spacebg.png);
	vertical-align: top;
	margin-left:20px;
	margin-right:20px;
}

.tablesub {
	width: 700px;
	table-layout:fixed;
	border-collapse: none;
	background-image: none;
	valign:top;
	margin-left: auto;
	margin-right: auto;
}

.tdsub {
	border: dotted;
	border-collapse: collapse;
	table-layout:fixed;
	padding: 5px 5px;
	vertical-align: top;
	margin-left:20px;
	margin-right:20px;
}

.textData {
	font-size: small;
	text-align: right;
	display: block;
}
.TextTitle {
	font-size: small;
	text-align: left;
	color:#F30;
	font-weight: bold;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN",sans-serif;
	background-color: #FFF;
	display: block;
}


.textMain {
	font-size: small;
	color:#FFF;
	text-align: left;

}

.textMain2 {
	font-size: small;
	color:#FFF;
	text-align: left;
}

.textHead {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color:#FFF
}

.c1    {
    background-color: #000;
}
.c2    {
    background-color: #FFF;
}

p .right {
   float: right;
 }



a:link {
	color: #FF0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
}

</style>