﻿/*ERIC MEYER CSS RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: Verdana;
	font-size: 9pt;
}

html{
}

body {
  line-height: 1;
  color: #222222;
  font-size:62.5%;
}

#container{
 	text-align: left; 
	font-size:1.2em;
	line-height: 1.5em;  
}


/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
#content table {
	border-collapse: collapse;
  border-spacing: 0;
  font-size:1em;
}

caption, th, td {
    font-weight: normal;
  padding:4px;
  border:0px;
}


blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*JON ADDITONS TO MEYER CSS RESET*/
strong{
  font-weight:bold; 
}

p{
  margin:0 0 18px 0;
  line-height:18px;
}

input{
}

input.text_box{
  border:none;
  height:15px;
  border:1px solid #C1C1C1;
  margin:0;
  padding:1px 2px 1px 2px;
  width:175px;
}

.checkbox{
 position:relative;
 top:3px; 
}

/*  line-height: 18px;*/

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 1.1em;
}

/*maybe add color 538535*/
h1 {
  font-size: 2em;
  margin:0 0 12px 0;
}

h2 {
  font-size: 1.5em;
  margin:0 0 12px 0;
}

h3 {
  font-size: 1.17em;
  margin:0 0 12px 0;
}

h4 {
  font-size: 1em;
  margin:0 0 12px 0;
}

h5 {
  font-size: .83em;
  margin:0 0 12px 0;
}

h6 {
  font-size: .75em;
  margin:0 0 12px 0;
}


a{
	/*  color: #000; */
	color: blue;
	text-decoration: none;
	padding: 3px 4px 2px 3px;
	font-family: Verdana;
}

a:visited{ 
/*  color: #666; */
}

a:hover{ 
	color: purple; 
/*  background:#000; */
/*  background: #fb9e24;*/
	text-decoration: none;
}

a img{
  background:none;
  border:0; 
  border:1px solid #F1E8E0;
}

a.img:hover {background-color: transparent} 
/*END JON ADDITIONS*/
/*END GENERIC*/
.newStyle1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
}
