@charset "utf-8";
/* CSS Document */

body {background-color: #BBBBBB}

A:Link  {
font-size : 8pt;
font-family : Arial;
font-weight : bold;
font-style : bold;
color : #000000;
text-decoration : none;
}
A:Visited  {
font-size : 8pt;
font-family : Arial;
font-weight : bold;
font-style : bold;
color : #000000;
text-decoration : none;
}

A:Active  {
font-size : 8pt;
font-family : Arial;
font-weight : bold;
font-style : bold;
color : #000000;
text-decoration : none;
}

A:Hover  {
color : #000000;
font-size : 8pt;
font-family : Arial;
font-weight : bold;
font-style : bold;
text-decoration : underline;
}

table {
font-size: 11px;
}

input {
font-size: 11px;
}

select {
font-size: 11px;
}

textarea {
font-size: 11px;
}

.normal {
font-family : Arial;
font-size: 11px;
}

A.greenlink:Link  {
font-size : 12pt;
font-family : Arial;
font-weight : bold;
font-style : bold;
color : #99C21B;
text-decoration : none;
}
A.greenlink:Visited  {
font-size : 12pt;
font-family : Arial;
font-weight : bold;
font-style : bold;
color : #99C21B;
text-decoration : none;
}

A.greenlink:Active  {
font-size : 12pt;
font-family : Arial;
font-weight : bold;
font-style : bold;
color : #99C21B;
text-decoration : none;
}

A.greenlink:Hover  {
text-decoration : underline;
}