@charset "utf-8";
/* CSS Document */

.indexbutton {
	font-size: 80%;
	background-color: #E8E8E8;
}
.indexbutton p {
	border-width: 2px;
	border-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #82A9DB;
	border-left-color: #82A9DB;
	PADDING:3px;
	margin-bottom: 1px;
	margin-top: 5px;
}
.indexbutton li {
	border-width: 2px;
	border-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #82A9DB;
	border-left-color: #82A9DB;
	PADDING:1px;
	margin-bottom: 2px;
	margin-top: 5px;
	list-style-type: none;
}

.indexbutton a {
	text-decoration:none;
	color: #000000
}

.indexbutton a:hover {
	color: #000000;
	text-decoration: NONE;
	background-color: #FFFFFF;
}

.box {
	border: medium groove #5f858d;
	margin: 0px;
	padding: 5px;
	clear: both;
	float: right;
}
.alt-box {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:85%;
    margin: 5px;
    padding: 5px;
    border:dotted thin #5f858d;
}
.alt-box  p li{
}
.right-side-box {
	border: medium groove #5f858d;
	margin: 0px;
	padding: 5px;
	clear: both;
	float: right;
	width: 33%;
	background-color: #ebecec;
}

