@charset "utf-8";
/* CSS Document */
font-family: Times New Roman, Times, serif;
	font-size: medium;
}
a {
	font-size: small;
	color: #741819;
	font-weight: bold;
}
a:visited {
	color: #741819;
	text-decoration: none;
}
a:hover {
	color: #450E0E;
	text-decoration: underline;
}
a:active {
	color: #741819;
	text-decoration: none;
}
h1 {
	font-size: xx-large;
	color: #9c3042;
}
h2 {
	font-size: x-large;
	color: #9C3042;
}
h3 {
	font-size: large;
	color: #9C3042;
}
h4 {
	font-size: xx-large;
	color: #666;
}
h5 {
	font-size: x-large;
	color: #666;
}
h6 {
	font-size: large;
	color: #666;
}
a:link {
	text-decoration: none;
}
style1 {
	font-family: "Times New Roman", Times, serif;
	color: #000;
	font-size: small;
}
style2 {
	font-family: "Times New Roman", Times, serif;
	color: #000;
	font-size: small;
	font-style:italic;
}
