a:link { 
	color: #08427c;
	text-decoration: none 
} 
a:visited { 
	color: #990099;
	text-decoration: none 
} 
a:active { 
	color: #2a5f9e;
	text-decoration: underline 
} 
a:hover { 
	color: #2a5f9e;
	text-decoration: underline 
} 
/* background */
.bg-white { 
	background-color: #FFFFFF;
} 
.bg-e5e5e5 { 
	background-color: #E5E5E5;
} 
.bg-666666 { 
	background-color: #666666;
} 
.bg-fafafa { 
	background-color: #FAFAFA;
} 
.bg-e2e6f5 { 
	background-color: #E2E6F5;
} 
.bg-tablesec1 { 
	background-color: #DEE9F4;
} 
.bg-tablesec2 { 
	background-color: #E5E5E5;
} 
.bg-tablesec3 { 
	background-color: #DDDDDD;
} 
/* text */
.tx-small {
	font-size: xx-small;
}
.tx-strong {
	color: #0B62C1;
	font-weight: bold;
}
/* margin */
.margin-5 {
	font-size: 5px;
}
.margin-10 {
	font-size: 10px;
}
.margin-20 {
	font-size: 20px;
}
.margin-30 {
	font-size: 30px;
}
/*********** HEADER **********/
#hilogo {
	padding-bottom: 4px;
}
/*********** GLOBAL NAVIGATION **********/
#gnv table {
	width: 760px;
}
#gnv td {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #0B62C1;
}
#gnv td.logo {
	background-image: none;
}
#gnv td.hom {
	text-align: center;
	font-size: 12px;
	background-image: none;
	background-color: #0B62C1;
}
#gnv a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#gnv a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#gnv a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#gnv a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
/*********** MAIN **********/
#main {
	margin-top: 1px;
}
#page-title-border-left {
	background-color: #990000;
}
#page-title {
	font-size: small;	font-weight: bold;
}
#section-title-border-left {
	background-color: #0B62C1;
}
#section-title {
	font-size: x-small;	font-weight: bold;
	background-color: #CEDFEE;
}
#sub-section-title {
	color: #0B62C1;
	font-weight: bold;
}
#bc {
	background-color: #E5E5E5;
	margin-top: 1px;
}
#breadcrumb {
	font-size: xx-small;
}
/* CONTENTS */
#cnt-right {
	background-image: url(../images_common/cnt_rightline.gif); background-repeat: repeat;
}
/* SECTION */
#section td {
	font-size: x-small;
}
#section dt {
	font-weight: bold;
}
.list-square ul {
	list-style-type: square;
}
.img-caption {
	font-size: xx-small;
	margin-top: 5px; margin-bottom: 5px;
}
#getacro td {
	font-size: xx-small;
}
/* PAGE TOP */
#link-pagetop td {
	font-size: xx-small;
}
/* SEARCH */
#srchlnv {
	background-color: #E5E5E5;
}
#srch {
	font-size: x-small;
	background-color: #9DC0E6;
}
/* LOCAL NAVIGATION */
#lnv {
	font-size: x-small;
	background-color: #F9C6C6;
}
#lnv td {
	font-size: x-small;
}
/* LOCAL NAVIGATION Level2 */
#lnv-lv2 {
	font-size: x-small;
	background-color: #FFE6E6;
}
#lnv-lv2 td {
	font-size: x-small;
}
/* RELATED LINK */
#rlink {
	font-size: x-small;
	background-color: #E5E5E5;
}
#rlink tr {
	font-size: x-small;
	background-color: #9DC0E6;
}
#rlink td {
	font-size: x-small;
}
#rlink-title {
	color: #FFFFFF;
	font-size: small; font-weight: bold;
	background-color: #0B62C1;
}
/*********** FOOTER **********/
#ft-logo {
	background-color: #999999;
}
#ft-copyright {
	color: #FFFFFF;
	font-size: 10px;
	text-align: right;
	background-color: #999999;
}
#ft-menu {
	font-size: x-small;
}
#ft-lastupdate {
	font-size: x-small;
	text-align: right;
}