p {
	color: black;
	font-size: 8pt;
	line-height: 150%;
	padding-right: 65px;
	padding-left: 0px;
}
bullets {
	color: gray;
	font-size: 8pt;
	line-height: 150%;
	padding-right: 25px;
	padding-left: 10px;
	list-style-type: disc;
	list-style-position: outside;
	opacity: 1;
}

crossheads {
	color: #f00;
	font: bold 12px verdana;
	padding-right: 10px;
}

captions {
	color: black;
	font: 10px verdana;
	vertical-align: middle;
	text-indent: 25px;
}

/* @group My Group */



/* @end */
	
#box{
	width: 930px;
	margin: 0 auto;
	padding: 0px;
	background-color: white;
	overflow: auto;
}
.rhcol{
	height: 420px;
	width: 150px;
	float: right;
	margin-top: 10px;
	background-color: white;
}
.nav{
	width: 930px;
	height: 65px;
	float: left;
	background: white url(../images/shadow.gif) repeat-x left top;
	padding-left: 0px;
	padding-right: 0px;
	vertical-align: middle;
}
.navleft{
	width:  300px;
	height: 65px;
	float: left;
	vertical-align: middle;
}
.navright{
	width:  309px;
	height: 65px;
	float: right;
	vertical-align: middle;
}
.smallbox{
	width: 150px;
	height: 100px;
	background: white;
}
.box1{
	width: 100%;
	height: 140px;
	background: white;
	float: left;
	overflow: hidden;
}
.footer{
	width: 890px;
	height: 20px;
	background: white;
	float: left;
	overflow: hidden;
	visibility: visible;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.mainpic{
	width: 250px;
	float: left;
	background: white url(../images/notelet.jpg) no-repeat;
	padding-right: 0px;
	padding-left: 70px;
	padding-top: 80px;
}
.mainpic2{
	width: 250px;
	float: left;
	background: white url(../images/about_notelet.jpg) no-repeat;
	padding-right: 0px;
	padding-left: 70px;
	padding-top: 80px;
	}
.mainpic3{
	width: 330px;
	float: left;
	background: white url(../images/products_notelet.jpg) no-repeat;
	padding-right: 0px;
	padding-left: 70px;
	padding-top: 0px;
	}
.mainpic4{
	width: 330px;
	float: left;
	background: white url(../images/contact_notelet.jpg) no-repeat;
	padding-right: 0px;
	padding-left: 70px;
	padding-top: 0px;
}
.textbox{
	text-align: left;
	color: #bfbfbf;
	font: 9pt/150% "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 530px;
	background-color: white;
	float: right;
	top: 215px;
	margin-top: 0px;
	overflow: auto;
}

/* My Comment */