/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #e7e5b5;
}

.border-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.border-top {
 	border-top-width:1px; 
	border-top-style:solid; 
	border-top-color:#000000;
}
.large-font {font-size: large}
.red-mark {COLOR: #ff0000;
		FONT-SIZE: small
}
.small-font {
	font-family: Georgia, "Times New Roman", Times, serif;
	FONT-SIZE: smaller
}
.small-font-blue {
	font-family: Georgia, "Times New Roman", Times, serif;
	COLOR: #000066;
	FONT-SIZE: smaller
}
.small-font-bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	FONT-SIZE:smaller;
	font-weight:bold
}
.standard-font {font-family: Georgia, "Times New Roman", Times, serif}
.standard-font-blue {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000066
}
.strong-price {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
}
.title {
	font-size: 20px;
	font-family: Arial;
	font-weight:bold;
	COLOR: #000066
}
.total {COLOR: #000066}

.row-height {
	height:80px;
}

.row-height2 {
	height:20px;
}
