body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:10 0 0;
}
.wrapper {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.hidden {
	font-size: 10px;
	visibility: hidden;
}

a {
	color: #0066FF;
}
a:hover {
	color: #003A93;
}
a:visited {
	color: #00CCFF;
}
body {
	color: #333333;
	text-align: center;
	line-height: 140%;
	font-size: 80%;
}
.textOrange {
	color: #FF6600;
}

.wrapper h1 {
	color: #666666;
	font-weight: normal;
	background-image: url(../img/tab_01.gif);
	background-repeat: no-repeat;
	height: 38px;
	width: 299px;
	margin-left: 140px;
	margin-bottom: 15px;
}
DT {
	background-color: #DBF7F5;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #42B4C4;
	text-indent: 5px;
	font-weight: bold;
	margin: 10px 0px 0px;
	padding: 2px;
}
DD {
	margin: 5px 0px 0px;
	padding: 0px;
	text-indent: 0px;
}
