.TextCal
{
	float :left;
}

.TableTitleFontSize
{
	font-size :small ;
}
.CommonFontAndSize
{
	font-family :Arial ;
	font-size : smaller  ;
}

.UnderlineText
{
	text-decoration : underline;
}
.Bullet
{
	list-style-type: circle;
}
.bckgrnd
{
    background-color: #d3d3d3;    
    background-position: left top;
    background-repeat: repeat;
}
.bckgrndimage
{
    background-color: #d3d3d3;
    background-image: url(images/bluespacer.gif);
    background-position: left top;
    background-repeat: repeat;
}

.topposition
{
	position : relative;
}