/*Base  Color*/

body {
color: #333333;
background-color: #FFFFFF
}

/*Link Color*/

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}


/*Link Color class"white"*/

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: #FFF667;  text-decoration: underline}

/*Link Color class"black"*/

a.black:link {  color: #000000;  text-decoration: none}
a.black:visited {  color: #000000;  text-decoration: none}
a.black:active {  color:#000000;  text-decoration: underline}
a.black:hover {  color: #000000;  text-decoration: underline}

/*Margin*/
.center {  margin: 0px 0px 0px 0px; text-align: center}
.right {  margin: 0px 0px 0px 0px; text-align: right}
/*Margin--*/
.margin-section {  margin-left: 15px; width: 540px}
.margin-section2 {  margin-left: 15px; width: 730px}

/*Spacer--*/
.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;}


/*Txt Color*/
.text-red {  color: #990000}
.text-pt {  color: #9191B3}
.text-white {  color: #FFFFFF}
.text-gray {  color: #5e5e5e} /* add 20041109*/
.text-darkgray {  color: #999999}
.text-black {  color: #000000}


/*Txt Style*/
.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"}
.text-italic {  font-style: italic}


/*BG Color*/
.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}
.bg-e8e8e8 {  background-color: #E8E8E8}
.bg-f0f0f0 {  background-color: #f0f0f0}
.bg-hkgreen {  background-color: #b7d2c8}

/*Dot Line BG*/
.bg-line-dot-cccccc-4 {  background-image:   url("/site_image/saita_common/contents/ln_dt_c.gif"); background-repeat: repeat}


/*Topics Scroll*/
.topicsarea {
overflow:auto;
width:100%;
height:100px
}

