/*Side menu styles*/

.menulink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #9966FF;
	text-decoration: none;
	font-weight: bold;
}
A:menulink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #9966FF;
	text-decoration: none;
	font-weight: normal;
}
A:menuhover:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #9999FF;
	text-decoration: none;
	font-weight: normal;
}
A:menulink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #9966FF;
	text-decoration: none;
	font-weight: normal;
}



/*content styles*/
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.contentheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #9966FF;
	text-decoration: none ;
	font-style: normal;
}

.contentlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #9966FF;
	text-decoration: underline;
	font-weight: normal;
}
A:contentlink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #9966FF;
	text-decoration: underline;
	font-weight: normal;
}
A:contentlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #9999FF;
	text-decoration: underline;
	font-weight: normal;
}
A:contentlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #9966FF;
	text-decoration: underline;
	font-weight: normal;
}



/*footer styles*/
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.footerlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #9966FF;
	text-decoration: underline;
	font-weight: normal;
}
A:footerlink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #9966FF;
	text-decoration: underline;
	font-weight: normal;
}
A:footerlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #9999FF;
	text-decoration: underline;
	font-weight: normal;
}
A:footerlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #9966FF;
	text-decoration: underline;
	font-weight: normal;
}



