/* Text style */

.txt1  { font-size: xx-small ; line-height:130% ; }
.txt2  { font-size: x-small ; line-height:130% ; }
.txt3  { font-size: small ; line-height:140% ; }
.txt4  { font-size: medium ; line-height:140% ; }
.navi2 { font-size: xx-small; line-height:110%; }
.fontblue01 { color:#225EBE; }
.fontblue02 { color:#2E4997; }
.fontred01 { color:#CC0000; }
.bigblue01 { color:#225EBE; font-weight:bold; font-size:x-small; }
.bigglay01 { color:#666666; font-weight:bold; font-size:small; }


/* Body style */
body { padding:12px; }
p    { margin:0px; padding:0px ; line-height:130% ;}
div  { margin:0px; padding:0px ; }
h1   { margin:15px 0px 5px 0px ; padding:0px ; }

body,p,div,td { font-size: x-small; }


/* Element style */
input,select { color:#000000; font-size:12px; margin:0px; padding:0px; }
form         { margin:0px; padding:0px; }


/* Link style */
A:link    { color:#666666; text-decoration:underline; }
A:visited { color:#666666; text-decoration:underline; }
A:hover   { color:#225EBE; text-decoration:underline; }
A:active  { color:#666666; text-decoration:underline; }

A.black:link    { color:#333333; text-decoration:underline; }
A.black:visited { color:#333333; text-decoration:underline; }
A.black:hover   { color:#225EBE; text-decoration:underline; }
A.black:active  { color:#333333; text-decoration:underline; }

A.blue:link    { color:#0000FF; text-decoration:underline; }
A.blue:visited { color:#0000FF; text-decoration:underline; }
A.blue:hover   { color:#225EBE; text-decoration:underline; }
A.blue:active  { color:#0000FF; text-decoration:underline; }
