.left-align {
	list-style-type: none;
	padding-left: 0;
	text-align: left;
	font-size: 16px;
	font-family: "Times New Roman";
}

#placeOrderButton {
    height: 40px; /* Set the desired height */
    width: 100%; /* Set the desired width */
    margin: 5px; /* Optional: add some margin for spacing between elements */
}
.placeOrderButton {
	height: 40px; /* Set the desired height */
	width: 100%; /* Set the desired width */
	margin: 5px; /* Optional: add some margin for spacing between elements */
}
#Back {
    height: 40px; /* Set the desired height */
    width: 100%; /* Set the desired width */
    margin: 5px; /* Optional: add some margin for spacing between elements */
}
.Back {
	height: 40px; /* Set the desired height */
	width: 100%; /* Set the desired width */
	margin: 5px; /* Optional: add some margin for spacing between elements */
}
#continueShoppingButton {
    height: 40px; /* Set the desired height */
    width: 100%; /* Set the desired width */
    margin: 5px; /* Optional: add some margin for spacing between elements */
}
.continueShoppingButton {
	height: 40px; /* Set the desired height */
	width: 100%; /* Set the desired width */
	margin: 5px; /* Optional: add some margin for spacing between elements */
}
.remove-link {
    text-decoration: underline;
    color: #0055DE; /* Optional: Change the color if needed */
	/* font-family: "Times New Roman", Times, serif;*/
	font-size: 14px;
    cursor: pointer;
}
.remove-link a:link {
    color: #0055DE;
    text-decoration: none;
    font-family: "Times New Roman";
}
.remove-link a:visited {
	color: #0055DE;
	text-decoration: none;
    font-family: "Times New Roman";
}
.remove-link a:active {
	color: #0055DE;
	text-decoration: none;
    font-family: "Times New Roman";
}
.remove-link a:hover {
    color: #0055DE;
    text-decoration: none;
    font-family: "Times New Roman";
}

/* Responsive Design */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.container {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}

.product-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.product-item {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    flex: 1 1 calc(50% - 30px); /* Adjust width based on screen size */
    box-sizing: border-box;
}

.product-item img {
    width: 100%;
    height: auto;
    display: block;
}

.product-details {
    padding: 15px;
}

@media (max-width: 768px) {
    .product-item {
        flex: 1 1 calc(100% - 30px); /* Full width on smaller screens */
    }
}

.contactus {
	color: #000;
	font-family: "Brush Script Std";
	font-size: 24px;
	text-align: left;
	padding-right: 50px;
	padding-left: 50px;
}
.contactus2 {
	color: #000;
	font-family: "Times New Roman";
	font-size: 18px;
	text-align: left;
	padding-right: 50px;
	padding-left: 50px;
}
.ComingSoon {
    color: #000;
    font-family: "Brush Script Std";
    font-size: 24px;
    text-align: center;
}
.favorite {
    font-family: Arial;
    background-color: #FFF;
    background-image: url(images/favorite3.fw.png);
    height: 20px;
    width: 20px;
    font-weight: bolder;
    background-repeat: no-repeat;
}
.favorite-button {
    height: 40px; /* Set the desired height */
    width: 100%; /* Set the desired width */
    margin: 5px; /* Optional: add some margin for spacing between elements */
}
.HeadTraceysFashion {
    font-size: 14px;
    font-family: Algerian;
    color: #000;
    text-align: center;
}
.HeadTraceysFashionBig {
    font-size: 36px;
    font-family: Algerian;
    color: #000;
    text-align: center;
}
.HeadTraceysFashionBar {
    color: #000;
    font-family: "Times New Roman", Times, serif;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
}
.HeadTraceysFashionBar a:link {
    color: #000;
	font-family: "Times New Roman", Times, serif;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
}
.HeadTraceysFashionBar a:visited {
    color: #000;
	font-family: "Times New Roman", Times, serif;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
}
.HeadTraceysFashionBar a:active {
    color: #0F0;
	font-family: "Times New Roman", Times, serif;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
}
.HeadTraceysFashionBar a:hover {
    color: #e74c3c;
	font-family: "Times New Roman", Times, serif;
    font-size: 18px;
    text-align: center;

    text-decoration: none;
}
.HowToChooseASize3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: justify;
	color: #000;
}
.indexLoginIconTable {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: justify;
	color: #000;
}
.productsIntroduce {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: justify;
}
.TFproductsIntroduce {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: center;
}
.productFavorite-size  {
    height: 40px; /* Set the same height */
    width: 150px; /* Set the same width */
    margin: 1px; /* Optional: add some margin for spacing between elements */    
    padding: 5px;
    box-sizing: border-box; /* Ensure padding and border are included in the element's total width and height */
    font-size: 16px; /* Set the same font size for consistency */
    border: 1px solid #ccc; /* Add a border */
    border-radius: 4px; /* Add some border-radius for a nicer look */
}
.productFavorite-quantity {
    height: 40px; /* Set the same height */
    width: 150px; /* Set the same width */
    margin: 1px; /* Optional: add some margin for spacing between elements */    
    padding: 5px;
    box-sizing: border-box; /* Ensure padding and border are included in the element's total width and height */
    font-size: 16px; /* Set the same font size for consistency */
    border: 1px solid #ccc; /* Add a border */
    border-radius: 4px; /* Add some border-radius for a nicer look */
}

