/* plain, normal-sized text */
.txt {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 18px;
	color: #333333;
}

.txt a:link, .txt a:visited, .txt a:active {
	color: #990000;
	text-decoration: none;
}

.txt a:hover {
	color: #990000;
	text-decoration: underline;
}

/* smaller plain, normal-sized text */
.smalltxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #000000;
}

.smalltxt a:link, .smalltxt a:visited, .smalltxt a:active {
	color: #990000;
	text-decoration: none;
}

.smalltxt a:hover {
	color: #990000;
	text-decoration: underline;
}

/* larger plain, normal-sized text */
.bigtxt {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
}

.bigtxt a:link, .bigtxt a:visited, .bigtxt a:active {
	color: #990000;
	text-decoration: none;
}

.bigtxt a:hover {
	color: #990000;
	text-decoration: underline;
}


select
 { color: #333333; font-size: 9pt; font-family: Arial, Helvetica, sans-serif; }
textarea
 { color: #333333; font-size: 9pt;; font-family: Arial, Helvetica, sans-serif; }
input
 { color: #333333; font-size: 9pt;; font-family: Arial, Helvetica, sans-serif; }
form
 { margin:0px; }

/* page title */
.title {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 5px;
}
