
/* Body Settings */
body { 
	font-family : Arial, Verdana, Sans-Serif; 
	color : #000000; 
	font-size : 12px; 	
}
/* Table Settings */
td { 
	font-family : Arial, Verdana, Sans-Serif; 
	color : #000000; 
	font-size : 12px; 
}
H1 { 
	font-family : Arial, Verdana, Sans-Serif; 
	color : #000000; 
	font-size : 14px; 
}
/* Link Settings */
a { 
	font-family : Arial, Verdana, Sans-Serif; 
	color : #000000; 
	font-size : 12px; 
        text-decoration : underline; 
}
/* Link Hover Settings */
a:hover { 
	font-family : Arial, Verdana, Sans-Serif; 
	color : #917D51; 
	font-size : 12px; 
	text-decoration : underline; 
}
/* Navigation Links */
.nav { 
	font-family : Arial, Verdana, Sans-Serif; 
	font-size : 12px; 
	font-weight : bold; 
	text-decoration : none; 
	color: #FFFFFF; 
}
.nav:hover { 
	font-family : Arial, Verdana, Sans-Serif; 
	font-size : 12px; 
	font-weight : bold; 
	text-decoration : none; 
	color: #FFFFFF; 
}

/* footer text links */
.footer
	{
	font-family : Verdana, Arial, sans-serif;
	font-style : normal;
	font-size : 9px;
	font-weight : normal;
	color: #917D51;
        text-decoration : none;
	}
	
.footer:hover
	{
	font-family : Verdana, Arial, sans-serif;
	font-style : normal;
	font-size : 9px;
	font-weight : normal;
	color: #917D51;
        text-decoration : underline;
	}
/* Input Box Settings */
.input_box { 
	border: 1 solid #000000; 
	background-color: FFFFFF; 
	color: #000000; 
	font-family: Arial, Verdana, Sans-Serif; 
	font-size: 12px; 
	line-height: 13px; 
	font-weight: normal; 
}
/* Submit Button Settings */
.submit_button { 
	font-size : xx-small; 
	font-family : Arial, Verdana, Sans-Serif; 
	background-color : #CCCCCC; 
	color : #000000; 
	font-weight : bold; 
	border-width : thin; 
}
.TopNav {
	background: #6E5D31;
	color: #FFFFFF;
	font-weight : bold;
}
TD.TopNav {
	font-size: 12px;
	font-weight: bold;
	background: #6E5D31;
	color: #FFFFFF;
}
.SideTable {
	background: #FFFFFF;
	border-color: #6E5D31;
	border-style: solid;
	border-width: 1px;
}
TD.SideTableHeading {
	font-size: 12px;
	font-weight: bold;
	background: #6E5D31;
	color: #FFFFFF;
}
.CenterTable {
	background: #FFFFFF;
	border-color: #6E5D31;
	border-style: solid;
	border-width: 1px;
}
.CenterTableItems {
	border-color: #6E5D31;
	border-style: solid;
	border-width: 1px;
}
.ErrorTable {
	background: #FFFFFF;
	border-color: #FF0000;
	border-style: solid;
	border-width: 1px;
}
.Required {
	color: #FF0000;
}
.HeadingFont {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
.header {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
        align: center;

}
.OurPrice {
	background: #FFFFFF;
}
TD.ErrorMain {
	font-size: 10px;
	font-weight: bold;
}
TD.CenterTableHeading {
	font-size: 12px;
	font-weight: bold;
	background: #917D51;
	color: #FFFFFF;
}
.CartContents {
	font-size: 11px;
	text-decoration : none;
}
.CartContents:hover { 
	font-size : 11px; 
	text-decoration : underline; 
}
.PagesAlign {
	text-align: justify;
	line-height: 20px;
}
.HR1 {
	padding: 0px; 
	margin-top: 8px; 
	margin-bottom: 8px; 
	height: 1px; 
	border-style: none; 
	border-color: '#6E5D31'; 
	color: '#6E5D31'; 
}
/* You will not need to change below */
.small, .small:hover { font-family: Arial, Verdana, Sans-Serif; color: #333333; font-size: 10px; }
.small:link, .small:visited { text-decoration: underline; color: #333333; }
