table{
	background: url(images/bg_table.gif);
}
	
body{
	color: #000;
	background-color: #F5F8FF;
	background: url(images/bg.gif);
	/*background-repeat: no-repeat; 
    background-position: bottom right; */
}
/* h1                     */
/* ====================== */
h1 {
    padding: 0.2em; 
    margin: 0 0 0 0; 
    border: 1px solid #415AA4; 
    
    background: url(images/bg_t1.gif); 
    /* background-repeat: no-repeat;*/
    /* background-position: right; */
    
    /* background: url(images/bg248.gif);*/
    /* background-color: #333366; */
	
    /* color: #E6E6E6; */
    color: #333333;
    text-decoration: none;
    font-size: 24px; 
    font-weight: bold;
}
/* h2                     */
/* ====================== */
h2 {	
    padding: 0.2em;
    margin: 0 0 0 0;
    /* background-color: #415AA4; */
    background: url(images/bg_t2.gif); 
    border: 1px solid #415AA4; 
    color: #363636;
    
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;    
}

/* h3                     */
/* ====================== */
h3 {
    padding: 0.2em;
    margin: 0 0 0 0;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    background: #5575D0;
}


img.upimage{
	border-style: none;
	float: right;
}


p{
	text-indent: 2em;
	line-height: 1.8em;

}
p.paracenterimage{
	text-align: center;
	padding: 0 0 0 20px;
/*	background: #EEF; */
}
p.pararightimage{
	text-indent: 0;
	float: right;
	padding: 20px 20px 0 20px;
/*	background: #EEF; */
}
p.paraleftimage{
	text-indent: 0;
	float: left;
	padding: 20px 20px 0 20px;
/*	background: #EEF; */
}

div.all{
	padding: 10px 25px 10px 25px;
}
div.paraone, div.paratwo, div.parathree{
	/* background: url(images/bg2.gif); */	
	padding: 0 0 0 30px;
/*	background: #336699; */
}
div.notes{
	float: right;
	margin: 3px;
	border: 1px solid #415AA4;
	background: #EEEEEE;

}
div.example{	
	margin: 10px;
	background: #C3D3FF;
}
div.quicklink{	
	margin: 0;
	line-height: 1.8em;
	/* background: #FFFFCC; */
}
div#copyright {
	padding: 3px 1px 1px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background: #000099;
	/*background: url(images/h1bg.gif); 
    background-repeat: no-repeat;
    background-position: right;*/
	text-align: right;
}

hr {
	color: #415AA4;
}

ul{
	/*list-style-type: square;*/
	list-style-image: url(images/arraw.gif);
    padding: 0;
    margin: 5px 5px 5px 20px;
    line-height: 1.5em;
	/*list-style-position: outside;*/
}
ul li.title{
	list-style-type: none;
	background: #E8ECFF;
	font-weight: bold;
	list-style-image: none;
	color: #000099;


}
ol{
	padding: 0;
	margin: 5px 5px 5px 20px;
	list-style-position: outside;
	line-height: 1.8em;
}

ol li{
	margin: 10px 0px 7px 0px;
	border-style: none none dotted none;
	border-color: #A9B7FF;
	border-width: 1;
}


ol.faq li{
	margin: 1px 0px 1px 15px; 
	border-style: none none none none;	
}


code{
    line-height: 1em;
    padding: 0;
    margin: 0;
    font-family: "Courier New", Courier, monospace;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Links
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* normal links           */
/* ====================== */
a:link{						/* 連結顏色 */
	color: #6666FF;
	background: inherit;
}
a:visited{
	color: #993333;			/* 拜訪過後的顏色 */
	background: inherit;
}
a:hover, a:active {
    color: #FF0000;			/* 點選，以及移動時:紅色 */
    background: #f0f0f0;
}

/*
div.notes a{
	color: #66CC33;
}
div.notes a:hover,
div.notes a:active{
    background: #fff;
    color: #66CC33;
}*/   
th a:link{
	color: #415AA4;
	background: #C3D3FF;
}
th a:hover,
th a:active,
th a:visited{
    color: #415AA4;
    background: #C3D3FF;
}
