/* Banner background */

#BannerBg
{
	background-image: url(/images/top_bakis.gif);
}

.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#DDF54C;
}

.verdana10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#BannerBg A:active 
{
	font-weight: bold;
	font-size: 10px;
	color: lightgrey;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#BannerBg A:hover 
{
	font-weight: bold;
	font-size: 10px;
	color: Red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
#BannerBg A
{
	font-weight: bold;
	font-size: 10px;
	color: lightgrey;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#BannerBg A:visited 
{
	font-weight: bold;
	font-size: 10px;
	color: lightgrey;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: Black;
    font-weight: bold
}   

/* style for separator between site links */
.Accent
{
    color: red;
    font-weight:    bold;
}



