a{
	color: #666666;
	text-decoration: none;
}

a:link{
	color: #666666;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

a:visited{
	color: #666666;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a:hover {
	color: #333333;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}

.title {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FC38BB;
	text-align: right;
	text-transform: uppercase;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A6A6A2;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 20px;
}
.rightText {
	color: #FC38BB;
}
.twoLines {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FC38BB;;
	border-bottom-color: #FC38BB;;
}
.dotted {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FC38BB;;
	padding-bottom: 5px;
	padding-left: 3px;
	color: #FFFFFF;
}
#content #topsection {
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	font-size: 14px;
	color: #FC38BB;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A6A6A2;
	padding-left: 20px;
}
