body {
	padding: 0;
	margin: 0;
}
body, table, form, input, select, textarea {
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 12px;
	color: #005590;
}
a, a:visited, a:hover {
	font-size: 12px;
	color: #005590;
}
a:hover {
	text-decoration: none;
}
a.mnu, a.mnu:visited, a.mnu:hover {
	text-decoration: none;
}
a.mnu:hover {
	color: #0082DC;
}

h1 {
	font-size: 17px;
}
h2 {
	font-size: 17px;
	color: #0082DC;
}
hr {
	height: 1;
	color: #005590;
	background-color: #005590;
	border-style: none;
}

li.mnu {
	list-style-image: url('point.gif');
	list-style-position: outside;
	line-height: 15px;
	margin: 0 0 0 20;
}
.white {
	color: white;
}


.l, h1, h2 {
	text-align: left;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
.j {
	text-align: justify;
}
.t {
	vertical-align: top;
}