/*Side menu styles*/

.menulink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #336666;
	text-decoration: none;
	font-weight: bold;
}
A:menulink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #336666;
	text-decoration: none;
	font-weight: normal;
}
A:menuhover:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #339999;
	text-decoration: none;
	font-weight: normal;
}
A:menulink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #336666;
	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: #336666;
	text-decoration: none ;
	font-style: normal;
}

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

h1 {
	font : small-caps 12 px Arial, Helvetica, sans-serif;
	color : #336666;
}

h2 {
	font : small-caps 10 px Arial, Helvetica, sans-serif;
	color : #336666;
}