img{
	border: 0;	
}
body{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #8a8a8c;	
}

h1{
	font-family: Verdana, Arial, Helvetica;
	color: #848689;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 18px;
}


#claim{
	font-family: Verdana, Arial, Helvetica;
	color: #898989;
	font-size: 24px;
	width: 515px;
	position: relative;
	top: -5px;
}

#starttext{
	font-family: Verdana, Arial, Helvetica;
	color: #898989;
	font-size: 36px;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 29px;
	
}

h2{
	color: #b4000c;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 12px;
}

a{text-decoration: none; }
a:link,a:visited,a:hover{color: #b3000c;}

hr{
	color: #8ab5dd;
	background-color: #8ab5dd;
	height: 1px;
	margin: 0;
	padding: 0;
	max-width: 640px;
	text-align: left;
}

h2 a:link,h2 a:visited,h2 a:hover{
	color: #000000;
	font-weight: bold;
	font-style: normal;
}

.rotationViewer {
			position:relative;
			width:640px;
			height:378px;
			border-style:solid;
			border-width:1px;
			margin:auto;
			margin-bottom:10px;
			cursor:pointer;
		}
		.rotationViewer img {
			position:absolute;
			visibility:hidden;
			left:0;
			top:0;
			width:100%;
			height:100%;
		}