/* CSS Document */
html, body, p, img, td, tr, h1{
	margin:0;
	padding:0;
}
body{
	background-image:url(images/bg.gif);
}
p, font{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	margin-bottom:5px;
	color:#666666;
}
font.red01{
	color:#990000;
}
font.gray01{
	color:#666666;
}


a.Title:link, a.Title:visited {
	color:#033997;
	font-size		: 14px;
	line-height		: 18px;
	text-decoration:none;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
a.Title:hover {
	color:#4986f1;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}