/*support aka download page */

td.td_content_support {
		background-image:url('_images/download_page_bg.gif');
		background-repeat:repeat-x;
		background-color:#B3BAC5;
}

table.support_stuff {
	width:100%;
	border-width:1px;
	border-color;#fff456;
}

td.top_graphic {
	width:920px;
	height:181px;
	background-image:url('_images/dwnld_top_graphic.jpg');
}

table.files_list {
	font-size:11px;
	font-family:verdana;
	width:600px;
	border:10px;
	border-color:#ecab13;
}
table.files_list tr.file_header {
		background-image:url('_images/support_file_header.gif');
		background-repeat:repeat-y;
		height:10px;
}
td.file_icon{
	width:200px;
}

td.file_caption {
	font-size:11px;
	font-family:verdana;
	font-weight:bold;
}
td.file_name {
	font-size:11px;
	font-family:verdana;
	font-weight:bold;
	align;center;
}
td.file_description {
	font-size:11px;
	font-family:verdana;
	font-weight:normal;
}

