@charset "iso-8859-1";

body {
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
}

div.downloadContainer {
	margin: 5px auto 0px auto;
	width: 600px;
}

h1 {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 8px 0px;
	font-size: 100%;
	font-weight: bold;
	border-bottom: 3px solid #53556A;
}

h2 {
	margin: 15px 0px 5px 0px;
	padding: 3px 5px;
	font-size: 90%;
	font-weight: bold;
	background-color: #FFCC99;
}

div.lead {
	font-size: 90%;
	line-height: 160%;
}

p {
	padding: 0em 0.3em 1em 0.3em;
	font-size: 90%;
	line-height: 140%;
}

.center {
	text-align: center;
}

.txtright {
	text-align: right;
}

p.notice {
	color: #CC3300;
}

.small {
	padding: 0em 0.3em 1em 0.3em;
	font-size: 80%;
	line-height: 140%;
}

.indent {
	display:block;
	margin: 0px 0px 0px 15px;
}

.left{
	float:left;
	margin:0px 15px 0px 0px;
}

div.downloadButton {
	margin: 15px auto 0px auto;
	text-align: center;
}

div.close {
	margin: 25px auto 0px auto;
	font-size: 70%;
	text-align: center;
}

table.w450 {
	width: 530px;
	font-size: 90%;
	margin: 0px auto 10px auto;
	border-collapse: collapse;
	border-top: 1px solid #A9A9A9;
	border-right: 1px solid #A9A9A9;
}

table.w450 th {
	padding: 2px 5px;
	border-bottom: 1px solid #A9A9A9;
	border-left: 1px solid #A9A9A9;
	background-color: #F1F1F1;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

table.w450 td {
	padding: 3px 5px;
	border-bottom: 1px solid #A9A9A9;
	border-left: 1px solid #A9A9A9;
	vertical-align: top;
}

ul {
	margin: 0px 0px 25px 0px;
}

ul li {
	margin: 0;
	padding: 0px 0px 5px 12px;
	list-style-type: none;
	background-image: url("/en/image/common/dot.gif");
	background-repeat: no-repeat;
	background-position: 0em 0.6em;
	line-height: 160%;
	font-size: 90%;
}

