/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

.Head{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}

strong{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}

b{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}

/*Links*/
a:link{ color:#990000; text-decoration:none; }
a:visited{ color:#990000; text-decoration:none; }
a:hover{ color:#666666; text-decoration:underline; }
a:active{ color:#990000; text-decoration:none; }

.user_table a:link{color:#000000; text-decoration:none;}
.user_table a:visited{color:#000000; text-decoration:none;}
.user_table a:hover{color:#ffffff; border-bottom:1px dotted #ffffff; text-decoration:none;}
.user_table a:active{color:#000000; text-decoration:none;}

.footermid a:link{ color:#ffffff; text-decoration:none; }
.footermid a:visited{ color:#ffffff; text-decoration:none; }
.footermid a:hover{ color:#ffffff; border-bottom:1px dotted #ffffff; text-decoration:none; }
.footermid a:active{ color:#ffffff; text-decoration:none; }

#footer a:link{ color:#FFFFFF; text-decoration:none; }
#footer a:visited{ color:#FFFFFF; text-decoration:none; }
#footer a:hover{ color:#FFFFFF; border-bottom:1px dotted #ffffff; text-decoration:none; }
#footer a:active{ color:#FFFFFF; text-decoration:none; }

.SkinObject{
color:#ffffff;
}

.pagetitle{
color:#990000;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
}

.sites img{
margin:0 5px 5px 0;
}



