@charset "utf-8";
/* CSS Document */

body
{
padding:0;
margin:0;
background-color:#f7f3e7;
background-image:url(images/bg.jpg);

}

.normal
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
font-weight:normal;
line-height:28px;
color:#252526;
text-align:justify;
}

.patent
{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
text-decoration:none;
font-weight:normal;
line-height:28px;
color:#999999;
text-align:justify;
}

.normalblue
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
font-weight:bold;
line-height:28px;
color:#005871;
text-align:justify;
}

.normalorange
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
font-weight:bold;
line-height:28px;
color:#e0641a;
text-align:justify;
}








.link
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
font-weight:bold;
line-height:28px;
text-align:justify;
color:#252526;
}

.sidemenu
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
font-weight:bold;
line-height:28px;
text-align:justify;
color:#252526;
}

a.sidemenu:hover
{
background-image:url(images/bg_menu.jpg);
background-repeat:repeat-x;
color:#FFFFFF;
}


.footer
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
font-weight:normal;
line-height:28px;
color:#ffffff;
text-align:justify;
}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 80px;
border: 1px solid black;
padding: 2px;
background-color: #5e5b54;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

