@charset "UTF-8";

* {margin: 0}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
}

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #FF3300;
	overflow: hidden;
	background: url(/elements/bar-top2.gif) repeat-x;
	overflow:auto;
	margin-bottom:10px;
}

#centeredWrap {
  position: relative;
  /*top: 25%;
  left: 20%; */
  width: 100%;
  min-height: 100%;
  height: auto;
  height: 100%;
  margin: 0 auto;
  background-color: transparent;
  color: black;
}

#credit {width: 100%; font-size: .8em; text-align:center; color: #FF6600}
#credit a {color: #FF6600; text-decoration: none;}
#credit a:hover {color: #FF3300}

#table {margin: 0 auto;}

#btm {margin-top: -5px; * margin-top: -10px; padding-top: 8px; height: 70px; width: auto; /*background: url(/elements/bar-btm3.gif) repeat-x top center; color:#ffffff;*/ text-transform:lowercase; font-family: Helvetica, Arial, sans-serif; size: .85em; text-align: center}

a {color: #FF0000; font-weight: bold; text-decoration: none;}
a:hover {color:#ff3300;}

.active {font-weight: 100}

.tinytxt {font-size:.7em; color:#FF6600}

#content {width: auto; height: 498px; background-color: transparent;}

.hozRule hr{margin: 3px 0; border: 0; border-bottom: 1px dashed #FF3300; width: 80%; height:1px;}

.clear {padding: 0; margin: 0; font-size: 0px; clear:both}


