body {
    color: #000000; background-color: #EBF0FF;
}

a {
    color: #000000;  text-decoration: none;
}
a:link {
    color:#000000;  text-decoration: none;
}
a:visited {
    color:#000000;  text-decoration: none;
}
a:active {
    color:#ff9900;  text-decoration: underline;
}
a:hover {
    color:#ff9900;  text-decoration: underline;
}

a.white {
    color: #FFFFFF;  text-decoration: none;
}
a.white:link {
    color: #FFFFFF;  text-decoration: none;
}
a.white:visited {
    color: #FFFFFF;  text-decoration: none;
}
a.white:active {
    color:#FFFF99;  text-decoration: underline;
}
a.white:hover {
    color: #FFCC00;  text-decoration: underline;
}

a.black {
    color: #000000;  text-decoration: none;
}
a.black:link {
    color: #000000;  text-decoration: none;
}
a.black:visited {
    color: #000000;  text-decoration: none;
}
a.white:active {
    color:#000000;  text-decoration: underline;
}
a.black:hover {
    color: #2a68a6;  text-decoration: underline;
}

.margin-section {
    margin-left: 15px; width: 540px;
}
.margin-popup {
    margin-left: 15px; margin-right: 15px; width: 100%;
}
.margin-subsubsect {
    margin-left: 21px; width: 504px;
}
.margin-toppage-right {
    margin-left: 10px; width: 169px;
}
.margin-a3-minus {
    margin: -3px;
}
.margin-a4-minus {
    margin: -4px;
}
.margin-l8 {
    margin-left: 8px;
}

.center {
    margin: 0px 0px 0px 0px; text-align: center;
}

.space-3px {
    font-size: 2px;
}
.space-6px {
    font-size: 4px;
}
.space-9px {
    font-size: 7px;
}
.space-12px {
    font-size: 9px;
}
.space-18px {
    font-size: 15px;
}
.space-24px {
    font-size: 21px;
}

.text-red {
    color: #990000;
}
.text-white {
    color: #FFFFFF;
}
.text-gray {
    color: #666666;
}
.text-darkgray {
    color: #999999;
}
.text-sentence {
    line-height: 133%;
}
.text-bold {
    font-weight: bold;
}
.text-boldital {
    font-weight: bold; font-style: italic;
}
.text-verdana {
    font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
}

.bg-999999 {
    background-color: #999999;
}
.bg-6b6b6b {
    background-color: #6B6B6B;
}
.bg-cccccc {
    background-color: #CCCCCC;
}
.bg-bbbbbb {
    background-color: #BBBBBB;
}
.bg-dcdcdc {
    background-color: #DCDCDC;
}
.bg-dddddd {
    background-color: #DDDDDD;
}
.bg-eeeeee {
    background-color: #EEEEEE;
}
.bg-f6f6f6 {
    background-color: #f6f6f6;
}
.bg-ffffff {
    background-color: #FFFFFF;
}
.bg-deepred {
    background-color: #CC0000;
}
.bg-lightred {
    background-color: #CC9999;
}
.bg-deepgreen {
    background-color: #336666;
}

/* update 20030725 */
.right {
    margin: 0px 0px 0px 0px; text-align: right;
}

/* update 20030910 */
.text-italic {
    font-style: italic;
}

/* update 20030910 */
.bg-e8e8e8 {
    background-color: #E8E8E8;
}.text-std-white {  
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
}
.text-small-white {  
	font-size: 10px;
	color: #FFFFFF;
	line-height: 13px;
}
.text-std-black {  
	color: #333333;
	font-size: 12px;
	line-height: 18px;
}

