body { font-family: Verdana; padding:0px; font-size: 10pt; color: black;
background-color: white; margin:0px; }

h1 {
	 font-size: 14pt; font-weight: bold; color: #0069AA;
	 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

h2, h3 {
	font-size: 11pt; font-weight: bold; color: #0069AA;
}

h2 {
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

p, td, th, div, i, blockquote, center { font-family: Verdana; font-size: 10pt; color: black }
small { font-family: Verdana; font-size: 10pt; color: black }
#page_content { margin: 20px }
a:link { color: #0069AA }
a:visited { color: #003A63 }
#tablecomment {
	 background-color: #F5F5F5;
	 width:100%; border:1px solid #ADC5E7;
	 margin-bottom: 10px;
}

#menulink { font-weight: bold; font-size: 10pt; color: #0069AA; }

#menutable {
	background-color: #D6F2FF;
	width:100%;
	border:1px solid #ADC5E7;
	-webkit-border-radius: 6px;
	-moz-border-radius:6px;
	border-radius:6px;

}

#menutable TD { padding: 10px; }

hr {  border:1px solid #ADC5E7; }


div.header a, div.footer a{
	color: white;
}

div.header, div.footer {
	padding: 10px;
	background: #0069AA;
	background-image: -webkit-gradient(
	   linear, left top, left bottom, color-stop(0.06, #0069AA), color-stop(0.71, #0086D3));
	background-image: -moz-linear-gradient(
	   center top,  #0069AA 6%,  #0086D3 71% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0069AA', endColorstr='#0086D3');
	color: white;
}

/*#navigation { background-color: #0069AA; width:100%; }
#navigation TD { font-size: 8pt; color: white; padding:2pt; font-weight:bold; }
#navigation a { text-decoration: none; font-weight:normal; color: white; }
#footer { background-color: #0069AA; width:100%; }
#footer TD { font-size: 8pt; color: white; padding:2pt; }
#footer a { font-weight:normal; color: white; }*/
#zerotable { width:100%; border:0px}
#zerotable TD { padding: 0px; }

#synddiv h2 {
  font-size: 10pt;
  color: black;
}

#synddiv {
  font-weight: bold;
  padding: 0;
  margin: 0;
}

#synd {
  list-style:none;
  display: block;
  margin-top: 5px;
  margin-left: 10px;
}

#synd LI {
  display: inline;
  margin-left: 10px;
}

#synd img {
  border:0;
}

/* rounded inputs */

input, textarea, select {
	padding: 4px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

/* contact form table */
#sform strong, #contact_form strong {
	padding: 5px 0 5px 0;
}

#sform input[type=text], textarea, input[type=password], select,
#contact_form input[type=text], textarea, input[type=file] {
	margin-top: 5px;
}

