h1		{ text-align: center; }
a		{ font-size:		10pt;  }
select	{ width: 304px; }
input[type="button"], input[type="submit"]{ width: 120px; }
input,
textarea{ width: 300px; }

body {
	height:			725px;
	margin:			5px;
	font-family:	sans-serif;
	font-size:		9pt;
	overflow:		auto;
	background: 	url("img/background.png") center 5px no-repeat;
}

table {
	border:		0px;
	margin:		0px;
	padding:	0px;
	width:		100%;
}

.td {
	width:		33%;
	padding:	0px 5px;
}

.tdmiddle {
	width:		33%;
	padding:	0px 5px;
	text-align:	center;
}


.tdright2 {
	width:		33%;
	padding:	0px 5px;
	text-align:	right;
}

.tdright { 
	display: inline-block;
	width:        150px;
	padding:    0px 5px;
	text-align:    right;
}

.buttonbar {
	position:	relative;
	left:		-362px;
	top:		-454px;
	width:		175px;
	height:		550px;
	margin: 	0px auto auto auto;
	padding:	15px 0px 0px 0px;
	font-size:	14pt;
	overflow:	hidden;
}

.button {
	width:			155px;
	height:			59px;
	margin-left:	10px;
	padding:		16px 0px 0px 0px;
	background:		url("img/button.png") center no-repeat;
	color:			black;
	cursor:			pointer;
	font-weight:	bold;
	text-align:		center;
}

.litbutton {
	width:			155px;
	height:			59px;
	margin-left:	10px;
	padding:		16px 0px 0px 0px;
	background:		url("img/litbutton.png") center no-repeat;
	color:			white;
	cursor:			pointer;
	font-weight:	bold;
	text-align:		center;
}

.contents {
	position:	relative;
	left:		85px;
	top:		116px;
	width:		620px;
	height:		560px;
	margin: 	0px auto auto auto;
	padding: 	0px 50px 10px 50px;
	overflow:	hidden;
	font-size:	13pt;
	text-align:	justify;
}

.option {
	height:			32px;
	padding-left:	30px;
	background:		url("img/option.png") no-repeat;
	color:			black;
	cursor:			pointer;
	font-weight:	bold;
}

.litoption {
	height:			32px;
	padding-left:	30px;
	background:		url("img/litoption.png") no-repeat;
	color:			white;
	cursor:			pointer;
	font-weight:	bold;
}

.picture {
	text-align:		center;
	cursor:			pointer;
	font-size:		9pt;
}

.previous {
	height:			35px;
	background:		url("img/previous.png") no-repeat;
	padding:		3px 0px 0px 30px;
	font-size:		10pt;
	font-weight:	bold;
	font-variant:	small-caps;
	cursor:			pointer;
}

.next {
	height:			35px;
	background:		url("img/next.png") top right no-repeat;
	padding:		3px 30px 0px 0px;
	cursor:			pointer;
	font-size:		10pt;
	font-weight:	bold;
	font-variant:	small-caps;
	text-align:		right;
}

.litprevious {
	height:			35px;
	background:		url("img/litprevious.png") no-repeat;
	color:			white;
	padding:		3px 0px 0px 30px;
	font-size:		10pt;
	font-weight:	bold;
	font-variant:	small-caps;
	cursor:			pointer;
}

.litnext {
	height:			35px;
	background:		url("img/litnext.png") top right no-repeat;
	color:			white;
	padding:		3px 30px 0px 0px;
	cursor:			pointer;
	font-size:		10pt;
	font-weight:	bold;
	font-variant:	small-caps;
	text-align:		right;
}

.copyrightnotice {
	position:	relative;
	left:		85px;
	top:		-448px;
	width:		700px;
	margin: 	0px auto auto auto;
	padding:	10px;
	text-align:	right;

}
