/* CSS Document */

.table_head{
	background-color:#460000;
	color:#FFFFFF;
}
.table_head a:link{
	color:#FFFFFF;
}
.table_head a:visited{
	color:#FFFFFF;
}
.table_head a:hover{
	color:#FF6600;
}
.table_head a:active{
	color:#FF6600;
}
.table_footer_page_no{
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.table_title{
	height:25px;
	margin-left:0px;
	color:#670002;
	font-weight:bold;
	font-size:12px;
	background-image:url(../images/content_h1_line.gif);
	background-position:80%;
	background-repeat:repeat-x;
}
.table_content_cursor{
	cursor:auto;
}