body
{
	font-size: 13px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-align: center;
	margin-top: 10px;
}
h3
{
	font-size: 27px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #858484;
	text-shadow: 1px 1px 0 #ffffff;
}
h3 span
{
	font-size: 14px;
	font-style: italic;
}
p
{
	margin: 17px 0 7px;
	line-height: 120%;
}
.justify
{
	text-align: justify;
}
.gray
{
	color: #808080;
}
a
{
	border: none;
	text-decoration: none;
}
a:focus {
     outline: none;
}
fieldset
{
	color: #808080;
	display: block;
	border: solid 1px #e2e2e2;
	width: 1000px;
	text-align: left;
	margin: 8px auto;
	padding: 10px 10px;
	font-style: italic;
}
fieldset:hover
{
	color: #404040;
	border: solid 1px #404040;
}
fieldset legend
{
	margin: 0;
	padding: 0 10px;
	font-size: 13px;
	font-weight: bold;
}
fieldset label
{
	display: block;
	margin-left: 20px;
	width: 80px;
	float: left;
	font-style: normal;
	clear: both;
}
fieldset pre
{
	margin: 0px 0;
	border: none;
	padding-left: 20px;
	font-style: normal;
}
.download
{
	text-align: left;
	display: block;
	height: 33px;
	width: 250px;
	padding: 10px 0 0 40px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: bold;
	color: #858484;
	text-shadow: 1px 1px 0 #ffffff;
}
.download span
{
	font-size: 16px;
}
.bug
{
	margin-left: 20px;
}
.blue
{
	color: #6786b3;
	background-color: #f5f8fb;
	border-right: solid 1px #bed1e8;
	border-bottom: solid 1px #bed1e8;
}
.green
{
	color: #79a971;
	background-color: #f4faf3;
	border-right: solid 1px #cfeacc;
	border-bottom: solid 1px #cfeacc;
}
.clear
{
	clear: both;
}
.method
{
	margin: -20px 0 0 0;
	font-weight: bold;
	font-size: 14px;
	color: #858484;
	text-shadow: 1px 1px 0 #ffffff;
}
.container
{
	margin: 0 auto;
	width: 1100px;
}
.thumb_wrapper
{
	display: block;
	border: solid 0px;
	width: 255px;
	height: 320px;
	float: left;
	padding: 9px 5px 0 0;
	margin-left: 10px;
	margin-bottom: 10px;
	color: #000000;
}
.thumb
{
	display: block;
	width: 255px;
	padding: 10px;
	margin-bottom: 0px;
	color: #000000;
}
.browser_container
{
	text-align: center;
}