/* CSS Document */
body	{
	font-family :"Verdana", "Helvetica", "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	background: #E6E6FA;
}

h1,h2,h3,h4,h5,h6{	margin: 0px;padding:0px;}
h2{
	font-size: 25px;
	color: #004EAE;
	line-height:1.5em;
}
h3,h4{
	margin-top: 1.5em;
	margin-bottom:0.5em;
}

h3{
	border-bottom: 1px solid #999999;
	border-left: 5px solid #999999;
	padding-left: 5px;
}
h4{
	border-left: 5px solid #efefef;
	padding-left: 5px;
}

p.note {
	padding-left: 1em;
	text-indent: -1em;
}
p.note2 {
	padding-left: 3em;
	text-indent: -3em;
}


em{
	color:#004ea2;
	font-style: normal;
}

address{
	font-style:normal;
	margin-left: 50px;
}

th{
	font-weight:normal;
}

dl{
	border: thin dotted #CCCCCC;
	width: 60%;
	padding:0.5em;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
}
dl dt{
	line-height:1.2em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align:left;
}
dl dd{
	line-height:1.2em;
	margin-top: -1.7em;
	margin-left: 100px;
}

table caption{
	text-align:left;
	font-weight:bold;
	border-left: 5px solid #efefef;
	padding-left: 5px;
}

.link {
	text-indent: 25px;
	background : url(../css/icon_link.gif) no-repeat left center;
	margin: 0px 0px 0px 30px;
}

table.notes{
	border: thin dotted #CCCCCC;
}

.fontWhite{
	color: #FFFFFF;
}