a:link
{
    COLOR: #800080;
    TEXT-DECORATION: underline;
}

a:visited
{
    COLOR: #800080;
    TEXT-DECORATION: underline;
}
a:active
{
    COLOR: #800080;
    TEXT-DECORATION: underline;
}
a:hover
{
    COLOR: #800080;
    TEXT-DECORATION: underline;
}

.bfont
{
font-family: Arial Unicode MS;
font-size: 9pt; 
color: #000000;
text-align:left;
font-weight:bold
}


/* css added by mahesh*/

.SiteName
{
	font-weight: bold;
	font-size: large;
	font-family: Verdana;
}

.SiteUrl
{
	font-weight: bold;
	font-size: x-small;
	font-family: Verdana;
}

.NormalText
{
	font-size: small;
	font-family: Verdana;
}

.ContentTitle
{
	font-weight: bold;
	font-size: large;
	font-family: Verdana;
}