body {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}
h1{
	color: #993300;
}
h2{
	color: #993300;
}
h3{
	color: #993300;
	line-height: normal;
}
h4{
	color: #993300;
}
p {
	text-align: justify;
}
a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.sub_menu a:link, .sub_menu a:visited, .sub_menu a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

.sub_menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000CC;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

.box {
	text-align: left;
}
.box_size {
	width: 400px;
	text-align: left;
}

