/* ================================
    CSS STYLES for default
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

.SkinObject {
	font-weight: normal;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
	font-weight: normal;
    text-decoration:    none;
    color: black;
}

A.SkinObject:visited  {
	font-weight: normal;
    text-decoration:    none;
    color: black;
}

A.SkinObject:active   {
	font-weight: normal;
    text-decoration:    none;
    color: black;
}

A.SkinObject:hover    {
	font-weight: normal;
    text-decoration:    none;
    color: black;
}

