html {
	min-height: 100%; 
	margin-bottom: 1px; 
}

body {
	font-family: helvetica, arial;
}

.but_off {
	float: left;
	height: 20px;
	text-align: left;
	padding: 0 5 0 0;
	margin: 0 5 0 5;
	border-width: 0 0 0 0;
	border-style: solid;
	border-color: #ffffff;
	background-colorX: #2f5b6a;
	background-color: #4892ce;
	font-family: helvetica, arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
}

.but_on {
	float: left;
	height: 20px;
	text-align: left;
	padding: 0 5 0 0;
	margin: 0 5 0 5;
	border-width: 5 0 0 0;
	border-style: solid;
	border-color: #ffffff;
	font-family: helvetica, arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
}

.but2_off {
	float: left;
	height: 15px;
	text-align: left;
	padding: 0 5 2 0;
	background-colorX: #2f5b6a;
	background-color: #4892ce;
	font-family: helvetica, arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
}

.but2_on {
	float: left;
	height: 15px;
	text-align: left;
	padding: 0 5 2 0;
	font-family: helvetica, arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
}

.but_col_0 {
	background-colorX: #2f5b6a;
	background-color: #4892ce;
}
.but_col_1 {
	background-colorX: #2f5b6a;
	background-color: #4ac447;
}
.but_col_2 {
	background-color: #f79100;
}
.but_col_3 {
	background-color: #a55acc;
}
.but_col_sub {
	background-color: #22cde1;
}


ul.ulsitemap {
	list-style: url('images/bullet_glass.gif');
}
