*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #eeeeee;
	color: black;
	font-family: "Bitstream Vera Sans", sans-serif;
}

h1
{
	background-color: #3b62a3;
	background-image: url("background.jpg");
	border-bottom: 1px solid #cfcfcf;
	color: white;
	font-size: 32px;
	padding: 15px 10px 15px 10px;
	text-shadow: 0 1px 0 black;
}

h2
{
	background-color: #3b62a3;
	background-image: url("background.jpg");
	border-bottom: 1px solid #cfcfcf;
	color: white;
	font-size: 24px;
	margin-bottom: 10px;
	padding: 10px;
	text-shadow: 0 1px 0 black;
}

h3
{
	background-color: #3b62a3;
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding: 6px;
}

a,
a:link,
a:visited,
a:hover,
a:active,
a:focus
{
	background-color: transparent;
	color: #3b62a3;
	text-decoration: underline;
}

a:hover
{
	background-color: transparent;
	color: #3b62a3;
	text-decoration: none;
}

p
{
	line-height: 160%;
	margin-bottom: 10px;
	margin-top: 10px;
}

blockquote
{
	background-image: url("blockquote.png");
	border: 1px solid #cccccc;
	padding: 12px;
	padding-bottom: 0px;
}

blockquote p
{
	margin: 0;
	margin-bottom: 12px;
	padding: 0;
}

div.noscript
{
	background-color: #ffbaba;
	border: 1px solid #d8000c;
	color: #d8000c;
	font-weight: bold;
	margin: 10px;
	padding: 10px;
	text-align: center;
}

div.frame
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

div.main
{
	-khtml-box-shadow: 0px 0px 10px #cfcfcf;
	-moz-box-shadow: 0px 0px 10px #cfcfcf;
	-webkit-box-shadow: 0px 0px 10px #cfcfcf;
	background-color: white;
	border: 1px solid #cfcfcf;
	box-shadow: 0px 0px 10px #cfcfcf;
	color: black;
	float: right;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 800px;
}

div.content
{
	padding: 0 20px 0 20px;
	text-align: justify;
}

div.info
{
	background-color: #dff2bf;
	border: 1px solid #4f8a10;
	color: #4f8a10;
	margin: 10px 0px;
	padding: 15px;
	text-align: center;
}

div.info a
{
	background-color: #dff2bf;
	color: #4f8a10;
}

table.summary
{
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 100%;
}

table.summary td
{
	border: 1px solid #cfcfcf;
	font-size: 14px;
	padding: 6px;
}

table.releases
{
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 100%;
}

table.releases tr.release:hover
{
	background-color: #eeeeee;
	color: black;
}

table.releases tr.header th
{
	background-color: #3b62a3;
	color: white;
	font-weight: bold;
}

table.releases tr.header th.none
{
	background-color: transparent;
	border: none;
	color: black;
}

table.releases th,
table.releases td
{
	border: 1px solid #cfcfcf;
	font-size: 12px;
	text-align: center;
	width: 11.11%;
}

table.releases th
{
	padding: 6px;
}

table.releases td
{
	padding: 8px 6px 8px 6px;
}

div.charts
{
	border: 1px solid #cfcfcf;
	margin-bottom: 30px;
	padding: 0px;
}

div.charts img.chart,
div.charts img.chart-trailing
{
	border: 0;
	height: 374px;
	width: 374px;
}

div.navigation
{
	-khtml-box-shadow: 0px 0px 10px #cfcfcf;
	-moz-box-shadow: 0px 0px 10px #cfcfcf;
	-webkit-box-shadow: 0px 0px 10px #cfcfcf;
	background-color: white;
	border: 1px solid #cfcfcf;
	box-shadow: 0px 0px 10px #cfcfcf;
	color: black;
	float: left;
	font-size: 14px;
	margin-top: 20px;
	padding: 0;
	position: fixed;
	width: 140px;
}

div.navigation ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

div.navigation ul li a,
div.navigation ul li a:link,
div.navigation ul li a:visited,
div.navigation ul li a:active,
div.navigation ul li a:focus
{
	background-color: white;
	color: #3b62a3;
	display: block;
	font-weight: bold;
	padding: 8px 20px 8px 20px;
	text-decoration: none;
}

div.navigation ul li a:hover
{
	background-color: #3b62a3;
	background-image: url("background.jpg");
	color: white;
	font-style: italic;
}

div.navigation ul li a.top
{
	border-bottom: 1px solid #eeeeee;
	margin-bottom: -5px;
	margin: 0;
	padding: 5px 0 0 0;
	text-align: center;
}

div.navigation ul li a.back
{
	border-top: 1px solid #eeeeee;
	font-size: 12px;
	margin: 0;
	padding: 5px 0 5px 0;
	text-align: center;
}

div.copyright
{
	clear: both;
	font-size: small;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
}

div.copyright a
{
	background-color: transparent;
	color: #3b62a3;
}

