p {
	margin: 0;
}
.content p {
	margin-bottom: 10px;
}
.medium
{
  font-size: 12px;
}
a
{
  color: #CC0;
  font-weight: bold;
  text-decoration: none;
}
a:Hover
{
  color: #FF0;
}
a.notice
{
  color: #FF0;
  font-size: 12px;
}
a.notice:Hover
{
  color: #FFF;
  font-size: 12px;
}
body
{

  background-color: #3269C3;
  background-image: url(images/background_left.png);
  background-repeat:repeat-y;
  background-position:  12px;
  margin: 0px;
}
div.menu_item
{
  clear: both;
}
div.menu_item_component
{
  float: left;
  height: 21px;
}
div.menu_pointer
{
  padding-top: 2px;
  width: 27px;
}
div.menu_button
{
  padding-left: 10px;
}
div.menu_button a img
{
  border: 0px;
}
form
{
  margin: 0px;
}
img
{
  border: none;
}
img.link
{
  cursor: pointer;
}
body, td, li
{
  color: #FFF;
  font-family: verdana, arial;
  font-size: 11px;
}
.border
{
  border: 1px #EEE solid;
}
td.border
{
  border: 1px #EEE solid;
  background-color: #EEE;
}
div.selected_category_not
{
  border: 1px #3269c3 solid;
  padding: 3px;
}
div.selected_category
{
  color: #000;
  border: 1px #EEE solid;
  background-color: #EEE;
  padding: 3px;
}
td.construction_year
{
  padding-left: 15px;
}
.content
{
  color: #FFF;
  font-family: verdana, arial;
  font-size: 11px;
  padding-right: 40px;
  text-align: justify;
}
td.head
{
  padding-top: 15px;
}
input.input, select.input
{
  font-size: 11px;
  border: 1px #ccc inset;
}
.last_edit {
	font-size:10px;
	color:#CC0;
	font-weight:bold;
}

input.large {
	width:300px;
}
