		body {
			margin-top:0px;
			margin-left:0;
			margin-right:0;
			margin-bottom:30px;
			background-color:white;
			background-repeat:repeat-x;
			color:#333333;
		}
		body a {
			color:blue;
			font-family:Tahoma;
		}
		h1 {
			font-size:22px;
		}
		.index {
			background-color:#eeeeee;
			border:1px solid #bbbbbb;
			padding:15px;
			text-align:left;
			width:95%;
			color:#333333;
			font-size:12px;
			line-height:20px;
			font-family:arial;
		}
		.header1{ 
			background-image:url("../images/hbg.jpg");
			background-color:#A60002; 
			color:white; 
			font-size:12px; 
			font-family:Tahoma; 
			text-align:left;
			padding:15px;
		}
		.header1 b { 
			font-size:36px; 
			font-family:Arial;
		}
		.header2{ 
			padding:7px;
			background-color:#2B2B2B;
			text-align:left;
			color:white;
			font-size:14px;
			background-image:url("../images/mbg.gif");
		}
		.header2 a {
			color:white;
			font-size:12px;
			font-family:Arial;//Times New Roman;
			text-decoration:none;
			padding-right:10px;
			padding-left:10px;

		}
		.header2 a:hover {
			color:yellow;
		}
		.main { 
			width:100%; 
			background-color:white;
			font-family:Tahoma;
		}
		.pro_thumb { 
			display:inline; 
			margin-right:20px; 
			margin-bottom:20px; 
			height:210px;
			width:200px;
			border-bottom:1px dotted #cccccc;
			border-right:1px dotted #cccccc;
		}
		.pro_td { 
			font-family:verdana; 
			font-size:10px; 
			color:#777777; 
			padding:10px; 
			white-space: normal;
			overflow:auto;

		}
		.pro_td b { 
			color:#444444; 
			font-size:15px;
		}
		.pro_td a { 
			color:blue; 
			font-family:Tahoma;
			font-size:13px; 
			text-decoration:none;
		}
		.pro_td a:hover { color:#666666; }
		.pro_img { 
			display:block;
			border:5px solid #eeeeee;
			margin-bottom:10px;
		}
		.footer {
			color:#333333;
			font-family:Tahoma;
			font-size:12px;
			padding:15px;
			text-align:center;
			background-color:#eeeeee;
			border:1px solid #dddddd;
		}
		.footer a {
			color:gray;
		}
		.contact_mini {
			top:120px;
			left:220px;
			position:absolute;
			background-color:#ffffff;
			border-left:1px solid #bbbbbb;
			border-top:1px solid #bbbbbb;
			border-right:5px solid #bbbbbb;
			border-bottom:5px solid #bbbbbb;
			padding:15px;
			text-align:left;
			z-index:100;
			color:black;
			font-size:12px;
		}
		.contact_mini a {
			color:blue;
			text-decoration:underline;
		}
		.dltd {
			font-size:12px;
			font-family:Arial;
			border-bottom:2px solid white;
			background-color:#F5F5F5;
			height:45px;
		}
		input[type=submit],input[type=button] {
			border-top:2px solid #7B91B2;
			border-left:2px solid #7B91B2;
			border-right:2px solid #526177;
			border-bottom:2px solid #526177;
			font-family:Arial;
			font-size:13px;
			color:black;
			height:25px;
			background-image:url("../images/btnbg.jpg");

		}		
		
