.main_table {
	border: 1px solid #CCCCCC;
}
a.menu1:visited {
	color: #0E00C1;
	text-decoration: underline;
}
.table_prim {
	border: 1px dashed #666666;
}
a.menu1:link {
	color: #0E00C1;
	text-decoration: underline;
}
a.menu1:hover {
	
	color: #FE601B;
	text-decoration: none;
}.line {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}
.line_up {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.text_top {
	font-family: "Arial Bold", Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
}
.text_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
.bg {
	background-attachment: fixed;
	background-image: url(images/venz_down.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.bg_top {
	background-attachment: fixed;
	background-image: url(images/venz_up3.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.bg_left {
	background-image: url(images/v_left_bg.gif);
	background-repeat: repeat-y;
}

