.navTitle {
	font-family : sans-serif;
	font-weight : bold;
	font-size : 10pt;
	margin-left : 2pt;
}
.divlink {
	TEXT-DECORATION: underline;
	COLOR: blue;
	CURSOR: pointer hand;
	font-size: 10pt;
}
INPUT.radio {
	background-color : transparent;
	border-color : White;
	border : 0px;
}
INPUT.submit, INPUT.reset {
	background-color : Silver;
	border-width : 2px;
	border-color : Black;
	font-weight : bold;
	color : Black;
}
INPUT, TEXTAREA {
	background-color : Silver;
	font-family : sans-serif;
	border-color : Black;
	border-width : 1pt;
	font-size : 10pt;
}
body,.normal {
	font-family : sans-serif;
	font-size : 10pt;
}

.print{
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
}

.body {
	font-family : sans-serif;
	font-size : 10pt;
	margin: 10pt;
}
.heading {
	font-family : sans-serif;
	font-size : 12pt;
	font-weight : bold;
}
.note,.legal {
	font-family : sans-serif;
	font-size : 8pt;
}

.error {
	font-family : sans-serif;
	font-size : 10pt;
	color : red;
}
.navigation:visited,.selected:visited {
	color: brown;
	width : 150px;
}
.navigation:hover,.selected:hover {
	background-color: White;
	color: Black;
	width : 150px;
}
.navigation {
	color: white;
	font-family : sans-serif;
	font-size : 10pt;
	padding-left: 4pt;
	padding-right: 1pt;
	width : 150px;
	background-color: Gray;
}

.selected{
	color: white;
	font-family : sans-serif;
	font-size : 10pt;
	padding-left: 4pt;
	padding-right: 1pt;
	background-color: Silver;
	width : 150px;
}

.title {
	font-family : fantasy;
	font-size : 32pt;
	font-weight : bold;
}

A {
	font-family : sans-serif;
	font-size : 10pt;
	text-decoration : none;
	color: #3333FF;
}

A:VISITED {
	color : #000099;
}

A:hover {
	color : Red;
}
