a:link {
	color : #336699;
	font-family : arial;
	font-size : 10pt;
	text-decoration : underline;
}/* Link  */
a:active {
	color : #336699;
	font-family : arial;
	font-size : 10pt;
	text-decoration : underline;
}/* Active Link */
a:visited {
	color : #336699;
	font-family : arial;
	font-size : 10pt;
	text-decoration : underline;
}/* Visited Link */
a:hover {
	color : #6699CC;
	font-family : Arial;
	font-size : 10pt;
	text-decoration : underline;
}/* Hover Link */

.pagetitle {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 20px;
	color : #FF6600;
	font-weight : bold;
	vertical-align : middle;
	font-variant : small-caps;
	font-style : oblique;
}/* Page Title Style */

.subtitle {
	font-family : Arial;
	font-size : 12pt;
	color : #003399;
	font-weight : bold;
}	


.content {
	font-family : Arial;
	font-size : 10pt;
	color : #333333;
}	/* Content Style */

.contentbold {
	font-family : Arial;
	font-size : 10pt;
	color : #333333;
	font-weight : bold;
}	/* Same as Content except it is bold */

.contentitalic {
	font-family : arial;
	font-size : 10pt;
	color : #333333;
	font-style : italic;
}	/* Same as Content except it is italic and bold */

.contentBlue {
	font-family : Arial;
	font-size : 10pt;
	color : #003399;
}	/* Content Style */

.sidebar {
	font-family : Arial;
	font-size : 10pt;
	color : #003399;
	font-weight : bold;
}	/* Content Style */

.metanav {
	font-family : Arial;
	font-size : 8pt;
	color : #333333;
}	/* Content Style */

.metanav a:link {
	color : #333333;
	font-family : arial;
	font-size : 8pt;
	text-decoration : none;
}/* Link  */

.metanav a:active {
	color : #333333;
	font-family : arial;
	font-size : 8pt;
	text-decoration : none;
}/* Active Link */

.metanav a:visited {
	color : #333333;
	font-family : arial;
	text-decoration : none;
	font-size : 8pt;
}/* Visited Link */

.metanav a:hover {
	color : Black;
	font-family : Arial;
	font-size : 8pt;
	text-decoration : underline;
}/* Hover Link */


.colhead {
	font-family : Arial;
	font-size : 10pt;
	font-weight : bold;
	color : Black;
	background : Silver;
}   /* Used for Column Heading */
.colhead a:link {
	color : Black;
	font-family : arial;
	font-size : 10pt
}		/* Link  */
.colhead a:active {
	color : Black;
	font-family : arial;
	font-size : 10pt
}	/* Active Link */
.colhead a:visited {
	color : Black;
	font-family : arial;
	font-size : 10pt
}	/* Visited Link */
.colhead a:hover {
	color : White;
	font-family : arial;
	font-size : 10pt
}		/* Hover Links */


.footer {
	font-family : Arial;
	font-size : 8pt;
	font-weight : bold;
	color : Black;
}   /* Used for Column Heading */
.footer a:link {
	color : Black;
	font-family : arial;
	font-size : 8pt;
	text-decoration : none;
}		/* Link  */
.footer a:active {
	color : Black;
	font-family : arial;
	font-size : 8pt;
	text-decoration : none;
}	/* Active Link */
.footer a:visited {
	color : Black;
	font-family : arial;
	font-size : 8pt;
	text-decoration : none;
}	/* Visited Link */
.footer a:hover {
	color : #FF9900;
	font-family : arial;
	font-size : 8pt;
	text-decoration : underline;
}		/* Hover Links *