body {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
.b1 {
	background-color: #FFFFFF; 
}
.b2 {
	background-color: #F4F4F4;
	margin:4px;
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}
h3 {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
.rdiv {
	float:right;
	width:90px;
	height:90px;
	position: absolute;
	z-index:9999;
	right:0px;
	top:0px;
}
.theader {
	border: 1px #F4F4F4 solid;
	background-color: #cccccc;
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}

.tcenter {
	background-color: #cccccc;
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	border: 1px #F4F4F4 solid;
}

a:link {
	color: #CC3300;
	text-decoration: none;
}
a:visited {
	color: #CC3300;
	text-decoration: none;
}
a:hover {
	color: #999900;
	text-decoration: none;
}
a:active {
	color: #ff0000;
	text-decoration: none;
}

input, select, textarea {
	background-color: #ffffff;
	color: #000000;
	font-size: 11px;
	border: solid;
	border-width: 1px;
	border-color: #ffffff;
	padding: 1px;
	cursor: pointer;
}
input, select {
	font-family: "Courier New", Courier, monospace;
}
textarea {
	font-family: Tahoma;
}
.point {
	cursor: pointer;
}
.thide { 
	display: none;
}
.navigation a:link { color: #333333; }
.navigation a:visited { color: #333333; }
.navigation a:hover { color: #660000; }
.navigation a:active { color: #FF0000; }
