@charset "UTF-8";

a {
	color: #0070C0;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	background-color: #F2F2F2;
	width: 1080px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 40px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#back {
	color: #DDD9C3;
	background-color: #F2F2F2;
	margin-top: 48px;
	text-align: right;
	font-weight: bold;
}

div#contents {
	color: #DDD9C3;
	background-color: #F2F2F2;
	position: absolute;
	left: 640px;
	width: 480px;
	padding-top: 1px;
	text-align: right;
	font-weight: bold;
}

div#copy {
	color: #DDD9C3;
	background-color: #F2F2F2;
	background-image: url(images/W3C.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin-top: 12px;
	border-top: 1px solid;
	padding-top: 28px;
	text-align: right;
	font-weight: bold;
}

div.indent {
	margin-top: 31px;
	margin-bottom: 24px;
	margin-left: 40px;
}

div#logo {
	background-image: url(images/Aero.gif);
	background-position: top right;
	background-repeat: no-repeat;
	position: absolute;
	left: 640px;
	width: 480px;
	padding-top: 17px;
	text-align: right;
	font-weight: bold;
}

div#specs {
	color: #C00000;
	width: 580px;
	height: 50px;
	margin-bottom: 47px;
	font-size: 16px;
	font-weight: bold;
}

div.tip {
	margin-top: 31px;
	margin-bottom: 32px;
	border-top: 2px solid #00B050;
	border-right: 2px solid #00B050;
	border-bottom: 2px solid #00B050;
	border-left: 20px solid #00B050;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-left: 20px;
}

div.tip h4 {
	color: #00B050;
	margin-top: 15px;
	margin-bottom: 24px;
	font-size: 16px;
}

div.tip img {
	float: left;
}

h1 {
	color: #C00000;
	margin-bottom: 15px;
	border-bottom: 2px solid;
	padding-top: 13px;
	padding-bottom: 16px;
	font-size: 24px;
}

h2 {
	color: #C00000;
	margin-top: 71px;
	margin-bottom: 25px;
	font-size: 16px;
}

h3 {
	color: #C00000;
	margin-top: 47px;
	margin-bottom: 25px;
	font-size: 14px;
}

img {
	background-color: #FFFFFF;
	margin-right: 20px;
	border: 1px solid #DDD9C3;
	padding: 2px;
}

object#flashPlayer_1, object#flashPlayer_2, object#flashPlayer_3, object#flashPlayer_4 {
	background-color: #FFFFFF;
	margin-right: 20px;
	border: 1px solid #00B050;
	padding: 2px;
}

span.bar {
	color: #DDD9C3;
	background-color: #F2F2F2;
	font-weight: bold;
}

span.lang {
	color: #00B050;
	vertical-align: 0px;
	font-size: 10px;
}

table {
	background-color: #FFFFFF;
	width: 640px;
	border: 1px solid #DDD9C3;
}

td {
	background-color: #DDD9C3;
	padding-right: 10px;
	padding-left: 10px;
}

th {
	background-color: #DDD9C3;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
}

.right {
	text-align: right;
}