body {
	padding: 0;
	margin: 0;
	background-color: #FBFBFB;
}
body, table, form, input, select, textarea {
	font-family: arial, tahoma, verdana, serif;
	font-size: 14px;
	color: #1C1C1C;
}
a, a:visited, a:hover {
	font-family: arial, tahoma, verdana, serif;
	color: #1C1C1C;
}
a:hover {
	text-decoration: none;
}
a.mnu, a.mnu:visited, a.mnu:hover {
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 11px;
	color: white;
	text-decoration: none;
}
a.mnu:hover {
	text-decoration: underline;
}

h1 {
	font-size: 15px;
}
hr {
	height: 1;
	color: #1C1C1C;
	background-color: #1C1C1C;
	border-style: none;
}

li.mnu1, li.mnu2 {
	list-style-image: url('misc.gif');
	list-style-position: outside;
	margin: 0 0 0 15;
	line-height: 20px;
	font-weight: bold;
}
li.mnu2 {
	margin: 0 0 0 30;
	line-height: 17px;
	font-weight: normal;
}
.white {
	color: white;
	font-size: 11px;
}
.copy {
	font-family: tahoma, arial, verdana, serif;
	color: #273FA1;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background: url('bg_copyright.gif');
}
.box {
	width: 86;
	padding: 20;
	font-weight: bold;
	text-align: center;
	cursor: hand;
}

.l {
	text-align: left;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
.j {
	text-align: justify;
}
.t {
	vertical-align: top;
}