/* Styling the label for Height */
label{
	height: 20px;          /* Set the height (you can adjust this value as needed) */
	font-size: 14px;       /* Set the font size */
	/* font-style: italic;    /* Set the font style (e.g., italic, normal, etc.) */
	line-height: 30px;     /* Align text vertically if needed (adjust based on height) */
	bottom: 2px;    /* font-weight: bold;     /* Set the font weight (e.g., bold, normal, etc.) */
	margin-bottom: 2px;    /* display: block;        /* Ensure it behaves as a block element */
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
}

.product-size {
    height: 40px; /* Set the desired height */
    width: 100%; /* Set the desired width */
    margin: 5px; /* Optional: add some margin for spacing between elements */
    padding: 2px; /* Adjust padding as needed */
    box-sizing: border-box; /* Ensure padding and border are included in the element's total width and height */
    font-size: 16px; /* Set the same font size for consistency */
    border: 1px solid #ccc; /* Add a border */
    border-radius: 4px; /* Add some border-radius for a nicer look */    
}
.product-quantity {
    height: 40px; /* Set the desired height */
    width: 100%; /* Set the desired width */
    margin: 5px; /* Optional: add some margin for spacing between elements */
    padding: 2px; /* Adjust padding as needed */
    box-sizing: border-box; /* Ensure padding and border are included in the element's total width and height */
    font-size: 16px; /* Set the same font size for consistency */
    border: 1px solid #ccc; /* Add a border */
    border-radius: 4px; /* Add some border-radius for a nicer look */    
}

