/* CSS Document */


/* BODY */

body {
   margin-left: 0px;
   margin-top: 10px;
   margin-right: 0px;
   font-size:12px;
   color:#666666;
}


/* IMG */

img {
   vertical-align:text-bottom;
   border:none;
}

/* H */

h1 {
   position:absolute;
   top:-999px;
   color:#333333;
   margin:0px 0px 0px 0px;
   padding:0px 0px 0px 0px;
}


/* DIV , SPAN P */

.enter {
   margin:50px 0px 35px 0px;
   }

.main_text {
    color:999999;
	}


.index_img {
   margin-top:140px;
   }
   
.main {
   margin-top:0px;
   }
   
table.footerm {
 margin:30px 5px 0px 0px;
 }
 
table.footermc {
 margin:10px 5px 0px 0px;
 }
   
.footer_menu_main {
  margin:30px 5px 0px 0px;
  font-size:12px;
	}
	
.copy_main {
  margin:10px 0px 0px 0px;
  }
   
.footer_menu {
  margin:5px 5px 0px 0px;
  font-size:12px;
	}
	
.copy {
  margin:5px 0px 0px 0px;
  float:left;
  }
  
.detail_att {
   text-align:left;
   margin:10px 0px 0px 10px;
   letter-spacing:2px;
   }
   
/* TABLE */   
table.index {
   width:100%;
   height:182px;
   }

td.contents_main {
    height:360px;
	}

td.contents {
line-height:18px;
text-align:left;
    height:430px;
	vertical-align:top;
	}

/* a */   
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: none;
}



/*--------------------------------------------------
	Fonts
--------------------------------------------------*/

/* Colors */

.greennn {
	color: #339999 !important;
}

.green {
	color: #339999 !important;
	font-weight: bold;
}

.emerald{
	color:#339a8e !important;
}

.purple {
	color: #990099 !important;
	font-weight: bold;
}

.pink {
	color:#ff6699 !important;	
}

.blue {
	color:#0033FF !important;
	font-weight: bold;
}
.bluen {
	color:#0033FF !important;
}

.red{
	color:#ff0000 !important;
}

.brown{
	color:#600 !important;
}

.gray{
	color:#787878 !important;
}

/* Weights */

.bold{
	font-weight:bold !important;
}

/* Aligns */

.tleft{
	text-align:left !important;
}

.tcenter{
	text-align:center !important;
}

.right{
	text-align:right !important;
}

/* Intents */

.indent{
	text-indent:-1em;
	padding:0px 0px 0px 1em;
}

.indent2{
	text-indent:-2em;
	padding:0px 0px 0px 2em;
}

.indent3{
	text-indent:-3em;
	padding:0px 0px 0px 3em;
}

.indent6{
	text-indent:-6em;
	padding:0px 0px 0px 6em;
}

.indent7{
	text-indent:-7em;
	padding:0px 0px 0px 7em;
}

.indent8{
	text-indent:-8em;
	padding:0px 0px 0px 8em;
}

.indent9{
	text-indent:-9em;
	padding:0px 0px 0px 9em;
}

/* Sizes */

.fs10 { font-size:10px; !important }
.fs11 { font-size:11px; !important }
.fs12 { font-size:12px; !important }
.fs13 { font-size:13px; !important }
.fs14 { font-size:14px; !important }
.fs15 { font-size:15px; !important }
.fs16 { font-size:16px; !important }
.fs17 { font-size:17px; !important }
.fs18 { font-size:18px; !important }
.fs19 { font-size:19px; !important }
.fs20 { font-size:20px; !important }