img {
	border: 0;
	}

body {
	color: #333;
	background: #ffffff;
	text-align: center;
	margin: 0px;
  font: 12px Arial, Sans-Serif; /* Resets 1em to 10px */
}

a {
	color: #29abe2;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4 {
/*  font-weight: bold;*/
  letter-spacing: -1px;
}

h1 {
  font-size: 130%;
/*	font-weight: bold;*/
	letter-spacing: -1px;
	text-transform: uppercase;
	line-height: 19px;
	height: 19px;
	text-align: left;
	vertical-align: middle;
	color: #fff;
	background-color: #29abe2;
	padding: 4px;
	margin: 0;
	margin-bottom: 8px;
	margin-top: 27px;	
}
h1 .h1inner {
	padding-left: 11px;
}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	font-weight: normal;
}

h1 a:hover {
	text-decoration: underline;
}

h2 {
  font-size: 120%;
	font-weight: normal;
	color: #fff;
  text-transform: uppercase;
  background-color: #29abe2;
	line-height: 19px;
	height: 19px;
	text-align: left;
	vertical-align: middle;
	padding: 4px;
	margin: 20px 0 3px 0;
	margin-bottom: 10px;
}
h2 .h2inner {
	padding-left: 11px;
}
h2 a, h1 a {
 font-size: 11px;
 font-weight: normal;
 text-transform: none;
 margin-left: 15px;
 color: white;
 text-decoration: underline;
}
h3 {
  font-size: 14px;
  color: #000;
	line-height: 17px;
	text-align: left;
	margin:0 0 9px 0;
	padding-top: 21px;
	font-weight: normal;
}

small {
	font-size: .9em;
	line-height: 1.5em;
	}

small, strike {
	color: #777;
	}
	
code {
	font: 0.9em 'Courier New', Courier, Monospace;
	color: #333333;
	background-color: #ffffdd;
	margin: 20px 0;
	padding: 0 20px 0 50px;
}
	

acronym, abbr {
	font-size: 0.9em;
	letter-spacing: .07em;
	border-bottom: 1px dashed #999;
	cursor: help;
}


form {
  margin: 0;
  padding: 0;
}

input, textarea, select {
	color: #666;
	font-size: 100%;
	background-color: #fff;
	border: 1px solid #808080;
	border-top-color: #c0c0c0;
	border-left-color: #c0c0c0;
	margin: 0;
}
input.checkbox {
	border: 0
}
input {
	height: 15px;
}
select {
	height: 19px;
}
input {
 text-align: center;
}
button, input.submit {
  font-size: 12px;
  color: #000;
  background: #fff;
	border: 1px solid #808080;
	border-top-color: #c0c0c0;
	border-left-color: #c0c0c0;
  background-image: url(../images/fade-butt.png);
  padding: 1px 5px;
  width: 170px;
  height: 18px;
  line-height: 12px;
  text-align: center;
}
button:active, input.submit:active {
	border: 1px solid #c0c0c0;
	border-top-color: #808080;
	border-left-color: #808080;
}

label {
  font-weight: bold;
  white-space: nowrap;
}

table {
  font-size: 11px;
}

@media print {
  a {display: none}
}
