/*Side menu styles*/

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

/*Form Style*/
.formheading {
font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #990000;
	text-decoration: none;	
}

/*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: Black;
	text-decoration: none ;
	font-style: normal;
}

.contentlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #990000;
	text-decoration: underline;
	font-weight: normal;
}
A:contentlink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #990000;
	text-decoration: underline;
	font-weight: normal;
}
A:contentlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #CC6699;
	text-decoration: underline;
	font-weight: normal;
}
A:contentlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #990000;
	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:  #990000;
	text-decoration: underline;
	font-weight: normal;
}
A:footerlink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color:  #990000;
	text-decoration: underline;
	font-weight: normal;
}
A:footerlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #CC6699;
	text-decoration: underline;
	font-weight: normal;
}
A:footerlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color:  #990000;
	text-decoration: underline;
	font-weight: normal;
}

h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12 px;
	color : #990000;
}

