a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}

a.linkbar:link {text-decoration:none; color:#404040;}
a.linkbar:visited {text-decoration:none; color:#404040;}
a.linkbar:hover {text-decoration:underline; color:#202020;}

a.lang:link {text-decoration:none; }
a.lang:visited {text-decoration:none; }
a.lang:hover {text-decoration:underline;}

a.blue:link {text-decoration:none; color:#0000CC;}
a.blue:visited {text-decoration:none; color:#0000CC;}
a.blue:hover {text-decoration:underline; color:#0000CC;}

table,th
{
border:1px solid RGB(192,192,192);
border-collapse:collapse;
}

table.noborder
{
border:0px solid RGB(192,192,192);
border-collapse:collapse;
}
tr.border
{
border: 1px solid RGB(192,192,192);
}

td.border
{
border: 1px solid RGB(192,192,192);
}

td.center
{
    margin-left: auto;
    margin-right: auto;
}

td.shadowright
{
border: 0px solid RGB(192,192,192);
background-image:url('images/tableborder-right.png');
background-repeat:repeat-y;
}

td.shadowbottom
{
border: 0px solid RGB(192,192,192);
background-image:url('images/tableborder-bottom.png');
background-repeat:repeat-x;
}

td.shadowbottomright
{
border: 0px solid RGB(192,192,192);
background-image:url('images/tableborder-bottomright.png');
background-repeat:no-repeat;
}

td.content
{
border: 1px solid RGB(192,192,192);
background-image:url('images/gradientleft.png');
background-repeat:repeat-y;
}

p.topbar
{
color:#404040;
font-family:arial,serif;
font-size:1.125em;
font-weight:bold;
}

p.map
{
color:#808080;
font-family:arial,serif;
font-size:0.75em;
}

p, ul
{
color:#101010;
font-family:arial,serif;
font-size:0.9em;
line-height:130%;
}

p.lang
{
color:#1010C0;
font-family:arial,serif;
font-size:0.7em;
line-height:130%;
text-align:right;
}

h1
{
font-family:arial,serif;
font-size:1.4em;
}

h2
{
font-family:arial,serif;
font-size:1.2em;
}

h3
{
font-family:arial,serif;
font-size:1.1em;
}


a.box:link,a.box:visited
{
font-family:arial,serif;
font-size:0.9em;
display:block;
font-weight:bold;
color:#FFFFFF;
background-color:#98bf21;
width:120px;
text-align:center;
padding:4px;
text-decoration:none;
border-style:solid;
border-width:1px;
border-color:#789f01;
}
a.box:hover,a.box:active
{
background-color:#7A991A;
}

a.boxbig:link,a.boxbig:visited
{
font-family:arial,serif;
font-size:1.2em;
display:block;
font-weight:bold;
color:#FFFFFF;
background-color:#98bf21;
width:120px;
text-align:center;
padding:4px;
text-decoration:none;
border-style:solid;
border-width:1px;
border-color:#789f01;
box-shadow: 2px 2px 2px #808080;
}

a.boxbig:hover,a.boxbig:active
{
background-color:#7A991A;
}

a.boxbig2:link,a.boxbig2:visited
{
font-family:arial,serif;
font-size:1.2em;
display:block;
font-weight:bold;
color:#FFFFFF;
background-color:#98bf21;
width:300px;
text-align:center;
padding:4px;
text-decoration:none;
border-style:solid;
border-width:1px;
border-color:#789f01;
box-shadow: 2px 2px 2px #808080;
}
a.boxbig2:hover,a.boxbig2:active
{
background-color:#7A991A;
}