.text {
	font-family: Tahoma, MS Sans Serif, Helvetica, sans-serif;
	color : #000000;
	font-size: 13px;
	font-weight: normal;
}

.ftext {
	font-family: Tahoma, MS Sans Serif, Helvetica, sans-serif;
	color : #000000;
	font-size: x-small;
	font-weight: normal;
}

.bold {
	font-family: Tahoma, MS Sans Serif, sans-serif;
	color : #000000;
	font-size: 13px;
	font-weight: bold;
}

.smText {
	font-family: Tahoma, MS Sans Serif, sans-serif;
	color : #000000;
	font-size: 10px;
	font-weight: normal;
}

.heading {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color : #2B537B;
	font-size: 22px;
	font-weight: bold;
	line-height: 120%;
}

.tHeading1 {
	font-family: Tahoma, MS Sans Serif, Helvetica, sans-serif;
	color : #000000;
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
}

.tHeading2 {
	font-family: Tahoma, MS Sans Serif, Helvetica, sans-serif;
	color : #000000;
	font-size: 15px;
	font-weight: bold;
	line-height: 120%;
}

a  {
	color : #0000FF;
	font-family: Tahoma, MS Sans Serif, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color : #666666;
	font-family: Tahoma, MS Sans Serif, Helvetica, sans-serif;
	text-decoration : underline;
	font-weight: normal;
}

a:visited {
	color : #2B537B;
	font-family: Tahoma, MS Sans Serif, Helvetica, sans-serif;
	text-decoration : underline;
	font-weight: normal;
}

a:visited:hover {
	color : #666666;
	font-family: Tahoma, MS Sans Serif, Helvetica, sans-serif;
	text-decoration : underline;
	font-weight: normal;
}

a.boldLink:hover {
	color : #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : underline;
	font-size: 12px;
	font-weight: bold;
}

a.boldLink  {
	color : #2B537B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}

a.boldLink:visited {
	color : #2B537B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : underline;
	font-size: 12px;
	font-weight: bold;
}

a.boldLink:visited:hover {
	color : #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : underline;
	font-size: 12px;
	font-weight: bold;
}


ul {
	list-style-type: square;
}

hr {
	height: 0px; 
	border: solid #D1D7DC 0px; 
	border-top-width: 1px;
}