/*
 * Style sheet
 */


a.tutorial {
	text-decoration: none;
	color: blue;
	font-weight: bold;
	font-family: arial;
}

a:hover {
	text-decoration: underline;
	color: darkblue;
}

body {
	font-family: arial, "ms sans serif", verdana;
	font-size: smaller;
	background-color: #ffffff;
	color: #000000;
}

td.smaller {
	font-family: arial, "ms sans serif", verdana;
	font-size: smaller;
	color: #000000;
	white-space: nowrap;
}

tr.content-odd {
	background: #ececec;
}

td.content-even {
	background: #ffffff;
}

tr.content-even {
	background: #d8d8d8;
}

td.help-bar {
	background: #efefef;
	font-family: arial, "ms sans serif", verdana;
	font-size: smaller;
	color: #000000;
}

td.header-bar {
	background: #3366cc;
	font-family: arial, "ms sans serif", verdana;
	font-size: small;
	color: #ffffff;
}

td.footer-bar {
	background: #3366cc;
	font-family: arial, "ms sans serif", verdana;
	font-size: smaller;
	color: #ffffff;
	text-align: center;
}

td.content-title {
	font-family: arial, "ms sans serif", verdana;
	font-size: smaller;
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
}

th.content-title {
	font-family: arial, "ms sans serif", verdana;
	font-size: smaller;
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
	background: #ecd6a7;
}

.sub-title {
	font-family: arial;
	font-size: 14pt;
	font-weight: bold;
	color: black;
}
