/* Basic Setting */

.body { background-color:#FFFFFF; }

.body,p,div,td { color:#000000; line-height:140%; font-size:x-small; }

body { margin:0px 0px 0px 0px; 
       padding:0px;}


/* font style */
.txt-bold { line-height:150%; font-weight:bold; color:#000000; }
.txt-b_bold { line-height:150%; font-weight:bold; color:#000066; }

.txt_small { font-size: x-small; line-height:150%; color:#000000; }
.txt_small_bold { font-size: 0.75em; font-weight:bold; color:#000000; }

.txt_mid { font-size: x-small; line-height:150%; color:#000000; }
.txt_mid_bold { font-size: x-small; line-height:150%; font-weight:bold; color:#000000; }

.txt_large { font-size: x-small; line-height:150%; color:#000000; }
.txt_large_bold { font-size: x-small; line-height:150%;  font-weight:bold; color:#000000; }

/* Link */
a.ppp1			{ font-weight:normal;color: #021A62; }
a.ppp1:hover		{ font-weight:normal;color: #0066CC; text-decoration:underline; }
a.ppp1:active		{ font-weight:normal;color: #0066CC; text-decoration:underline; }
a.ppp1:visited	{ font-weight:normal;color: #0066CC; }

/*font color*/
.txt-red{color:#FF3333;}
.txt-white{color:#FFFFFF;}

