/* CSS Document */
.headingText
{
	font-weight: normal;
	color: #1577bb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size:14px;
}
a:link 
{ 
	color: #000000; 
	text-decoration: none; 
	font-weight: normal; 
}
a:visited
{
	color: #000000; 
	text-decoration: none; 
	font-weight: normal;  
}

a:hover
{
	 font-weight: normal;
	 color: #1577bb;	
}
.dotedDivider
{
	border-bottom: solid;
	border-bottom-color: #1577bb;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
}
.disName
{
	font-weight: normal;
	color: #1577bb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bottomLine
{
	border-bottom-color: #1577bb;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}