body
{
	text-align: 			center;
	background-color:		#999999;
	padding-left:			0px;
	padding-right:			0px;
	padding-top:			15px;
	padding-bottom:			30px;
	margin: 				0px;
}



div.top
{
	border-bottom:		5px dashed #6699FF;
}

div.itemHolder
{
	width: 100%;
	min-height: 70px;
}



div.diagrambox
{
	text-align:			left;
	width:				608px;
	margin-left:		auto;
	margin-right:		auto;
}


div.mainsection
{
	width:				600px;
	margin-left:		auto;
	margin-right:		auto;

}


div.item
{


}


a.itemlink
{
	background-color:	#999999;

}

a.itemlink:hover
{
	background-color:	#999999;

}



img.itemimage
{
	margin: 10px;
	border:		1px solid #6699FF;

}
img.itemdetail
{
	margin: 10px;
	border:		1px solid #6699FF;
}
p.text
{
	padding: 10px;
	width: 50%;
	display: block;
	margin-left:		auto;
	margin-right:		auto;

	font-size:			13px;
	font-family:		Lucida, sans-serif;
	font-weight:		normal;

}





p
{
	font-family:		Lucida, sans-serif;
}





h1
{
	font-size:			25px;
	font-family:		Lucida, sans-serif;
	font-weight:		normal;
}



h2
{
	font-size:			20px;
	font-family:		Lucida, sans-serif;
	font-weight:		normal;
}



h3
{
	font-size:		15px;
	font-family:		Lucida, sans-serif;
	font-weight:		normal;
}




a
{
	color:			black;
	background-color: #6699FF;
	text-decoration:		none;
}

a:hover
{
	background-color: black;
	color:			#6699FF;
}


