/* CSS Document */

* {
  margin: 0;
  padding: 0;
}
body {
	color: #000000;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 18pt;
	padding: 0px;
	background-color: #FFFFDB;
}
a {
  color: #5E3980;
  text-decoration: none;
}

a:hover,a:focus {
  color: #000;
  text-decoration: none;
}

p {
	color: #000000;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 20px;
	margin-left: 20px;
	font: 10pt/1.2em Georgia, "Times New Roman", Times, serif;
}

ul,ol {
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #5E3980;
	margin-left: 20px;
}
h2 {
	color: #000000;
	margin-right: 20px;
	margin-left: 20px;
	font: bold 12px/17px Georgia, "Times New Roman", Times, serif;
}
h3 {
	margin-right: 20px;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif; text-decoration: none;
	margin:0px;
	padding:0px;
}
h4 {
	color: #000000;
	margin-right: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 1.1em;
}
h5 {
	color: #5E3980;
	margin-right: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.1em;
	margin-left: 20px;
}
h6 {
	color: #000000;
	margin-right: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 1.1em;
}
li {
	line-height: 1.5em;
}
img,fieldset {
  border: 0 none;
}
hr,legend {
  display: none;
}
strong,b {
  color: #000;
  font-weight: bold;
}
.red {
	color : red;
}
#iframe-container {
	background-image: url(http://www.jazzkitchens.com/images/bg_Content.jpg);
	background-repeat: repeat;
	height: 463px;
	width: 480px;
	scrollbar-arrow-color:#FFFFDB;
	scrollbar-base-color:#FFFFDB;
	scrollbar-track-color:#FEF4B1;
	scrollbar-face-color:#FFDF77;
	scrollbar-darkshadow-color:#FFF6C5;
	overflow: auto;
}
#iframe-content {
	text-align: left;
}
