.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14pt;
	color:#333;
}

.body_header {
font-family: Arial, Helvetica, sans-serif;
font-size: 14pt;
font-weight: bold;
color: #e77c04;
margin: 0;
padding: 0;
/*border-top: solid #999 medium;*/
border-bottom: dotted #999 thin;
width: 100%;

}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18pt;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color:#333;
}
.bodyText a { text-decoration:underline;
	
}
.bodyText p { 	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color:#333;
	
}
.servicesTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;	
}
.bodyTextblk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color:#333;
}
.style2 {color: #990000}


#expand {
	padding: 16px;
	display: none;
	background-color: #fff;
}

#expand2 {
	background-color: #fff;
	display: none;
}

#expand2 div {
	padding: 16px;
}
		
.expandInfo {
	background-color: #fff;
	margin: 0;
	padding: 10px;
}

a {
	color: #0000C4;
	text-decoration: none;
}

.white {
	background-color: #fff;
	padding: 10px;
}
	
.infobox {
	background-color:#fbf8f1; 
	border-left:#999 thin solid; 
	border-right:#999 thin solid; 
	border-bottom:#999 thin solid; 	
}

.rounded_colhead
{
  width: 250px;
  margin: 10px 10px 10px 10px;
  color: white;
  padding: 7px 10px;
  background-image:url(graphics/bg_fade_white.png); 
  background-position:top; 
  background-repeat:repeat-x;
  /* Rounded corner stuff starts here */
  border:#999 medium solid;
   background-color:#f8f6e4;
  -webkit-border-radius: 10px;    /* for Safari */
  -moz-border-radius: 10px;       /* for Firefox */
}

.rounded_body
{
  width: 95%;
  margin: 10px 0 10px 0;
  color: white;
  padding: 7px 10px;
  text-align:left;
  background-image:url(graphics/bg_fade_white.png); 
  background-position:top; 
  background-repeat:repeat-x;
  /* Rounded corner stuff starts here */
  border:#999 medium solid;
   background-color:#f8f6e4;
  -webkit-border-radius: 10px;    /* for Safari */
  -moz-border-radius: 10px;       /* for Firefox */
}




.spacing {
margin: 0 30px 0 50px;
z-index:100;
}



form, form input, form select, form textarea, form label {
	font-family: Helvetica, Arial;
	font-size: 12pt;
}
form p { position: relative; margin: 10px 0;}
form p label { position: absolute; top: 0; left: 0;}
form p br {display: none;}


form p input,
form p textarea {
	display: block;
	padding: 4px;
	width: 200px;
	margin: 0;
}

form p label {
	width: 200px;
	display: block;
	margin: 5px 5px 5px 30px;
	padding: 0;
	text-align:left;
}

form p textarea {
	padding: 2px;
	width: 200px;
}

form p textarea,
form p input {
	border: solid 1px #ccc;
}

form p select {
		color:#999;
		border: solid 1px #ccc;
		display: block;
		padding: 4px;
		width: 210px;
		margin: 0;
}

form p label {
	color: #777;
}
