body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
}
.normaltxt {
	font-family:Tahoma;
	font-size:11px;
	color:#333333;
	text-decoration:none;
}
.redtxt {
	font-family:Tahoma;
	font-size:11px;
	color:#B21B2E;
	text-decoration:none;
}
.borderline {
	border-right:1px dotted #B21B2E;
}
.link {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
	padding-left:25px;
}
.linkselected {
	background-image:url(../images/bullet.jpg);
	background-position:left;
	background-repeat:no-repeat;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#B21B2E;
	text-decoration:none;
	padding-left:25px;
}
.input {
	font-family:Tahoma;
	font-size:11px;
	color:#333333;
}
 .button {
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	width: 90px;
	height: 21px;
	font-family: tahoma;
	font-size: 12px;
}