body {
	background-color: #E6E6E6;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: "MS PGothic", Osaka, Arial, sans-serif;
}
h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	margin: 0px;
	padding: 0px;
}
h3 {
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}

ul {
	padding: 0px;
	margin: 0px;
}
li {
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	list-style-type: none;
}

a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #9900FF;
	text-decoration: underline;
}
a:hover {
	color: #0099FF;
	text-decoration: none;
}
a:active {
	color: #0099FF;
	text-decoration: none;
}
#territory {
	background-color: #FFFFFF;
	width: 840px;
	border: 1px solid #BBBBBB;
	margin-left: 15px;
}
#header {
	padding: 0px;
	display: block;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #0000FF;
	width: 840px;
	margin: 0px;
}
#header li {
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-left: 15px;
	background-image: url(../img/right.gif);
	background-repeat: no-repeat;
	float: right;
	font-size: 12px;
}
#header a{
	color: #333333;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}
#navigation {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	width: 840px;
	height: 24px;
}
#navigation li {
	float: right;
	width: 139px;
	list-style-type: none;
	height: 24px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
#footer {
	clear: both;
	width: 820px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #0000FF;
	padding: 10px;
	height: 35px;
}
#footer #link {
	float: right;
	width: 644px;
}
#footer ul {
	float: right;
}
#footer li {
	padding-left: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	float: right;
	list-style-type: none;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 6px;
	padding-right: 8px;
}
#footer a{
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.red {
	color: #FF0000;
	font-weight: bold;
}
