body,td,th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
	line-height:16px;
}
body {
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
}
a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b50008;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0072bc;
}
a:hover {
	text-decoration: none;
	color: #0072bc;
}
a:active {
	text-decoration: none;
	color: #b50008;
}
.txt_blue {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0072bc;
	text-decoration: none;
}
.txt_red {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b50008;
	text-decoration: none;
}

div{
padding-bottom:10px;
}
.line {
	background-attachment: scroll;
	background-image: url(../images/red_line.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}
.line_grey {
	background-attachment: scroll;
	background-image: url(../images/line_grey.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}