form {
    margin: 0px;
    padding: 0px;
}
div#Site_Content_Container a,
div#Site_Content_Container a:visited,
div#Site_Content_Container a:link,
div#Site_Content_Container a:active {
    color: #4465A2;
    text-decoration: none;
}
div#Site_Content_Container a:hover {
    color: #000088;
    text-decoration: none;
}

input#Content_Input_Txt {
    font-family: Verdana;
    height: 13px;
    font-size: 10px;
    color: #000000;
    background-color: #D9DEE5;
    border-left-color: #1E2225;
    border-left-style: solid;
    border-left-width: 1px;
    border-top-color: #1E2225;
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: #7A8895;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #7A8895;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
select#Content_Input_Txt {
    font-family: Verdana;
    height: 18px;
    font-size: 10px;
    color: #000000;
    background-color: #D9DEE5;
    border-left-color: #1E2225;
    border-left-style: solid;
    border-left-width: 1px;
    border-top-color: #1E2225;
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: #7A8895;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #7A8895;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
textarea#Content_Input_Txt {
    font-family: Verdana;
    font-size: 10px;
    color: #000000;
    background-color: #D9DEE5;
    border-left-color: #1E2225;
    border-left-style: solid;
    border-left-width: 1px;
    border-top-color: #1E2225;
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: #7A8895;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #7A8895;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
input#Content_Input_Button, button#Content_Input_Button {
    font-family: Verdana;
    height: 18px;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    background-color: #D9DEE5;
    border-right-color: #1E2225;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #1E2225;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #7A8895;
    border-left-style: solid;
    border-left-width: 1px;
    border-top-color: #7A8895;
    border-top-style: solid;
    border-top-width: 1px;
}
select#Content_Select {
    font-family: Verdana;
    font-size: 10px;
    color: #000000;
    background-color: #D9DEE5;
}

div#Content_Breakline {
    float: both;
    height: 2px;
    border-bottom: 1px solid #B6BCC6;
    margin-top: 4px;
    margin-bottom: 4px;
}
div#Nav_Breakline {
    float: both;
    height: 2px;
    border-bottom: 1px solid #000000;
    margin-top: 4px;
    margin-bottom: 4px;
}

div#Content_Headfont {
    font-size: 11px;
    display: inline;
    color: #4465A2;
    font-weight: bold;
}
div#Content_Headfont_Small {
    font-size: 11px;
    display: inline;
    color: #4465A2;
    font-weight: bold;
}

div#Content_News_Left {
    width: 300px;
    float: left;
    text-align: justify;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #3A3B3C;
}
div#Content_News_Right {
    width: 300px;
    float: right;
    text-align: justify;
    margin-left: 5px;
    margin-bottom: 5px;
    color: #3A3B3C;
}
div#Content_News_Breakline {
    display: block;
    float: both;
    height: 2px;
    border-bottom: 1px solid #4465A2;
}
font#News_Info {
    background-image: url(../img/icon_arrow_right.gif);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    color: #888888;
    padding-left: 12px;
}
p#News_Link_More {
    background-image: url(../img/icon_doublearrow_right.gif);
    background-repeat: no-repeat;
    background-position: 48px 2px;
    font-weight: bold;
}

div#Break {
    clear: both;
}

div#TableFree {
  float: left;
  padding: 0px;
  width: 19px;
  height: 16px;
  color: #FFFFFF;
  cursor: pointer;
  text-align: center;
  background-color: #008800;
  border-left: 1px solid #3E5627;
  border-top: 1px solid #3E5627;
  border-right: 1px solid #A9E969;
  border-bottom: 1px solid #A9E969;
  margin-right: 5px;
  margin-top: 3px;
  padding-top: 3px;
}

div#TableUsed {
  float: left;
  padding: 0px;
  width: 19px;
  height: 16px;
  color: #FFFFFF;
  cursor: pointer;
  text-align: center;
  background-color: #C40000;
  border-left: 1px solid #690000;
  border-top: 1px solid #690000;
  border-right: 1px solid #FF5061;
  border-bottom: 1px solid #FF5061;
  margin-top: 3px;
  margin-right: 5px;
  padding-top: 3px;
}