body, td
{
background-color:#fff;
background-image:url(../grfx/bg.gif);
color:#666666;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
}


#container{
width:700px;
text-align:left;
background-color:#fff;
padding:20px;
-moz-border-radius-topleft:30px;
-moz-border-radius-topright:30px;
}


b {
font-weight: bold;
color:#333333;
}

strong {font-weight:normal;}

hr
{
clear:left; height: 3px; margin-top:2px; margin-bottom:2px; background-image:url(../grfx/hr.gif);  background-repeat: repeat-x; border:0px;
}


h1 {
color:#333;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
font-variant: small-caps;
font-weight:bold;
margin:0em 0em 0em 0em;
}

h1.print {position:absolute; top:-1000px; left:-1000px;}
h2.print {position:absolute; top:-1000px; left:-1000px;}

h1 span {display:none; visibility:hidden;}

h2 {
color:#333;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
font-variant: small-caps;
font-weight:bold;
margin:0em 0em 0em 0em;
}

ul {
list-style: none;
padding: 0 0 0 0;
margin: 0em 0em 0em 0em;
}

li {
padding-left:1px;
padding-right:1px;
}

.first {
list-style: none;
background-color:#F2F2F2;
padding-bottom:5px;
border-bottom: 1px solid #ddd;
}

.second {
list-style: none;
background-color:#F8F8F8;
padding-bottom:5px;
border-bottom: 1px solid #ddd;
}

a, a:link, a:visited {
text-decoration: underline;
color: #333333;
}

a:focus, a:hover, a:active {
text-decoration: underline;
color: #333333;
background-color:#dddddd;
}

a.info, a.info:link, a.info:focus, a.info:hover, a.info:active  {
font-weight: bold;
text-decoration: underline;
color: #333333;
background-color:#f4f4f4;
}

#hidden {
display:none;
}


