@charset "UTF-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.img {
	border-style: none; 
    text-decoration: none; 
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.red_text {color: #FF0000}
.LG_bold_red {
	font-weight: bold;
	color: #FF0000;
	font-size: 36px;
}
.bold_red {
	font-weight: bold;
	color: #FF0000;
	font-size: None;
}
.comment {
	font-size: smaller;
}
.red_comment {
	font-size: smaller;
	color: #FF0000;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}

