body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

p{
	margin: 0;
	color: #990000;
	font-size: 12px;
	font-weight: bold;
}

h1{
	margin: 0 0 30px 0;
	font-size: 18px;
	font-weight: bold;
}

h2{
	margin: 0 0 30px 0;
	font-size: 12px;
	font-weight: bold;
}

h2 p{
	text-align: left;
	font-size: 14px;
	color: #999999;
}

h3{
	width: 510px;
	margin: 0 0 30px 0;
	font-size: 12px;
	font-weight: 100;
}

h3 b{
	font-weight: bold;
}

h3 p{
	margin: 30px 15px 0 0;
	text-align: left;
	font-size: 14px;
	color: #999999;
}

h3 ul{
	margin: 0 15px 0 -28px;
	list-style-type: circle;
	font-weight: bold;
	color: #999999;
}

h3 ul ul{
	margin: 0 0 10px -10px;
	list-style-type: none;
	font-weight: 100;
}

h3 li{
	color: #000000;
}

h3 a{
	color: #009999;
	text-decoration: none;
}

h4{
	margin: 0 0 3px 0;
	font-size: 12px;
	font-weight: 100;
	font-style: italic;
	color: #000000;
}

table{
	margin: 0 0 30px 0;
	padding: 20px;
	color: #666666;
	background: #F2F2F2;
}

img{
	float: right;
	margin: 0 0 0 15px;
	border: 1px solid #666666;
}

#objectHolder{
	margin: 10px 50px 10px 10px;
	padding: 0;
	border: 1px solid #666666;
	float: right;
	right: 10px;
}

#hold{
	position: relative;
	width: 510px;
	min-height: 480px;
	height: 100%;
	margin: 50px;
	padding: 0 0 70px 0;
	line-height: 1.5;
	text-align: justify;
}

#image{
	float: right;
	width:269px;
	height: 181px;
	padding: 0;
	border: 1px solid #666666;
}

#middel{
	position: relative;
	margin: 0 0 30px 0;
	padding: 30px 0 30px 0;
	width:510px;
	height: 181px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#startBar{
	top: 150px;
	clear:inherit;
	width: 610px;
	margin: 0 -50px 30px -50px;
	padding: 21px 0 42px 0;
	height: 181px;
	background: #333333;
}

#startBartext{
	float: left;
	margin: 5px 0 0 50px;
	width: 200px;
	height: 181px;
	color:#FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

#spacer{
	width: 100%;
	height: 150px;
}

#button{
	width: 49%;
	border: 1px solid #666666;
	background: #669999;
	cursor: pointer;
}

#button:hover{
	background: #669966;
}

#input{
	float: right;
	width: 100%;
	padding: 2px;
	border: 1px solid #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background: url(../../images/input.gif) left top repeat-x #FFFFFF;
}