body {
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}
#main {
	width: 970px;
	text-align: left ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image:url(images/bg.jpg);
}
.text {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#text_main {
	font-size: 12px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: justify;
}
#text_main a:link {
  color: #999999;
  text-decoration: underline;
}
#text_main a:visited {
  color: #999999;
  text-decoration: underline;
}
#text_main a:active {
  color: #999999;
  text-decoration: underline;
}
#text_main a:hover {
  color: #999999;
  text-decoration: none;
}

#text_main #control a:link {
  color: #999999;
  text-decoration: none;
}
#text_main #control a:visited {
  color: #999999;
  text-decoration: none;
}
#text_main #control a:active {
  color: #999999;
  text-decoration: none;
}
#text_main #control a:hover {
  color: #999999;
  text-decoration: none;
}
.text a:link {
  color: #999999;
  text-decoration: none;
}
.text a:visited {
  color: #999999;
  text-decoration: none;
}
.text a:active {
  color: #999999;
  text-decoration: none;
}
.text a:hover {
  color: #999999;
  text-decoration: underline;
}
#main #title1 {
	width: 970px;
	height: 140px;
	background-image:url(images/title1.jpg);
}
#main #menu {
	width: 941px;
	height: 31px;
	padding-left: 29px;
	background-image:url(images/title2.jpg);
}
#main #title2 {
	width: 970px;
	height: 49px;
	background-image:url(images/title3.png);
}
#main #box1 {
	width: 200px;
	float:left;
}
#main #box2 {
	width: 200px;
	float:left;
}
#main .box_r {
	width: 200px;
	background-image:url(images/box_r.jpg);
}
#main .box_l {
	width: 200px;
	background-image:url(images/box_l.jpg);
}
#main #main_box {
	width: 570px;
	background-image:url(images/main_box.jpg);
	float:left;
}
INPUT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #999999;
	border: 1px solid #999999;
	font-size: xx-small;
	text-align: justify;
	padding: 0px;
	margin: 0px;
}
SELECT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	border: 1px solid #999999;
	font-size: xx-small;
	color: #999999;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
TEXTAREA {
	border: 1px solid #999999;
}
