body {
	padding: 0;
	margin: 0;
}
body, table, form, input, select, textarea {
	font-family: arial, tahoma, verdana, serif;
	font-size: 13px;
	color: #0F52A5;
}
a, a:visited, a:hover {
	font-family: arial, tahoma, verdana, serif;
	font-size: 13px;
	color: #0F52A5;
}
a:hover {
	text-decoration: none;
}
a.mnu1, a.mnu1:visited, a.mnu1:hover, a.mnu2, a.mnu2:visited, a.mnu2:hover {
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 9px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
a.mnu1:hover {
	color: #727272;
}
a.mnu2, a.mnu2:visited, a.mnu2:hover {
	color: #0027A8;
}
a.mnu2:hover {
	color: #6C95C7;
}
a.sub1, a.sub1:visited, a.sub1:hover, a.sub2, a.sub2:visited, a.sub2:hover {
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 9px;
	color: #949494;
	text-decoration: none;
}
a.sub1:hover {
	color: #333333;
}
a.sub2, a.sub2:visited, a.sub2:hover {
	color: #6C95C7;
}
a.sub2:hover {
	color: #0027A8;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 17px;
	text-align: center;
}
h2 {
	font-size: 15px;
	text-align: center;
}
h3, h4 {
	font-size: 13px;
	color: black;
	text-align: left;
}
hr {
	height: 1;
	color: #0F52A5;
	background-color: #0F52A5;
	border-style: none;
}

.sel {
	background: #f3fbff url('bg_mnu2.gif');
	text-align: center;
	font-weight: bold;
}
.foot {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
}
.mnu {
	position: absolute;
	visibility: hidden;
}
li.sub {
	list-style-position: outside;
	margin: 0 0 0 15;
}

.border {
	font-size: 12px;
	border-top: white 2px solid;
	border-left: white 2px solid;
	border-collapse: collapse;
}
.border td {
	border-right: white 2px solid;
	border-bottom: white 2px solid;
}
.t_l, .t_c, .t_r {
	background-color: #F0F9FF;
	font-weight: bold;
}

.l {
	text-align: left;
}
.c, .t_c {
	text-align: center;
}
.r, .t_r {
	text-align: right;
}
.j {
	text-align: justify;
}
.t {
	vertical-align: top;
}