/* CSS Document */
body{ margin:0; padding:0; font-size:12px;}
img{ border:0;}
ul,li{ margin:0; padding:0; list-style:none;}
.detail{ font-size:12px; color:#666; line-height:200%; margin-top:-4px; text-align:justify;}

.signup{ font-size:12px; color:#666; line-height:240%; margin-top:-4px; text-align:justify;}
.foot{ font-size:12px; color:#fff; line-height:190%;}

.tname{ font-size:14px; color:#f37021; font-weight:bold;}

a.white{ color:#fff; text-decoration:none;}
a.white:hover{ color:#ff9900; text-decoration:underline; }

a.gray{ color:#666; text-decoration:none;}
a.gray:hover{ color:#f37021; text-decoration:underline; }

a.yellow{ color:#f37021; text-decoration:none;}
a.yellow:hover{ color:#f37021; text-decoration:underline; }

a.red{ color:#cc0000; text-decoration:none;}
a.red:hover{ color:#cc0000; text-decoration:underline; }

.graytitle{ font-size:14px; font-weight:bold; color:#666;}

.redtitle{ color:#db4140; font-size:12px; font-weight:bold;}
#slider1 {
	margin:0;
    width: 900px; /* important to be same as image width */
    height: 360px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1 img{ border: 0px;}

#slider1Content {
    width: 900px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image { float: left;   position: relative;	display: none;}
.slider1Image span { width:0; overflow:hidden; display: none;}
.clear {clear: both;}