
body {
	color: #202020;
	font-size: 75%;
	text-align: left;
}

body, table, td, th, input, textarea {
	font-family: 'Arial', 'Verdana', sans-serif;
}

body table {
	font-size: 1em;
}

table, th, td, div, p, img, h1, h2, h3, h4, h5, h6 {
	border-style: solid;
	border-width: 0;
}

form, div, img, p, body {
	margin: 0;
	padding: 0;
}

p {
	margin: 1em 0;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

button {
	font-weight: bold;
}

ul, ol {
	margin-top: 0;
	margin-left: 25px;
	padding-left: 0;
}

ul li {
  list-style-type: square;
}




h1 {
  font-size: 2em; 
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}

input.submit {
	font-weight: bold;
	border-width: 1px;
  text-align: center;
}

fieldset {
  border-style: solid;
  border-width: 1px;
  display: block;
  margin-top: 10px;
}

fieldset legend {
  border-style: solid;
  border-width: 1px;
  font-weight: bold;
}

img {
  vertical-align: top;
}        

#clear {
  clear: both;
  font-size: 1px;
  height: 1px;
  overflow: hidden;
}

.clear { 
  clear: both; 
}
.clear_left { 
  clear: left; 
}
.clear_right { 
  clear: right; 
}
.float_left { 
  float: left; 
}
.float_right { 
  float: right; 
}
.align_left { 
  text-align: left; 
}
.align_center {
  text-align: center;
}   
.align_right { 
  text-align: right; 
}

.vertical_align_top {
  vertical-align: top;
}
.vertical_align_middle {
  vertical-align: middle;
}
.vertical_align_bottom {
  vertical-align: bottom;
}

.border_0 { 
  border-width: 0; 
}
.indent_0 { 
  text-indent: 0px; 
}
.bold { 
  font-weight: bold; 
}
.oldbrowser { 
  position: absolute;
  top: -10000px;
  left: 0px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.smaller { 
  font-size: 0.9em; 
}
.bigger { 
  font-size: 1.2em; 
}