/* CSS Document */
* {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body, input, select, textarea {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}
body {
	background-image: url(images/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}
table {
	border-collapse: collapse;
}
table td, form {
	padding: 0;
	margin: 0;
}
img, table {
	border: 0px;
}
.main {
	background-color: #FFFFFF;
	height: 100%;
}
.menu_table {
	height: 29px;
	width: 760px;
	position: absolute;
	top: 174px;
}
.menu_item {
	height: 29px;
	padding: 0 6px 0 6px;
	text-align: center;
	vertical-align: middle;
}
.menu {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Tahoma, Helvetica, sans-serif;

}
.name {
	font-size: 12px;
}
.copy_l {
	background-color: #0051BA;
	width: 263px;
	vertical-align: middle;
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
}
.copy_r {
	background-color: #B3C5EB;
	width: 250px;
}
.light_sep {
	height: 5px;
	background-color: #B3C5EB;
}
.dark_sep {
	height: 3px;
	background-color: #0051BA;
}
.cat {
	background-color: #B3C5EB;
	padding: 1px 2px 1px 16px;
	text-align: left;
}
.list {
	background-color: #0051BA;
	padding: 0px 2px 0px 16px;
	text-align: left;
}
.current {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.item {
	color: #0051BA;
	font-weight: bold;
	text-decoration: none;
}
.prod {
	color: #B3C5EB;
	font-weight: bold;
	text-decoration: none;
}
.ttl {
	background-image: url(images/bg_ttl.gif);
	color: #0051BA;
	height: 29px;
	padding-left: 34px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
}
.big {
	color: #0051BA;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.med {
	color: #0051BA;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.field {
	border-bottom: 1px solid #0051BA;
	border-left: 1px solid #B3C5EB;
	border-right: 1px solid #0051BA;
	border-top: 1px solid #B3C5EB;
	width: 100%;
	margin: 2px 0 2px 0;
}
.lnk {
	color: #0051BA;
}
