.style1 {font-weight: bold}
a:link {
	color: #800000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #800000;
}
a:hover {
	text-decoration: none;
	color: #800000;
}
a:active {
	text-decoration: underline;
	color: #800000;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #a2baa8;
}
.welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #800000;
}

.cartRow{
     background-color: #FAF4E8;
}
p {
     font-family: Arial;
     color: #5C4033;
     font-size: 10pt;
}
.subHeading{
     font-family: Arial;
     color: #000000;
     font-size: 10pt;
     font-weight: 700;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	color: #4a6a52;
	font-size: 25px;
	font-weight: bold;
	width: 500px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #800000;
	font-style: italic;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #800000;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
h3 {
     font-family: Verdana;
     color: #800000;
}
h4 {
     font-family: Verdana;
     color: #800000;
     font-size: 10pt
}
input {
     font-size: 10pt;
     font-family: Courier New;
}
	
.buttons{
	font-family: Arial;
	font-size: 10pt;
}
var {
     font-family: arial;
     color: #32CD32;
     font-size: 8pt

}
.table-border {
	border-top: 0px solid #5C4033;
	border-right: 1px solid #5C4033;
	border-bottom: 1px solid #5C4033;
	border-left: 1px solid #5C4033;
	background-color: #ffefc6;
}
.navbar-back {
	border-bottom : 1px solid #000000;
	border-top : 1px solid #000000;
	border-right : 1px solid #000000;
}
.navbar, .navbar:link, .navbar:active, .navbar:visited {
	line-height:28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #4a6a52;
}
.navbar:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #769e7f;
}
.brown {
	color: #960;
}
