/* set the font face and default size for everything; could     */
/* set colors, too, but NN4 doesn't work too well with that...  */


html, body {
	margin: 0 0;
	padding: 0 0;
}


body, p, P, ol, OL, li, LI, dd, DD, dt, DT,  th, TH, h1, h2, h3, h4, h5, h6
.pageheading, .pagetitle, .newstitle, .subtitile, .pagefooter, .section
.small, a.small, .footer, .stext, .contactus, .content, .pageindex { 
            font-family: Verdana, Helvetica, Arial, Sans-serif, taipei; 
			font-size: 11px; 
			line-height: 18px; 
			font-weight: normal; 
			}
.content{
	text-align: justify; padding:10px 15px 10px 15px;
}

/* font sizes */
#section{ 
		display:block;
        margin:0 0; 
}

h1   {
	text-align:left;
	font-size : 14px;
	line-height : 16px;
	color : #3A6806;
	font-weight: bold;
	font-style: normal;
	padding:15px 0px 0 25px;
	margin:0 0;
    height:31px;
	background: url(images/title_bg1.gif) no-repeat top left;
	
}

h2   {font-size : 12px; line-height : 14px; color : #5AAB38; font-weight: normal; font-style: normal;	padding:10px 0px 0 0px; margin:0}

h3   {font-size : 11px; line-height : 14px; color : #cc3300; font-weight: normal; font-style: normal; }

.pageindex  { font-size : 8pt; line-height: 13pt; font-style: normal; letter-spacing: 0px; }


.list2   {font-size : 14px; line-height : 14px; color : #000000; font-weight: normal; font-style: normal;	padding: 10 0;
	margin: 5px;}

A:link, a.list2:link  { color : #336699; font-weight : normal;}

A:visited, .list2:visited  { color : #000000; font-weight : normal; }

A:hover, aa.list2:hover { color : #cc3300; text-decoration : none; font-weight : normal; }

A:active, a.list2:active  { color : #cc6699; font-weight : normal;  }

ul{margin:10px 0 0 25px;
   padding:0px;
   list-style: url(images/list.gif) none outside;}
ul li{ margin-bottom:5px}
ul li a:link,ul li a:visited{
    line-height:18px;
    text-decoration:underline}
ul li a:hover{
      text-decoration:none}

em{font-weight:bold; font-style:normal}


.footer  {
    font-size : 11px;
    font-family: Verdana;
	  line-height:16px;
    color:#003300;
    height: 64px;
		background-image: url(images/footer.jpg);
		padding-left:20px;
}

.footer1  {
    font-size : 11px;
    font-family: Verdana;
	  line-height:16px;
    color:#003300;
    height: 64px;
		padding-left:20px;
		padding-top: 8px;
}

.date  { font-size : 12px; line-height: 18px; font-weight: normal; color: #244F05; text-align: right; font-family: Georgia, "Times New Roman", Times, serif; padding-top:5px}
.back{color:#003300;text-align:right;padding-right:10px;}
.back a:link,.back a:visited{ color:#003300; font-weight:bold;text-decoration:underline;font-family:Arial, Helvetica, sans-serif}
.back a:hover{ text-decoration:none}
/* link colors */ 
/* the explicit class link color assignments are needed for NN4 */
A:link, a.pageheading, a.pagetitle, a.subtitle  { color : #336699; font-weight : normal;}

A:visited, a.pageheading:visited, a.subtitle:visited  { color : #0C437B; font-weight : normal; }

A:hover, a.pageheading:hover, a.pagetitle:hover, a.subtitle:hover  { color : #cc3300; text-decoration : none; font-weight : normal; }

A:active, a.pageheading:active, a.pagetitle:active, a.subtitle:active  { color : #cc6699; font-weight : normal;  }


/*table style Start Here */

.datatable1 {
	border: 1px solid #79AE65;
	border-collapse: collapse;
	width: 100%;	
}


.datatable {
	border-collapse: collapse;
	width: 100%;	
}

.datatable td {
	font-size: 11px;	
	border: 0px solid #D6DDE6;	
	padding:10px;
    margin: 0 0;
}
.datatable th {
	border: 0px solid #828282;
	background-color: #949694;
	font-weight:bold;
	color:#ffffff;
	text-align: center;
	padding-left: 4px 4px;
	padding-top: 2px 2px;
}

.datatable dl{
     padding-left: 25px;	 
	 }

.datatable caption {
	color: #33517A;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px;
}

.datatable tr.row2 {
	background-color: #EBEBEB;
	color: #000000;
}


.datatable tr.row1 {
	background-color: #FFF9E3;
	color: #482702;
}


.datatable td ul{ margin:0 ;
               padding:0; 
               list-style: url(images/space.gif) none outside;}}
.datatable td ul li{margin:0 ;
               padding:0; }
/*table style end Here */
