/* ================================
    Default styles FOR DotNetNuke
   ================================
*/   

/* background color for the content part of the pages */
Body
{
    background-color: white;
	behavior:url("csshover3.htc");
}
A:link  {
    text-decoration:none;
    color:  #003366;
	outline-style: none;
}

A:visited   {
    text-decoration:none;
    color:  #003366;
	outline-style: none;
}

A:hover {
    text-decoration:underline;
    color:  #ff0000;
	outline-style: none;
}

A:active    {
    text-decoration:none;
    color:  #003366;
	outline-style: none;
}

SMALL   {
    font-size:  8px;
}

H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}
HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

ul.specials  { 
	margin:0px; 
	padding-left:17px; 
}
ul.specials li { 
	color:#5b3624;  
	padding-bottom:8px;
}
ul.specials li span { 
	color:#5B5B5B; 
}

.footer{
    font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt;
	color:#666666;
} 