/*
--------------------------------------------------------------all*/

html,body {
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6,p,li,dd {
	margin: 0px;
	padding: 0px;
}

body{
	background-image : url(../../image/sky_2007.jpg);
	background-repeat : no-repeat;
	background-attachment : scroll;
	background-position: left top;
	font-size: 100%;
}

th {
	background-color: #66CCFF;
	font-size: 80%;
	color: #0000ff;
	font-weight: bold;
}
td {
	font-size: 80%;
	font-weight: normal;
	color: #666666;
}
h1 {
	font-size: 150%;
	color: #0000FF;
	filter: Alpha(Opacity=50);

    -moz-opacity:0.5;
	opacity:0.5;
	text-align: center;
	padding: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	width: auto;
}
h2 {
	font-size: 140%;
	color: #0066FF;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 30px;
	font-weight: bold;
	width: 95%;
	padding: 5px;
	text-align: center;
}
p {
	font-size: 85%;
	line-height: 150%;
	color: #666666;
}
caption {
	font-size: 95%;
	font-weight: bold;
	text-align: left;
	width: 80%;
	padding-bottom: 2px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #3366FF;
	color: #FFFFFF;
	background-color: #3F8FFC;
}
