a:link {
	color : #990000;
	font-family : arial;
	font-size : 8pt;
	text-decoration : underline;
}/* Link  */
a:active {
	color : #990000;
	font-family : arial;
	font-size : 8pt;
	text-decoration : underline;
}/* Active Link */
a:visited {
	color : #990000;
	font-family : arial;
	font-size : 8pt;
	text-decoration : underline;
}/* Visited Link */
a:hover {
	color : #999966;
	font-family : Arial;
	font-size : 8pt;
	text-decoration : underline;
}/* Hover Link */

.pagetitle {
	font-family : Arial;
	font-size : 16pt;
	color : #990000;
	font-weight : bold;
	vertical-align : middle;
}/* Page Title Style */

.subtitle {
	font-family : Arial;
	font-size : 12pt;
	color : #990000;
	font-weight : bold;
}	


.content {font-family : Arial;font-size : 8pt;color : black}	/* Content Style */

.contentbold {font-family : arial;font-size : 8pt;color : black; font-weight : bold;}	/* Same as Content except it is bold */

.contentitalic {font-family : arial;font-size : 8pt;color : black; font-style : italic; }	/* Same as Content except it is italic and bold */

.contentRed {
	font-family : Arial;
	font-size : 8pt;
	color : #990000;
}	/* Content Style */


.topBar {
	font-family : Arial;
	font-size : 10pt;
	font-weight : bold;
	color : White;
}   /* Used for Column Heading */
.topBar a:link {
	color : White;
	font-family : arial;
	font-weight : bold;
	font-size : 10pt;
	text-decoration : underline;
}		/* Link  */
.topBar a:active {
	color : White;
	font-family : arial;
	font-weight : bold;
	font-size : 10pt;
	text-decoration : underline;
}	/* Active Link */
.topBar a:visited {
	color : White;
	font-family : arial;
	font-weight : bold;
	font-size : 10pt;
	text-decoration : underline;
}	/* Visited Link */
.topBar a:hover {
	color : #990000;
	font-family : arial;
	font-size : 10pt;
}		/* Hover Links */


.navBar {
	font-family : Arial;
	font-size : 10pt;
	font-weight : bold;
	color : White;
}   /* Used for Column Heading */
.navBar a:link {
	color : White;
	font-family : arial;
	font-weight : bold;
	font-size : 10pt;
	text-decoration : none;
}		/* Link  */
.navBar a:active {
	color : White;
	font-family : arial;
	font-weight : bold;
	font-size : 10pt;
	text-decoration : none;
}	/* Active Link */
.navBar a:visited {
	color : White;
	font-family : arial;
	font-weight : bold;
	font-size : 10pt;
	text-decoration : none;
}	/* Visited Link */
.navBar a:hover {
	color : #990000;
	font-family : arial;
	font-size : 10pt;
	background-color : Silver;
}		/* Hover Links */