.product-main-Shoulder-To-Shoulder {
    height: 40px; /* Set the desired height */
    width: 100%; /* Set the desired width */
    margin: 5px; /* Optional: add some margin for spacing between elements */
    padding: 2px; /* Adjust padding as needed */
    box-sizing: border-box; /* Ensure padding and border are included in the element's total width and height */
    font-size: 16px; /* Set the same font size for consistency */
    border: 1px solid #ccc; /* Add a border */
    border-radius: 4px; /* Add some border-radius for a nicer look */    
}
.product-main-Nipple-To-Nipple {
    height: 40px; /* Set the desired height */
    width: 100%; /* Set the desired width */
    margin: 5px; /* Optional: add some margin for spacing between elements */
    padding: 2px; /* Adjust padding as needed */
    box-sizing: border-box; /* Ensure padding and border are included in the element's total width and height */
    font-size: 16px; /* Set the same font size for consistency */
    border: 1px solid #ccc; /* Add a border */
    border-radius: 4px; /* Add some border-radius for a nicer look */    
}
.product-main-Full-Bust {
    height: 40px; /* Set the desired height */
    width: 100%; /* Set the desired width */
    margin: 5px; /* Optional: add some margin for spacing between elements */
    padding: 2px; /* Adjust padding as needed */
    box-sizing: border-box; /* Ensure padding and border are included in the element's total width and height */
    font-size: 16px; /* Set the same font size for consistency */
    border: 1px solid #ccc; /* Add a border */
    border-radius: 4px; /* Add some border-radius for a nicer look */    
}
.product-main-Waist {
    height: 40px; /* Set the desired height */
    width: 100%; /* Set the desired width */
    margin: 5px; /* Optional: add some margin for spacing between elements */
    padding: 2px; /* Adjust padding as needed */
    box-sizing: border-box; /* Ensure padding and border are included in the element's total width and height */
    font-size: 16px; /* Set the same font size for consistency */
    border: 1px solid #ccc; /* Add a border */
    border-radius: 4px; /* Add some border-radius for a nicer look */    
}
.product-main-Hips {
    height: 40px; /* Set the desired height */
    width: 100%; /* Set the desired width */
    margin: 5px; /* Optional: add some margin for spacing between elements */
    padding: 2px; /* Adjust padding as needed */
    box-sizing: border-box; /* Ensure padding and border are included in the element's total width and height */
    font-size: 16px; /* Set the same font size for consistency */
    border: 1px solid #ccc; /* Add a border */
    border-radius: 4px; /* Add some border-radius for a nicer look */    
}
.product-main-Sleeve-Length {
    height: 40px; /* Set the desired height */
    width: 100%; /* Set the desired width */
    margin: 5px; /* Optional: add some margin for spacing between elements */
    padding: 2px; /* Adjust padding as needed */
    box-sizing: border-box; /* Ensure padding and border are included in the element's total width and height */
    font-size: 16px; /* Set the same font size for consistency */
    border: 1px solid #ccc; /* Add a border */
    border-radius: 4px; /* Add some border-radius for a nicer look */    
}
.product-main-Bicep {
    height: 40px; /* Set the desired height */
    width: 100%; /* Set the desired width */
    margin: 5px; /* Optional: add some margin for spacing between elements */
    padding: 2px; /* Adjust padding as needed */
    box-sizing: border-box; /* Ensure padding and border are included in the element's total width and height */
    font-size: 16px; /* Set the same font size for consistency */
    border: 1px solid #ccc; /* Add a border */
    border-radius: 4px; /* Add some border-radius for a nicer look */    
}
.product-main-Arms-Eye {
    height: 40px; /* Set the desired height */
    width: 100%; /* Set the desired width */
    margin: 5px; /* Optional: add some margin for spacing between elements */
    padding: 2px; /* Adjust padding as needed */
    box-sizing: border-box; /* Ensure padding and border are included in the element's total width and height */
    font-size: 16px; /* Set the same font size for consistency */
    border: 1px solid #ccc; /* Add a border */
    border-radius: 4px; /* Add some border-radius for a nicer look */    
}
.product-main-Hollow-To-Floor {
    height: 40px; /* Set the desired height */
    width: 100%; /* Set the desired width */
    margin: 5px; /* Optional: add some margin for spacing between elements */
    padding: 2px; /* Adjust padding as needed */
    box-sizing: border-box; /* Ensure padding and border are included in the element's total width and height */
    font-size: 16px; /* Set the same font size for consistency */
    border: 1px solid #ccc; /* Add a border */
    border-radius: 4px; /* Add some border-radius for a nicer look */    
}
.product-main-Height {
    height: 40px; /* Set the desired height */
    width: 100%; /* Set the desired width */
    margin: 5px; /* Optional: add some margin for spacing between elements */
    padding: 2px; /* Adjust padding as needed */
    box-sizing: border-box; /* Ensure padding and border are included in the element's total width and height */
    font-size: 16px; /* Set the same font size for consistency */
    border: 1px solid #ccc; /* Add a border */
    border-radius: 4px; /* Add some border-radius for a nicer look */    
}



