html {
	height: 100%;
	max-height: 100%;
	overflow: hidden;
}
body {
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-family: 'times new roman', serif;
	font-size: 13px;
      background: #DDE0E2 url(1sk.jpg) left top no-repeat fixed;
	overflow: hidden; 
}
#top {
	position: absolute;
      top: 0px;
      height: 10%;
	width: 560px;
      left: 340px;
	padding: 0px;
	border: 0px; 
      text-align: center;
      background: #939EAA url(top.jpg) center center repeat;
	overflow: hidden;
}
div#title {
      position: relative;
      width: 500px;
	height: 42px;
      top: 50%;
	padding: 0px;
      margin: -20px auto 0px auto;
      border: 0px;
	text-align: center;
}
div#container {
      position: absolute;
	width: 100%;
      top: 10%;
      height: 90%;
	margin: 0px;
      padding: 0px;
	border: 0px;
      background: transparent;
      overflow: auto;
}
div#content {
	position: relative;
      width: 560px;
      margin: 0px auto 0px 340px;
      padding: 0px;
	border: 0px;
	text-align: center;
      background: #DDE0E2;
      overflow: hidden;
}
div#footer {
	position: relative;
      width: 400px;
	height: 50px;
	margin: 0px auto;
	padding: 10px 0px;
	text-align: center;
	border: 0px;
}
div#footer img {
	border: 0px;
}
a:link, a:visited {
	font-family: 'times new roman', trebuchet, tahoma, verdana, arial, sans-serif; 
	color: #621202;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #621202;
	background: transparent; /* important */
}
p {
      margin: 0px;
	padding: 1px 30px;
	font-family: 'times new roman', trebuchet, tahoma, verdana, arial, sans-serif; 
	font-size: 14px;
	font-weight: normal;
      line-height: normal;
	text-align: justify;
	text-indent: 20px;
	color: #000000;
}
p.h1, h2, h3, h4, h5 {
	padding: 0px;
      margin: 0px auto;
      font-family: 'times new roman', arial, verdana, helvetica, sans-serif;
	font-size: 32px;
	color: #343C4F;
      font-weight: bold;
	font-style: italic;
	text-indent: 0px;
	text-align: center;
      clear: both;
}
p.h3 {
	margin: 0px;
      padding: 0px 60px 0px 20px;
      font-family: 'times new roman', arial, verdana, helvetica, sans-serif;
   	font-size: 20px;
	color: #343C4F;
	font-style: italic;
	font-weight: bold;
	text-align: right;
      clear: both;
}
p.h4 {
      padding: 10px 0px;
      margin: 0px auto;
      font-family: 'times new roman', arial, verdana, helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	color: #343C4F;
	text-indent: 0px;
	text-align: center;
      clear: both;
}
p.h5 {
      padding: 0px;
      margin: 0px auto;
      font-family: 'times new roman', arial, verdana, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	text-indent: 0px;
	text-align: center;
      clear: both;
}
pre {
      margin: 0px;
	padding: 0px 0px 15px 0px;
	font-family: 'times new roman', tahoma, verdana, arial, sans-serif; 
   	font-size: 14px;
      line-height: 16px;
      font-weight: normal;
	color: #000000;
	text-align: left;
      text-indent: 0px;
}
pre.ad {
      margin: 0px;
	padding: 0px 0px 15px 0px;
	font-family: 'Courier New', tahoma, verdana, arial, sans-serif; 
   	font-size: 14px;
      line-height: normal;
      font-weight: normal;
	color: #000000;
	text-align: left;
      text-indent: 0px;
}
p.quo {
	padding: 10px 40px;
      margin: 0px auto;
	font-family: 'times new roman', tahoma, verdana, arial, sans-serif; 
	font-size: 14px;
      line-height: normal;
	text-indent: 0px;
      text-align: left;
}
span.ital {
	font-style: italic;
}
span.bold {
	font-weight: bold;
}
span.text{
	font-size: 13px;
}
span.name {
      font-family: 'times new roman', arial, verdana, helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #343C4F;
}
div.center {
	position: relative;
	border: 0px;
	margin: 0px auto;
	padding: 0px;
      text-align: center;
      clear: both;
}
div.line {
	position: relative;
      height: 10px;
	margin: 10px 30px;
	padding: 0px;
	border: 0px;
	border-bottom: 3px double #343C4F;
	clear: both;
	overflow: hidden;
}
div.linem {
	position: relative;
      height: 10px;
      width: 360px;
	margin: 10px auto;
	padding: 0px;
	border: 0px;
	border-bottom: 3px double #343C4F;
	clear: both;
	overflow: hidden;
}
div.w120 {
      width: 120px;
}
div.w160 {
      width: 160px;
}
div.w200 {
      width: 200px;
}
div.w220 {
      width: 220px;
}
div.w250 {
      width: 250px;
}
div.w280 {
      width: 280px;
}
div.w300 {
      width: 300px;
}
div.w320 {
      width: 320px;
}
div.w340 {
      width: 340px;
}
div.w360 {
      width: 360px;
}
div.w400 {
      width: 400px;
}
div.w460 {
      width: 460px;
}
div.w520 {
      width: 520px;
}
.left {
      float: left;
}
.tright {
      float: right;
}
.right {
	margin: 0px;
      padding: 0px 30px 0px 0px;
	text-align: right;
}
p.new_line {
	clear: both;
}





