<?php
header("Content-Type:text/css;charset=ISO8859-1");
?>

html,body {
	margin: 0;
	padding: 0;
        font-family: Verdana, Geneva, Arial, Helvetica, "sans-serif";
        font-size:16px;
}

table {
	width: 100%;
	height: 100%;
}

td {
	vertical-align: middle;
	text-align: center;
}

div {
	/*border: 1px solid #000000;*/
}

div.container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	height: 432px;
}

div.left {
        margin-top:2px;
	position: absolute;
	top: 70px;
	left: 0px;
	width: 225px;
	height: 588px;
  background-color:#ccddee;
	font-size:16px;
  border-left: 5px solid #bbddee;
}

div.top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 770px;
	height: 70px;
    background-color:#ccddee;
    border-left: 5px solid #bbddee;
    border-top: 5px solid #bbddee;
    vertical-align:top;
}

div.prop{
        float:right;
	width: 1px;
	height: 265px;
        clear:right;
    background-color:#ccddee;
}

div.google {
        float:right;
	width: 283px;
	height: 125px;
        clear:right;
margin-right:1px;
    background-color:#ccddee;
    border: 1px solid #ddeeff;
}

div.main {
	position: absolute;
	top: 70px;
	left: 225px;
	width: 545px;
	height: 590px;
    background-color:#ccddee;
    border-left: 5px solid #ccddee;
    font-size:12px;
}
div.cr {
float:right;
width:100%;
clear:both;
font-align:center;
font-size:10px;
}

div.center {
text-align:center;
}

h1 {
    color:#888888;
    display:inline;
}

.title a {
    color:#888888;
    display:inline;
}

.arth1 {
font-size:12px;
}

.txtnorm {
font-size:16px;
}

ul {
	list-style-image: url(bullet.gif);
	}

#base {
    padding:0px 10px 10px 0px;
	}

  A:link {
  text-decoration: none;
  font-weight:bold;
  font-size:0.8em;
  color:#000000;
  }

  A:visited {
  text-decoration: none;
  font-weight:bold;
  font-size:0.8em;
  color:#333333;
  }

  A:active {
  text-decoration: none;
  font-weight:bold;
  font-size:0.8em;
  color:#888888;
  }

  A:hover {
  text-decoration: none;
  font-weight:bold;
  font-size:0.8em;
  color:#888888;
  }