body {
      	background:#BEC3C6 url(img/bg.jpg) repeat-x;
        color:#555;
        font-family:Verdana,"BitStream vera Sans",Helvetica,Sans-serif;
        font-size:12px;
}
h1, h2, h3, h4, h5, h6 {
        font-weight:bolder;
	letter-spacing:-0.07em;
        font-family:Arial;
}
h1 {font-size:200%;}
h2 {font-size:170%;}
h3 {font-size:150%;}
h4 {font-size:130%;}
h5 {font-size:110%;}
h6 {font-size:100%;}

a {
        color:#2970A6;
        text-decoration:none;
}
.alignleft {
        float:left;
        text-align:left;
        margin-right:10px;
}
.alignright {
        float:right;
        text-align:right;
        margin-left:10px;
}
.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
}

.page {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

.box {
	background: #eee;
	color: #000;
	padding: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.small-box-left {
	width: 400px;
	float: left;
	background: #eee;
	color: #000;
	margin-left: 90px;
	height: 225px;
	margin-bottom: 25px;
}

.small-box-right {
	width: 400px;
	margin-left: 100px;
	float: left;
	background: #eee;
	color: #000;
	height: 225px;
	margin-bottom: 25px;
}

h2 {
	clear: both;
}

td {
	padding: 5px;
}

table #table1 {
	padding: 10px;
}

tr #table1 {
	margin-top: 25px;
}

td {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

th { 
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.positive {
	color: green;
}

.negative {
	color: red;
}

    #tabs {
      float:left;
      width:100%;
      font-size:93%;
      line-height:normal;
      }
    #tabs ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("images/tableftH.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("images/tabrightH.png") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FFF;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }
