/*** Brett Incorporated Limited ***/
body {
	margin-top: 10px;
	padding: 0px;
	background-color: #CDFAC6;
	}
	
#boxout {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	width: 760px;
	height: auto;
	border: 1px solid #000000;
	background-color: #ffffff;
	display: block;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	}
	
.sub_nav {
	margin: 0px;
	padding: 0px;
	width: 150px;
	text-align: left;
	}
	
.sub_nav ul {
	margin: 0px;
	padding: 0px;
	}

.sub_nav li {
	list-item: none;
	padding: 3px;
	}

.sub_nav a {
	width: 150px;
	font-family: Arial;
	font-size: 12px;
	color: #006600;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
	display: block;
	}

.sub_nav a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #000000;
	display: block;
	}
	
.scrollbox {
	margin: 20px 0px 10px 10px;
	padding: 0px;
	width: auto;
	height: 400px;
	overflow: auto;
	scrollbar-base-color: #ecdfcf;
	}
	
.scrollboxcontent {
	margin: 0px;
	padding: 0px;
	padding-right: 10px;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	line-height: 1.5;
	text-align: justify;
	}
	
.scrollboxcontent h2 {
	padding: 5px;
	width: auto;
	font-family: Arial;
	font-size: 16px;
	color: #000000;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #cccccc;
	}
	
.foot {
	margin: 0px;
	padding: 5px;
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	text-align: center;
	}
	
.foot a {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	}
	
.foot a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	}
	