body {
	width : 950px;
	margin : 0 0 0 0;
	font-family : arial;
}

img.ex {
	margin-top : 0.4em;
	margin-bottom : 0.4em;
}

.menu_top {
    text-align : right;
    padding-left : 10px;
    border-right : 1px dotted;
	font-family:Times New Roman;
	font-size : 0.9em;
}

.para {
	width : 100%;
    margin-bottom : 1em;
}

.subtitle {
	font-size : 1.1em;
	font-weight : bold;
	margin-bottom : 10px;
	font-family:Times New Roman;
}

.title {
	font-size : 2em;
	font-weight : bold;
	font-family:Times New Roman;
}
.title_1 {
	color : blue;
	font-weight : bold;
	font-size : 1.2em;
	font-family:Times New Roman;
	margin-bottom : 0.4em;
}
.title_2 {
	color : green;
	font-weight : bold;
	font-size : 1em;
	font-family:Times New Roman;
	margin-bottom : 0.2em;
}

.content {
	font-size : 10pt;
	font-family : arial;
}

.content_list {
    font-size : 10pt;
    margin-left : 20px;
}

.example {
    font size:9pt;
    font-family:SimSun,MS Gothic,MS Mincho,Courier;
}

.footer {
    font-size : 10pt;
    text-align : center;
    padding-top : 10px;
    padding-bottom : 10px;
}

.table_option_title {
	width : 100px;
	background-color : #CCCC99;
	text-align : center;
	font-size : 0.75em;
}

.table_option_content {
	font-size : 0.9em;
	border : 1px solid #CCCC99;
}

.table_top_header {
	height : 20px;
	background-color : #C8DBD8;
	font-weight : bold;
	font-size : 0.8em;
	text-align : center;
}
.table_row {
	text-align : center;
	font-size : 0.8em;
}

#cache {
	position:absolute; 
	top:95px; 
	left : 0px;
	width : 950px;
	height : 100%;
	z-index:10; 
	visibility:hidden;
	background-color : white;
}

.search {
	width : 400px;
	border : 1px solid green;
	margin-top : 200px;
	margin-left:300px;
	padding : 5 5 5 5;
}

A:link, A:visited {
    font-size: 1em; 
    font-weight : bold;
    COLOR: #666; 
    LINE-HEIGHT: 160%; 
    text-decoration: none;
}

/*A:hover {*/
/*    FONT-SIZE: 9pt; COLOR: #FF0; LINE-HEIGHT: 160%; */
/*}*/

/*A:active {*/
/*    LINE-HEIGHT: 160%; TEXT-DECORATION: none*/
/*}*/


