	body {
		text-align:center;
		font-family: Tahoma, Arial, Helvetica, Century Gothic,  Sans-serif;
		font-size: 12px;
		color: #000000;
		}
	
	h2{
		font-family: Tahoma, Arial, Helvetica, Century Gothic,  Sans-serif;
		font-size: 15px;
		color: #000066;
		font-weight:bold;
	}

	p{
		line-height:120%;
		font-family: Tahoma, Arial, Helvetica, Century Gothic,  Sans-serif;
	}

	p.hp{
		line-height:120%;
		font-family: Tahoma, Arial, Helvetica, Century Gothic,  Sans-serif;
		padding-left:10px;;
		padding-right:10px;
	}

	#frame {
		width:770px;
		margin-right:auto;
		margin-left:auto;
		margin-top:2px;
		padding:0px;
		text-align:left;
		}
		
	#nav {
		width:760px;
		padding:0px;
		float:left;
		background:#000066;
		border-top: 1px solid #000066;
		color: #ffffff;
		padding-top:3px;
		padding-bottom:3px;
		padding-left:10px;
		margin-bottom:5px;
		}

	#header {
		width:770px;
		margin-bottom:3px;
		padding:0px;
		margin-top:0px;
		}
	
	#content {
		width:750px;
		padding:0px;
		float:left;
		background:#eee;
		color: #000000;
		padding-top:5px;
		padding-bottom:20px;
		padding-left:10px;
		padding-right:10px;
		}

	#hp_content {
		width:770px;
		padding:0px;
		float:left;
		background:#eee;
		color: #000000;
		padding-bottom:5px;
		}
	
	#office {
		width:180px;
		padding:0px;
		float:left;
		color: #000000;
		height:85px;
		}
	
	#footer {
		width:770px;
		padding:0px;
		float:left;
		text-align:center;
		}

	#label{
		width:100px;
		float:left;
		}
	#value{
		width:400px;
		float:left;
		}

	#row{
		width:550px;
		height:30px;
		margin-left:40px;
	}


	#td_manufacturer{
		width:150px;
		float:left;
		}
	#td_products{
		width:320px;
		float:left;
		}
	#td_product_photo{
		width:200px;
		float:left;
		text-align:right;
		}

	#tr{
		width:670px;
		height:200px;
		margin-left:40px;
	}

	#tr_dark{
		width:670px;
		height:200px;
		background:#cccccc;
		margin-left:40px;
	}

	a.nav {
		color: #ffffff;
		text-decoration: none;
	}
			
	a.nav:link{
		color: #ffffff;
		text-decoration: none;
	}

	a.nav:active {
		color: #ffffff;
	}
			
	a.nav:visited {
		color: #ffffff;
	}
			
	a.nav:hover {
		color: #ffffff;
		text-decoration: underline;
	}

	.i200{
		width:200px;
	}
	.b200{
		width:200px;
	}
	.itext{
		width:400px;
		height:100px;
	}

	p.error{
		color:#ffffff;
		background:#ff0000;
		font-weight:bold;
	}

	p.good{
		color:#000000;
		background:#00ff00;
	}

	
	ul{
		margin-top:0px;
		margin-bottom:0px;
	}

	#dhtmltooltip{
	font-family: Arial, Helvetica, Tahoma, Verdana, Sans-serif;
	font-size: 12px;
	position: absolute;
	left: -300px;
	width: 155px;
	border: 1px solid black;
	padding: 2px;
	background-color: #ffffff;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	}
			
	#dhtmlpointer{
		position:absolute;
		left: -300px;
		z-index: 101;
		visibility: hidden;
	}



	*html #frame{
		margin-top:0px;
	}
	*html body{
		margin-top:5px;
	}