/*html
{
	margin-top: 27px;
  margin-bottom: 27px;
}*/

*
{
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	margin: 0px;
	width: 100%;
/*  height: 100%;*/
	background-color: #89A1B7;
  padding: 0px;
	margin-top: 27px;
  margin-bottom: 27px;
}


.table_bg
{
  background-image: url(images/table_fill.png);
  background-color: #FFFFFF;
  background-repeat: repeat-y;
  width: 718px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.top_menu
{
  background-image: url(images/head_fill.png);
  background-color: #55AB1D;
  background-repeat: repeat-y;
  height: 88px;
  border-bottom: 2px solid white;
}

.left_pict
{
  width: 130px;
  padding: 3px;
  background-color: #D3D3D3;
}

.right_pict
{
  border-left: 1px solid white;
  width: 530px;
  background-color: #D3D3D3;
}

.content
{
  background-position: right bottom;
  background-repeat: no-repeat;
  height: 30px;
  padding-left: 10px;
  padding-top: 8px;
  padding-right: 5px;
  padding-bottom: 0px;
  border-bottom: 1px solid white;
}

.content h2, .head_content h2
{
  font-size: 15px;
  font-weight: bold;
  padding-top: 10px;
  margin-top: 0px;
}

.content p, .head_content p
{
  font-size: 13px;
  font-weight: normal;
  color: #444444;
  padding-bottom: 5px;
}

.content a, .head_content a
{
  color: #000000;
}

.content a:hover, .head_content a:hover
{
  text-decoration: none;
}

.content a:visited, .head_content a:visited
{
  color: #555555
}

.content h1, .head_content h1
{
  font-size: 24px;
  color: white;
  padding: 0px;
  margin: 0px;
  font-weight: normal;
}

.head_content
{
  background-image: url(images/file.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  height: 30px;
  padding-left: 18px;
  padding-top: 8px;
  padding-right: 5px;
  padding-bottom: 0px;
  border-bottom: 1px solid white;
}

.bottom_menu
{
  background-color: #A5A5A5;
  color: #FFFFFF;
  text-align: center;
  height: 51px;
  border-top: 2px solid white;
}

.bottom_menu a
{
  font-weight: bold;
  color: white;
  text-decoration: none;
}

.bottom_menu a:hover
{
  font-weight: bold;
  color: white;
  text-decoration: underline;
}

.bottom_menu a:visited
{
  font-weight: bold;
  color: #EEEEEE;
  text-decoration: none;
}
