.background {
	background-color: #000000;
}
.Banner {
	background-image:   url(../Images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.header {
	background-image: url(../Images/milltek_header.gif);
	bacground-repeat: no-repeat;
	background-repeat: no-repeat;
	background-position: center center;
}
/****************Container******************************/
.middle {
	backround-image: url(greybar.gif);
	background-repeat: repeat x;
	background-image: url(../Images/greybar.gif);
}
.left {
	background-image: url(../Images/left_curve.gif);
	background-repeat: no-repeat;
}
.right {
	background-image: url(../Images/right_curve.gif);
	background-repeat: no-repeat;
}
.contBg {
	background-image: url(../Images/brushed_.jpg);
	background-repeat: repeat;
	background-color: #333333;
	background-position: center center;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
/**************Container Ends*****************/

.SubHead    {
    font-family: tahoma;
    font-size: 10px;
    font-weight: bold;
    color: #B39681;
	padding: 0px;
}

/* links */
a.Normal:hover {
	color: #CCCC66;
	font-family: tahoma;
	font-weight: normal;
	font-size: 10px;
	text-decoration: underline;
}
a:link, a:visited {
	color: #CCCC66;
	font-family: tahoma;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}
a:hover {
	color: #CCCC66;
	font-family: tahoma;
	font-weight: bold;
	font-size: 10px;
	text-decoration: underline;
}
.Head {
	font-family: tahoma;
	font-size: 10px;
	color: #CCCC66;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.Normal {
	color: #000000;
	font-family: tahoma;
	font-weight: bold;
	font-size: 10px;
}
.Normal2 {
	color: #FFFFFF;
	font-family: tahoma;
	font-weight: bold;
	font-size: 10px;
}
.bullet1 {
	list-style-position: outside;
	color: #000000;
	font-family: tahoma;
	font-weight: bold;
	font-size: 10px;
	list-style-image: url(../Images/bullet1.gif);
}
.iframe {
background-image: url(../Images/brushed_.jpg);
background-repeat: repeat;
background-color: #333333;
background-position: center;
scrollbar-arrow-color: #cccc66;
scrollbar-base-color: #555555;
scrollbar-darkshadow-color: #555555;
scrollbar-track-color: #777777;
scrollbar-face-color: #555555;
scrollbar-shadow-color: #aaaaaa;
scrollbar-highlight-color: #666666;
scrollbar-3dlight-color: #666666;
}