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 */

.homeTitle {
	font-family : Arial;
	font-size : 14pt;
	color : #6699CC;
	font-weight : bold;
	font-variant : normal;
}	/* HomePage Title Style */

.pagetitle {
	font-family : Arial;
	font-size : 16pt;
	color : #6699CC;
	font-weight : bold;
	vertical-align : middle;
}/* Page Title Style */

.slogan {
	font-family : Arial;
	font-size : 10pt;
	font-weight : bold;
	font-variant : small-caps;
}	


.content {font-family : Arial;font-size : 10pt;color : black}	/* Content Style */

.contentbold {font-family : arial;font-size : 10pt;color : black; font-weight : bold;}	/* Same as Content except it is bold */

.contentitalic {font-family : arial;font-size : 10pt;color : black; font-style : italic; }	/* Same as Content except it is italic and bold */


