/* stylesheet */

/* border style, class to applied to main table within the table tage. syntax class="mainBorder" */

table.mainBorder {
	border: 1px dashed #999999;
}
.myLink {
	font-family: Tahoma, Arial, serif;
	font-size: 9px;		
}

a:link {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}


.list {
	font-family: Tahoma, Arial, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	color: #990000;
}
.listHeading {
	font-family: Tahoma, Arial, serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #990000;
	line-height: 20px;
	font-style: normal;
}
.description {
	font-family: Tahoma, Arial, serif;
	font-size: 11px;
	line-height: 15px;
	color: #990000;
}
.listHeading2 {
	font-family: Tahoma, Arial, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}
.heading {
	font-family: Tahoma, Arial, serif;
	font-size: xx-small;
	font-weight: bold;
	color: #990000;
	line-height: 12px;
}
.text {
	font-family: Tahoma, Arial, serif;
	font-size: xx-small;
	color: #990000;
	line-height: 11px;
}
