body {
	margin: 5px 0 5px 5px; 
	padding: 0;
	background-color: #FFFFFF;  
	width: 765px; 
	font-family: sans-serif;  
	font-size: 100%;
}
a {
	color: #333399;
	background-color: transparent;
	text-decoration: none;
}
a:visited {
	color : #660099;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	color : #FF0000;
	background-color: transparent;
	text-decoration: underline;
}
h1,h2,h3,h4,p,th {
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.nodisp {
	display: none;
}
.right_block {
	margin: 10px 0;
	display: block;
	float: right;
}
.clear_right {
	clear: right;
}
.sub {
	vertical-align:bottom;
	font-size: smaller;
}
.sup {
	vertical-align: super;
	font-size: smaller;
}
.small {
	font-size: smaller;
}
.height120 {
	line-height:120%
}
.height150 {
	line-height:150%
}
.height180 {
	line-height:180%
}
.noprint {
	display: none;
}
.back_image {
	background-position: 100% 100%;
	background-repeat: no-repeat;
}
.indent {
	padding-left: 1em;
}
.indent1 {
	padding-left: 0.5em;
}
hr.orange {
	height: 1px;
	color: #ff6600;
}
hr.thin {
	height: 1px;
	color: #cccccc;
}
/*-------------------------------------------------------------------------*/ 
/*  TOP navigation zone                                                    */
/*-------------------------------------------------------------------------*/ 
#top_zone {
	margin: 0;
	padding: 0;
	width: 760px;
	font-size: 12px;
}
#top_zone h1 {
	font-size: 12px;
	color: #ffffff;
}
#top_zone a {
	color: #ffffff;
}
/*-------------------------------------------------------------------------*/ 
/*  main zone                                                              */
/*-------------------------------------------------------------------------*/ 
#main_zone {
	margin: 0;
	width: 760px; 
	padding: 0;
}
/*-------  side navigation area -------------------------------------------*/
#side_area {
	margin: 0;
	width: 170px; 
	padding: 0;
}
#side_area th {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #009999;
	text-align: left;
}
#side_area td {
	font-size: 12px;
}
td.active_menu {
	background-color: #999999;
}
/*-------  cotents area -------------------------------------------*/
#cotents_area {
	margin: 0;
	width: 590px; 
	padding: 0;
}
#cotents_area td {
	font-size: 100%;
}
.font12 {
	font-size: 12px;
}
/*-------------------------------------------------------------------------*/ 
/*  footer zone                                                            */
/*-------------------------------------------------------------------------*/ 
#foot_zone {
	width: 760px;
	margin: 0;
}
#foot_zone td {
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;  
}
