/* CSS Document */
.line{
background-image:url(line.jpg);
width:8px;
height:2px;
background-repeat:repeat-x;
}
.content{
	font-family: Arial, Helvetica, sans-serif;
	font-size:35px;
	line-height:45px;
	font-weight: lighter;
}
.pink_content{
	font-family: Arial, Helvetica, sans-serif;
	font-size:35px;
	color:#ec008c;
	font-weight: lighter;
	line-height: 45px;
}
.notbold{
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
text-align:left;
line-height:15px;
}
.blacksubheading{
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-align:left;
line-height:15px;
}
.navbar{
border: none;
}
.a:link { 
	color: #ec008c;
	}
.a:visited { 
	color: #ec008c;
	}
.a:hover { 
	color: #000000;
	text-decoration: underline;
	}
.a:active { 
	color: #ec008c;
	}
