body {
	background-image: url(pix/bg.jpg);
	background-repeat: repeat-x;
}
.links_left_corner {
	background-image: url(pix/links_left_corner.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.links2_left_corner {
	background-image: url(pix/links2_left_corner.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.links_right_corner {
	background-image: url(pix/links_right_corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.links2_right_corner {
	background-image: url(pix/links2_right_corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.links_middle {
	background-image: url(pix/links_middle.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.links2_middle {
	background-image: url(pix/links2_middle.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.down_table_bg {
	background-image: url(pix/down_table_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;

}
.down_table_bottom {
	background-image: url(pix/down_table_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #000000;
}
.links_nopadding {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.links_noactive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
		color: #666666;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #999999;
}
.text_12_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.text_11{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.text_10{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(pix/heading_bg.gif);
	background-repeat: repeat-x;
	background-position: left;
}
.text_13_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.text_13{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.line_under {
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #575757;
}
