/* CSS Document */
body
{
background-color: #7F7F7F;
margin-top: 4%;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
}
.table_border
{
border: 2px solid #000000;
}
.border_bottom
{
border-bottom: 1px solid #000000;
}
.border_top
{
border-top: 1px solid #000000;
}
.dashed_border
{
background-image:url(images/thin_dashed.gif);
background-repeat:repeat-x;
background-position: bottom;
}
.thin_dashed
{
background-image:url(images/thin_dashed.gif);
background-repeat:repeat-x;
background-position: bottom;
}
p
{
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
color: #666666;
}
.menu1
{
background-color: #ffffff;
color: #000000;
}
.menu2
{
background-color: #000000;
color: #ffffff;
}
a.menu_link
{
font-family: Helvetica, Arial, Verdana, sans-serif;
color: #666666;
text-decoration: none;
font-weight:bold;
}
.menu2 a.menu_link
{
font-family: Helvetica, Arial, Verdana, sans-serif;
color: #ffffff;
text-decoration: none;
font-weight:bold;
}
.bold
{
color: #000000;
font-weight:bold;
font-size: 11px;}
.about_text
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color: #666666;
}
a
{
text-decoration:none;
color:#666666;
}
a:hover
{
text-decoration: underline;
color:#333333;
}