/* CSS Document */

.button
{
font-family:verdana;
font-size:11px;
color:#000066;
font-weight:bold;
word-spacing:2px;
}
a:link.button
{
font-family:verdana;
font-size:11px;
color:#000066;
font-weight:bold;
word-spacing:2px;
text-decoration:none;
}
a:hover.button
{
font-family:verdana;
font-size:11px;
color:#990000;
font-weight:bold;
word-spacing:2px;
text-decoration:none;
}
a:visited.button
{
font-family:verdana;
font-size:11px;
color:#9900CC;
font-weight:bold;
word-spacing:2px;
text-decoration:none;
}
a:active.button
{
font-family:verdana;
font-size:11px;
color:#000066;
font-weight:bold;
word-spacing:2px;
text-decoration:none;
}
.style1
{
font-family:Verdana;
font-size:11px;
color:#000099;
word-spacing:2px;
font-weight:bold;
line-height:20px;
}
.style2
{
font-family:Verdana;
font-size:13px;
color:#CC6600;
word-spacing:2px;
font-weight:bold;
}
.style3
{
font-family:Verdana;
font-size:13px;
color:#006600;
word-spacing:2px;
font-weight:bold;
}