.required {
	background-image: url(images/required.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #CBDAF0;
width: 180px;
}

.bodyText 
{
    font:normal 11px Arial;
}

.bodyLarge 
{
    font:normal 13px Arial;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
color:#338CC9;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #8DB1DD;
color: white;
}
