@charset "utf-8";
/* CSS Document */

body {
	background-color: #e2b480;
}
#container {
	width: 740px;
	margin: auto;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #805450;
}

.outerTop {
	background: url(../_images/TopRoundedWhite.gif) no-repeat left top;
	margin-top: 20px;
}

.outerBottom {
	background: url(../_images/BottomRoundedWhite.gif) no-repeat left bottom;
}

.outerContent {
	background-color: #FFF;
	padding-left: 15px;
	padding-right: 15px;
}

.innerTop {
	background: url(../_images/InnerTopRounded.gif) no-repeat left top;
}

.innerBottom {
	background: url(../_images/InnerBottomRounded.gif) no-repeat left bottom;
}

.innerContent {
	background-color: #eadcc2;
}

.logo {
	padding-left: 15px;
	padding-bottom: 10px;
}

.content {
	/*width: 450px;*/
	width: 700px;
	padding-left: 10px;
	padding-top: 15px;
	background: url(../_images/face.jpg) no-repeat top right;
}

.headerImage {
	padding-bottom: 5px;
}

.content h1 {
	font-weight: bold;
	font-size: 11pt;
	padding-bottom: 6px;
	color: #000000;
}

.content td {
	vertical-align: top;
}

.subscript {
	font-size: 8pt;
}

.prices td {
	padding-bottom: 7px;
}

.textbox {
	font-size: 9pt;
	background-color: #DDD;
	width: 160px;
	border: 1px solid #666;
}

.textAreaInput {
	font-size: 9pt;
	background-color: #DDD;
	width: 160px;
	border: 1px solid #666;
}

.introText {
	font-size: 11pt;
}