/* external style sheet for Exercise Plus */

a {text-decoration: underline;
		font-weight: normal;
		font-size: 10pt;
		font-family: arial,verdana,helvetica;
		font-variant: normal;
		font-style: normal;
		color: #333333;
	}

a.white {text-decoration: none;
		font-weight: normal;
		font-size: 8pt;
		line-height: 10pt;
		font-family: arial,verdana,helvetica;
		font-variant: normal;
		font-style: normal;
		color: #ffffff;
	}
a.white:hover {color: #cccccc;
		text-decoration: none;
	}

a.nav {text-decoration: none;
		font-weight: normal;
		font-size: 8pt;
		line-height: 10pt;
		font-family: arial,verdana,helvetica;
		font-variant: normal;
		font-style: normal;
		color: #FF6600;
	}
a.nav:hover {color: #CC3300;
		text-decoration: underline;
	}

a.nav2 {text-decoration: none;
		font-weight: normal;
		font-size: 8pt;
		line-height: 10pt;
		font-family: arial,verdana,helvetica;
		font-variant: normal;
		font-style: normal;
		color: #33CC00;
	}
a.nav2:hover {color: #339900;
		text-decoration: underline;
	}

a.footer {text-decoration: none;
		font-weight: normal;
		font-size: 8pt;
		line-height: 10pt;
		font-family: arial,verdana,helvetica;
		font-variant: normal;
		font-style: normal;
		color: #666666;
	}
a.footer:hover {color: #999999;
		text-decoration: underline;
	}

font.title {
	font-weight: bold;
	color:#000066;
	font-size: 13pt;
	line-height: 14pt;
	font-family: arial,verdana,helvetica;
	font-variant: normal;
	font-style: normal;
}

font.body {
	font-weight: normal;
	color:#000066;
	font-size: 10pt;
	line-height: 12pt;
	font-family: arial,verdana,helvetica;
	font-variant: normal;
	font-style: normal;
}

font.bold {
	font-weight: bold;
	color:#000066;
	font-size: 10pt;
	line-height: 12pt;
	font-family: arial,verdana,helvetica;
	font-variant: normal;
	font-style: normal;
}

font.footer {
	font-weight: normal;
	color:#666666;
	font-size: 8pt;
	line-height: 10pt;
	font-family: arial,verdana,helvetica;
	font-variant: normal;
	font-style: normal;
}

.error {
	font-weight: normal;
	color:#000066;
	font-size: 10pt;
	line-height: 12pt;
	font-family: arial,verdana,helvetica;
	font-variant: normal;
	font-style: normal;
}