@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.title_content {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 21px;
}
.content {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 16px;
}
a.red:link {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 15px;
	text-decoration:none;
}
a.red:hover {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 15px;
	cursor: hand;
	text-decoration:none;
}
a.red:active {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 15px;
	text-decoration:none;
}
a.red:visited {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 15px;
	text-decoration:none;
}
.background_menu_left {
background-image:url(images/background_grey_left.gif);
background-position:right;
background-repeat:repeat-y;
}