body {
	padding: 0;
	margin: 0;	
	color: #707070;
}
body, table, form, input, select, textarea {
	font-family: Times New Roman, serif;
	font-size: 14px;
}
a, a:visited, a:hover {
	font-size: 14px;
	color: #707070;
}
a:hover {
	color: black;
}
a.menu1, a.menu1:visited, a.menu1:hover {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a.menu1:hover {
	color: #C6E0FF;
}
a.menu2, a.menu2:visited, a.menu2:hover {
	color: #5D8DD8;
	text-decoration: none;
}
a.menu2:hover {
	color: #5BA6FF;
}

a.min1, a.min1:visited, a.min1:hover {
	font-size: 13px;
	color: #5D8DD8;
	text-decoration: none;
}
a.min1:hover {
	color: #004CAE;
}
a.min2, a.min2:visited, a.min2:hover {
	font-size: 13px;
	text-decoration: none;
}

a.red, a.red:visited, a.red:hover {

	color: #D6470D;
	font-size: 14px;
	text-decoration: none;
}
a.red:hover {
	color: #FF6800;
}


h1, h2 {
	font-size: 18px;
}
h2, h3 {
	color: #5D8DD8;
}
h3 {
	font-size: 16px;
}

hr {
	height: 1;
	color: #E2E2E2;
	background-color: #E2E2E2;
	border-style: none;
}
li.menu {
	list-style-image: url('misc_menu.gif');
	list-style-position: outside;
	margin: 0 0 0 15;
}
li.item {
	list-style-image: url('misc_item.gif');
	list-style-position: outside;
	margin: 0 0 5 20;
}

li.c1 {
	list-style-image: url('misc_item.gif');
	list-style-position: outside;
	margin: 0 0 3 32;
}
li.c2 {
	list-style-position: outside;
	margin: 0 0 0 50;
}
li.c3 {
	list-style-position: outside;
	list-style-type: circle;
	margin: 0 0 0 65;
}

li.cat1 {
	list-style-image: url('misc_menu.gif');
	list-style-position: outside;
	margin: 0 0 3 15;
	font-weight: bold;
}
li.cat2 {
	list-style-image: url('misc_item.gif');
	list-style-position: outside;
	margin: 0 0 3 32;
	font-weight: bold;
}
li.cat3 {
	list-style-position: outside;
	margin: 0 0 3 50;
}

.border {
	border-top: #E1E1E1 1px solid;
	border-left: #E1E1E1 1px solid;
	border-collapse: collapse;
}
.border td {
	border-right: #E1E1E1 1px solid;
	border-bottom: #E1E1E1 1px solid;
}
tr.sel td {
	background-color: white;
}

.main {
	background: #5D8DD8 url('bg_menu.gif');
	padding: 0 0 6 0;
	text-align: center;
}
.sub {
	padding: 10 10 10 20;
	height: 100%;
	vertical-align: top;
}

.mnu {
	position: absolute;
	visibility: hidden;
	top: 187;
}
.cat {
	border: solid 1px #5BA6FF;
	text-align: center;
	padding: 5;
	margin-top: 5;
	line-height: 13px;
}

.t_l, .t_c, .t_r {
	background-color: #5D8DD8;
	font-weight: bold;
	color: white;
}

.l, h1, h2, h3 {
	text-align: left;
}
.c, .t_c {
	text-align: center;
}
.r, .t_r {
	text-align: right;
}
.j {
	text-align: justify;
}
.t {
	vertical-align: top;
}