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

.border
{
border-color:#CCCCCC;
border-style:solid;
border-width:1px;
}

.border1
{
border-color:#e1e1e1;
border-style:solid;
border-width:1px;
}

.head
{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#990000;
font-weight:bold;
text-decoration:none;
padding-left:10px;
}

.text
{
font-family:Tahoma;
font-size:13px;
color:#333333;
font-weight:normal;
text-decoration:none;
letter-spacing:0.5px;
line-height:20px;
padding-left:10px;
padding-right:10px;
}

.text1
{
font-family:Tahoma;
font-size:13px;
color:#333333;
font-weight:normal;
text-decoration:none;
text-align:left;
}

.text2
{
font-family:Tahoma;
font-size:11px;
color:#FF0000;
font-weight:normal;
text-decoration:none;
}


.foot
{
font-family:Tahoma;
font-size:13px;
color:#666666;
font-weight:normal;
text-decoration:none;
letter-spacing:0.2px;
}

.foot A
{
font-family:Tahoma;
font-size:13px;
color:#666666;
font-weight:normal;
text-decoration:none;
letter-spacing:0.2px;
}

.foot A:hover
{
font-family:Tahoma;
font-size:13px;
color:#990000;
font-weight:normal;
text-decoration:underline;
letter-spacing:0.2px;
}

#toTop {
 width:50px;
 padding:5px;
 position:fixed; /* this is the magic */
 bottom:10px; /* together with this to put the div at the bottom*/
 right:10px;
 cursor:pointer;
 display:none;
 z-index:9999999;              
}

