/* CSS Document */
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666666;
	padding: 8px;
}
.boxstyle {
	font-family: Arial, Helvetica, sans-serif;
	color: #AAC5E7;
	border-right-color: #666666;
	border-top-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
}
.hide {
display:none;
}