.add-to-cart {
    height: 40px; /* Set the desired height */
    width: 150px; /* Set the desired width */
    margin: 5px; /* Optional: add some margin for spacing between elements */
}
.add-to-cart-button {
    height: 40px; /* Set the desired height */
    width: 100%; /* Set the desired width */
    margin: 5px; /* Optional: add some margin for spacing between elements */
}
.remove_item {
    height: 40px; /* Set the desired height */
    width: 150; /* Set the desired width */
    margin: 5px; /* Optional: add some margin for spacing between elements */
}
#checkout-button {
    height: 40px; /* Set the desired height */
    width: 100%; /* Set the desired width */
    margin: 5px; /* Optional: add some margin for spacing between elements */
}
.checkout-button {
	height: 40px; /* Set the desired height */
	width: 100%; /* Set the desired width */
	margin: 5px; /* Optional: add some margin for spacing between elements */
}
.uniform-element {
    height: 40px; /* Set the desired height */
    width: 500px; /* Set the desired width */
    margin: 5px; /* Optional: add some margin for spacing between elements */
}
.uniform-element select,
.uniform-element input {
    display: inline-block;
    height: 100%;
    width: 100%;
    padding: 5px; /* Adjust padding as needed */
    box-sizing: border-box;
}
.uniform-element button {
    display: inline-block;
    height: 100%;
    width: 100%;
    padding: 5px; /* Adjust padding as needed */
    box-sizing: border-box;
}
.menubartf {
    font-family: Arial;
    background-color: #FFF;
    font-weight: bolder;
    background-repeat: repeat;
}
.menubartf a:link {
	font-weight: bold;
    color: #000000;
    text-decoration: none;
    font-family: Arial;
    font-size: 14px;
	text-align: center;
}
.menubartf a:hover {
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	text-align: center;
}
.menubartf a:active {
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	text-align: center;
}
.menubartf a:visited {
	font-weight: bolder;
	color: #000000;
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
    text-align: center;
}
.menubartraceysfashion {
    font-family: Arial;
    background-color: #FFF;
    background-image: url(/menubartut1a.gif);
    font-weight: bolder;
    background-repeat: repeat;
}
.user a:link {
	color: #e74c3c;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.user a:hover {
	font-weight: bolder;
	color: #e74c3c;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
.user a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #0F0;
	text-decoration: none;
}
.user a:visited {
	color: #00F;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-decoration: none;
}
.style1 {color: #FFFFFF;
	font-weight: bold;
}
.style2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #e74c3c;
	text-decoration: none;
}
.style3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.style4 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	font-family: "Times New Roman", Times, serif;
}
.style5 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
	color: #000;
}
.style6 {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	text-decoration: none;
	font-weight: bolder;
}
.style7 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
.style8 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 36pt;
	color: #000;
}
.style9 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
}
.style10 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.style11 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.style11 a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.style11 a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.style11 a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.style11 a:visited {
    font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
    text-decoration: none;
}
.style12 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.style211 {
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    font-family: Arial;
}
.stylegreenbutton {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #000;
	border-bottom-color: #000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #990;
	display: block;
}
.style18 {font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
}
.style21 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.style24 {font-size: 24px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #990000;
}
.style30 {font-family: "Times New Roman", Times, serif; font-weight: bold; font-size: 14px; }
.style36 {font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
.style351 {color: #990000;
	font-weight: bold;
}
.styleProduct {
    font-size: 18px;
    font-weight: normal;
    color: #000000;
    font-family: "Times New Roman";
    text-decoration: none;
}
.styleProductLine {
    font-size: 20px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    font-family: "Times New Roman";
}
.styleSubProduct {
    font-weight: normal;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    font-family: "Times New Roman";
}
#shopping-cart-container {
	position: relative;
	display: inline-block;
	width: 20px;
	right: 20px;
	margin-right: 10px;
	margin-top: 10px;
}
#shopping-cart-icon {
    width: 20px;
}
#cart-count {
    position: absolute;
    top: -13px;
    right: -12px;
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px; /* Adjust width to make it oval */
    height: 20px; /* Adjust height to make it oval */
}

#TF_top_bar_logo {
	position: relative;
	display: block;
	width: 434px;
	justify-content: center;
	align-items: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.userZoneMenu {
	position: relative;
	margin-right: 0px;
	right: auto;
}

.userAdminMenu {
	position: relative;
	display: inline-block;
	width: 250px;
	right: 10px;
	margin-right: 0px;
	margin-top: 0px;	
}
.Sign-in {
	position: relative;
	width: 80px;
	right: 105px;	
}
.Sign-out {
	position: relative;
	width: 80px;
}
.Register {
	position: relative;
	width: 80px;
	right: 25px;
}

