@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial;
	font-size: 11px;
	background-color: #cccccc;
}

img {
	border: 0;
}

a.menu {
	display:block;
	width: 100%;
	height: 20px;
	background-color: #CCCCCC;
	text-decoration: none;
	vertical-align:bottom;
	color:#666666;
	padding-top: 4px;
	cursor: pointer;
	margin: 1px 0 1px 0;
	text-align: left;
	text-indent: 40px;
}

a.menu:hover {
	display:block;
	width: 100%;
	height: 20px;
	background-color: #660000;
	text-decoration: none;
	vertical-align:bottom;
	color: #FFFFFF;
	padding-top: 4px;
	cursor: pointer;
	margin: 1px 0 1px 0;
	text-align: left;
	text-indent: 40px;
}

a.menu_2 {
	display:block;
	width: 100%;
	height: 18px;
	background-color: #DDDDDD;
	text-decoration: none;
	vertical-align:bottom;
	color:#666666;
	padding-top: 2px;
	cursor: pointer;
	margin: 1px 0 1px 0;
	font-size: 10px;
	text-align: left;
	text-indent: 60px;
	font-weight: bold;
}

a.menu_2:hover {
	display:block;
	width: 100%;
	height: 18px;
	background-color: #993333;
	text-decoration: none;
	vertical-align:bottom;
	color: #FFFFFF;
	padding-top: 2px;
	cursor: pointer;
	margin: 1px 0 1px 0;
	font-size: 10px;
	text-align: left;
	text-indent: 60px;
}

h1{
	font-size: 12px;
}

li {
	list-style-type: none;
	color: #333;
}

p {
	text-align: justify;
	text-indent: 5px;
	color: #333;

}