<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">A {COLOR: #4169E1; TEXT-DECORATION: underline}
A:hover {COLOR: #FF4500; TEXT-DECORATION: none}

A.dot
{
  text-decoration: none;
  border-bottom: 1px dashed #000080;
}
A.dot:hover
{
  color: #f00000;
}

textarea.bb_code_all
{
  width: 650px;
  height: 300px;
  resize: none;
}

textarea.image_list
{
  width: 275px;
  resize: none;
}

input.radiobutton
{
  width: 10px;
  height: 10px;
}

body
{
  background-color: #999999;
  font: 10pt verdana;
  text-align: center;
}

td
{
  vertical-align: top;
  font: 10pt verdana;
  padding: 5px;
}

table.bb_code td
{
  padding: 0px;
}

table.bordered
{
  border: 1px solid #808080;
}

table.bordered td
{
  border: 1px solid #808080;
  text-align: center;
}

td.form_field
{
  text-align: left;
  padding: 2px 5px;
}

table
{
  border-collapse: collapse;
}

table.main
{
  width: 100%;
}

TR.title TD
{
  font-weight: bold;
  color: #000080;
  text-align: center;
  padding: 5px;
}

input.form_input 
{
  width: 230px
}

div.mainarea 
{
  margin: 0 auto;
  width: 960px;
  text-align: left;
  
  border: 1px solid #D8D8D8;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 0 10px #000000;
	background-color: #FFFFFF;
}

div.mainarea_fs
{
  margin: 0 auto;
  width: 100%;
  text-align: left;
  
  border: 1px solid #D8D8D8;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 0 10px #000000;
	background-color: #FFFFFF;
}

div.footer
{
  text-align: center;
}


span.small_text
{
  font-size: x-small;
}

span.normal_text
{
  font-weight: normal;
}

span.bold_text
{
  font-weight: bold;
}

span.selected
{
  font-weight: bold;
  color: #000080;
}

span.warning
{
  font-size: x-small;
  font-weight: bold;
  color: #FF0000;
}
</pre></body></html>