/* CSS Document */
.line{
background-image:url(line.jpg);
width:8px;
height:2px;
background-repeat:repeat-x;
}
.content{
line-height:30px;
font-family:Arial;
font-size:15px;
}
.subheading{
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	line-height:15px;
	text-align:left;
}
.notbold{
font-family:Arial;
font-size:11px;
text-align:left;
line-height:15px;
}
.pinksubheading{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#ec008c;
	line-height: 20px;
}
.pinksubheadingregular{
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#ec008c;
}
.pageunderconstruction{
	font-family:Arial;
	font-size:20px;
	font-weight:normal;
	color: #000000
	line-height: 30px;
}
.links{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:400;
	line-height: 22px;
	align: top;
	text-decoration:underline;
	color: #000000;
	border:none;
}
.vafay{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style: normal;
	font-weight:400;
	color: #FFFFFF;
	line-height: 17px;
	vertical-align:top;
	text-align: center;
}
.a:link { 
	color: #666666;
	}
.a:visited { 
	color: #666666;
	}
.a:hover { 
	color: #666666;
	text-decoration: underline;
	}
.a:active { 
	color: #666666;
	}
.b:link { 
	color: #666666;
	}
.b:visited { 
	color: #5C519E;
	}
.b:hover { 
	color: #FFFFFF;
	text-decoration: underline;
	}
.b:active { 
	color: #5C519E;
	}