#login-button table, #register-button table, #logout-button table {
    margin: 0;
    padding: 0;
}
#login-button td, #register-button td, #logout-button td {
    vertical-align: middle;
    font-size: 14px;
    font-family: "Times New Roman";
}
.HeadTUTnew {
	font-size: 34pt;
	font-family: "Brush Script Std";
	color: #000;
	text-align: center;
}
.HeadInc {
	color: #000;
	font-family: "Brush Script Std";
	font-size: 18pt;
	text-align: center;
}
.HeadTUT {
	color: #000;
	text-align: center;
	font-family: "Brush Script Std";
	font-size: 36pt;
}
.HeadIndustries {
	color: #000;
	font-family: "Brush Script Std";
	font-size: 18pt;
}
.HeadTUTred {
	font-weight: bolder;
	color: #e74c3c;
	text-decoration: none;
	font-family: "Brush Script Std";
	font-size: 36px;
	text-align: center;
}
.HeadIndustriesred {
	font-weight: bolder;
	color: #e74c3c;
	text-decoration: none;
	font-family: "Brush Script Std";
	font-size: 18px;
	text-align: center;
}
a:link {
    color: #000;
    text-decoration: none;
    font-family: "Times New Roman";
}
a:visited {
	color: #000;
	text-decoration: none;
    font-family: "Times New Roman";
}
a:active {
	color: #0F0;
	text-decoration: none;
    font-family: "Times New Roman";
}
a:hover {
    color: #e74c3c;
    text-decoration: none;
    font-family: "Times New Roman";
}
.ftbottom {
	background: url(images/tangdaishinv.jpg);
}
.ftprodbody {
	background: #efe6c0 url(images/HealthBenefits2.png) no-repeat;
	height: 560px;
	width: 760px;
	font-family: Arial;
	font-size: 18px;
}
.shutoutu {
	background: url(images/shutou.jpg);
	height: 560px;
	width: 294px;
}
.ftprodbody1 {
	background: #efe6c0;
}
.Philosophyhead {
	color: #000;
	text-align: justify;
	font-size: 26pt;
	font-family: Amienne;
	font-weight: bold;
}
.philosophybody {
	font: 26pt Amienne;
	color: #000;
	text-align: justify;
}
.Head2 {
	background: url(images/shuzi.jpg);
}
.shuzi2 {
	background: url(images/shuzihome.jpg);
}
.shutoutu2 {
	background: url(images/shutou2.jpg);
}
.head2a {
	font: 18pt "Brush Script Std";
}
.menubarft {
	background-image: url(images/mugun.gif);
}
.healthybenefitshead {
	font: bold normal 11pt "Arial Black", Gadget, sans-serif;
	color: #000;
}
.head2index {
	background: url(images/shutoutop.jpg);
}
.healthybenefitsbody {
	font: normal 10.5pt Arial, Helvetica, sans-serif;
	text-align: justify;
}
.menubarmugun {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.Combmenu {
	position: relative;
	left: 1%;
	top: 1%;
}
.DisplayRecordCount {
	font-weight: bold;
}
.indexhomepic {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #900;
	text-align: center;
	font-weight: bold;
	font-style: normal;
}
.contractconsultingservices1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.contractconsultingservices2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #000;
}
.contractconsultingservices3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: justify;
	color: #000;
}
.contractconsultingservices4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	color: #000;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
}
.contractconsultingservices5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	text-align: justify;
	font-weight: bold;
	font-style: italic;
}
.menubartut {
    font-family: "Times New Roman", Times, serif;
    background-color: #FFF;
    background-image: url(/menubartut1a.gif);
    font-weight: bolder;
    background-repeat: repeat;
}
.menubartut a:link {
	text-decoration: none;
}
.menubartut a:hover {
	text-decoration: none;
}
.menubartut a:active {
	text-decoration: none;
}
.menubartut a:visited {
    text-decoration: none;
    text-align: center;
}
.fasteners {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bolder;
	color: #000;
	text-align: center;
}
.fasteners2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #000;
}
.fasteners3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: center;
	color: #000;
}
.indexhome {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	color: #000;
	text-align: justify;
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;
}
.indexhomeTF {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	color: #000;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;
}
.contractconsultingservices6 {
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	text-align: justify;
	font-weight: bold;
}
.errors {
	font-size: 14px;
	color: #e74c3c;
}
.indexhometableimg {
	background-image: url(/world4.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
.indexhometableimgWhole {
	background-image: url(/worldWhole.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
.neoevvideo {
	font-weight: bolder;
	color: #e74c3c;
	text-decoration: none;
	font-family: "Brush Script Std";
	font-size: 36px;
	text-align: center;
}
