HTML, BODY {
  cursor: default;
  color: #000000;
  font-family: arial;
  font-size: 11px;
/*
  margin: 0;
  padding: 0;
*/
}
IMG {
  border: 0px;
}
TD {
  font-family: arial;
  font-size: 12px;
}
FORM
{
  display: none;
}

INPUT, TEXTAREA, SELECT {
  font-family: arial;
  font-size: 11px;
}

.btn {
  width: 75px;

}

.txt_input
{
  width: 100%;
}
.txt_area
{
  width: 100%;
  height: 400px;  
}

a.title_link, a.title_link:link, a.title_link:hover, a.title_link:active, a.title_link:visited {
  color:#FFFFFF;
}
.user_content
{
  border: 1px solid #e9e9e9; 
  padding: 7px;
}
.admin_content
{
  border-left: 1px solid #e9e9e9; 
  border-right: 1px solid #e9e9e9; 
  border-bottom: 1px solid #e9e9e9; 
  padding: 7px;
}
.datetime
{
  color: #999999;
}
.bord {
  border: 1px solid #666666;
}

a:link {color:#006699; background:transparent; text-decoration:none;}

a:visited {color:#5493B4; background:transparent; text-decoration:none;}

a:hover {color:#FF0000; background:transparent; text-decoration:none;}

a:active {color:#FF0000; background:transparent; text-decoration:none;}

.main_title {
  padding-top: 3px;
  color: #FeFeFe;
  font-weight: bold;
  font-size: 15px;
  font-family: arial;
}

.more, a.more, a.more:link, a.more:visited, a.more:active, a.more:hover {
  color: #4e8401;
}

.b_menu, a.b_menu, a.b_menu:link, a.b_menu:visited, a.b_menu:active, a.b_menu:hover {
  font-weight: bold;
  color: #000000;
}
.b_menu {
  font-weight: normal;
}
.copyright, a.copyright, a.copyright:link, a.copyright:visited, a.copyright:active, a.copyright:hover {
  color: #298490;
}
