/* ----- BodyProperty -------------------- */
body {
	background-image: url("../img/bg3.gif");
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: verdana, arial, sans-serif;
}

/* ----- TableProperty -------------------- */
td {
  	font-size: 12px;
  	line-height: 1.4em;
}
.tdh {
	background-image: url("../../tdh.gif"); 
	background-color: #333333;
	vertical-align: bottom;
	width: 100%;
	height: 21px;
	font-weight: bold;
	font-size: 16px;
	padding-top: 0.3em;
	padding-left: 0.5em;
}
.tdh2 {
	background-image: url("../../tdh2.gif"); 
	width: 100%;
	padding-top: 0.9em;
	padding-left: 0.5em;
}
.tdm {
	background-image: url("../../tdm.gif"); 
	background-color: #cccccc;
	vertical-align: bottom;
	width: 100%;
	height: 21px;
	font-weight: bold;
	font-size: 14px;
	padding-top: 0.2em;
	padding-left: 0.5em;
}
.tdf {
	background-image: url("../../tdh.gif"); 
	background-color: #333333;
	vertical-align: bottom;
	width: 100%;
	height: 16px;
	font-weight: bold;
	font-size: 12px;
	padding-right: 0.5em;
}

/* ----- TextProperty -------------------- */
.textleft {
	text-align: left;
	float: left;
}
.textright {
	text-align: right;
	float: right;
}

/* ----- LinkProperty -------------------- */
a:hover {
	color:                 red;
        font-weight:           ;
        text-decoration:       ;
        }
a.linktop {
	color: #808080;
}
a.linktop:hover {
       	color: red;
}
