@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #333333;
	background-image: url(../images/bk.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #6B450D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #6B450D;
}
hr {
    color: #000000; 
	background-color: #ffffff; 
	border: 1px dotted #000000; 
	border-style: none none dotted; }
h1 {
	font-size: 14px;
}
h2 {
	font-size: 12px;
}
.top {
   height:100px;
   text-align:left;

}
.content_bk {
   background-color:#FFFFFF;

}
.content_area {
  float:left;
  padding:50px;
  width:400px;
  min-height:400px;
  text-align:justify;

}

.content_area2 {
  padding:50px;
  width:700px;
  min-height:400px;
  text-align:justify;

}
.side_top {
  color:#000000;
  background-image:url(../images/side_bk.jpg);
  background-repeat:no-repeat;
  background-color:#F3F3F3;
  padding:50px 20px 10px 20px;
  width:260px;
  border: 1px dotted #000000; 
  border-style: none none dotted;
  text-align:left;
  float:right;

}
.side_box {
  color:#000000;
  background-color:#E5E5E5;
  padding:10px 20px 10px 20px;
  width:260px;
  border: 1px dotted #000000; 
  border-style: none none dotted;
  text-align:left;
  float:right;

}
.footer {
	background-color:#E6E6E6;
	color:#FFFFFF;
	padding:10px;
}
.form_req {
    color: #FF0000;
}
.togList
{
font-family: verdana;
}

.togList dt
{
cursor: pointer; cursor: hand;
}

.togList dt span
{
font-family: monospace;
}

.togList dd
{
width: 650px;
padding-bottom: 15px;
}

html.isJS .togList dd
{
display: none;
}
-->
