/* CSS definition for fonts */

/* {font-style font-variant font-weight font-size/line-height font-family;} */

/* Standard elements */
body { font-size: small; line-height: 150%; font-family:'£Í£Ó £Ð¥´¥·¥Ã¥¯', sans-serif; font-weight: normal; }
table, td { font-size: small; line-height: 150%; font-family:'£Í£Ó £Ð¥´¥·¥Ã¥¯', sans-serif; font-weight: normal; }

/* Standard fonts */
.gxsmall { font-size: x-small; line-height: 140%; font-family:'£Í£Ó £Ð¥´¥·¥Ã¥¯', sans-serif; font-weight: normal; }
.gsmall { font-size: small; line-height: 150%; font-family:'£Í£Ó £Ð¥´¥·¥Ã¥¯', sans-serif; font-weight: normal; }
.gmedium { font-size: medium; line-height: 150%; font-family:'£Í£Ó £Ð¥´¥·¥Ã¥¯', sans-serif; font-weight: normal; }
.glarge { font-size: large; line-height: 150%; font-family:'£Í£Ó £Ð¥´¥·¥Ã¥¯', sans-serif; font-weight: bold; }
.gxlarge { font-size: x-large; line-height: 130%; font-family:'£Í£Ó £Ð¥´¥·¥Ã¥¯', sans-serif; font-weight: bold; }
.gxxlarge { font-size: xx-large; line-height: 130%; font-family:'£Í£Ó £Ð¥´¥·¥Ã¥¯', sans-serif; font-weight: bold; }

.gsmaller { font-size: smaller; line-height: 140%; font-family:'£Í£Ó £Ð¥´¥·¥Ã¥¯', sans-serif; }
.glarger { font-size: larger; line-height: 140%; font-family:'£Í£Ó £Ð¥´¥·¥Ã¥¯', sans-serif; }


/* link styles */
a:link { color: #CC0000; text-decoration: none}
a:hover { color: #FF0000; text-decoration: none}
a:visited { color: #CC0000; text-decoration: none}

/* color */
.white {color: #FFFFFF; }
