/* CSS Document */

.text_1 {
 color: #000000;
 font-size: 8px;
 text-align: center;
 font-family: "Trebuchet MS";
}

.text_2 {
	color: #708090;
	font-size: 12px;
	text-align: left;
	font-family: "Trebuchet MS";
}

.text_3 {
 color: #17a1b3;
 font-size: 12px;
 text-align: center;
 font-weight: bold;
 font-family: "Trebuchet MS";
}
  
.text_heading {
 font-size: 24px;
 text-align: center;
 font-weight: bold;
 font-family: "Trebuchet MS";
}
.nav {
 color: #ffffff;
 font-size: 12px;
 text-align: center;
 font-weight: bold;
 font-family: "Trebuchet MS";
}
    
.services {
 color: #17a1b3;
 font-size: 12px;
 text-align: center;
 font-weight: bold;
 font-family: "Trebuchet MS";
}

.cell_border {
  border-top-width: meduim;
 	border-right-width: medium;
 	border-bottom-width: thin;
 	border-left-width: medium;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: solid;
 	border-left-style: none;
 	border-top-color: #669900;
 	border-right-color: #669900;
 	border-bottom-color: #669900;
 	border-left-color: #669900;
 	padding-top: 5px;
 	padding-bottom: 10px;
 	padding-left: 0px;
 	padding-right: 0px;
 	font-size: 1px;
 	text-align: center;
 	margin-left: auto;
  margin-right: auto;
}

.table_border {
  border-top-width: 10px;
 	border-right-width: 10px;
 	border-bottom-width: 10px;
 	border-left-width: 10px;
 	border-top-style: solid;
 	border-right-style: solid;
 	border-bottom-style: solid;
 	border-left-style: solid;
 	border-top-color: #669900;
 	border-right-color: #669900;
 	border-bottom-color: #669900;
 	border-left-color: #669900;
 	padding-top: 20px;
 	padding-bottom: 20px;
 	padding-left: 20px;
 	padding-right: 20px;
 	font-size: 1px;
 	text-align: center;
 	margin-left: auto;
  margin-right: auto;
}

ul {
  list-style: url("images/triangle.gif") disc
}

.faq-txt {
	font-size: 12px;
	color: #708090;
	line-height: 150%;
	font-family: "Trebuchet MS";
	margin-right: 15%;
	margin-left: 2%;
}

.faq {
	font-size: 12px;
	color: #17a1b3;
  font-weight: bold;
  font-family: "Trebuchet MS";
}

img {
  boder: 0;
}
	
a {
	color: #00008b;
	text-decoration: none;
	border: 0px;
}
	
a:hover {
	color: Yellow;
	border: 0px;
}

.idx-heading {
 color: #17a1b3;
 font-size: 20px;
 text-align: left;
 font-family: "Trebuchet MS";
}

.idx-txt {
	font-size: 12px;
	color: #708090;
	font-family: "Trebuchet MS";
	margin-left: 2%;
}

.idx {
	font-size: 12px;
	/* color: #669900; */
  font-weight: bold;
  font-family: "Trebuchet MS";
	margin-right: 15%;
	margin-left: 2%;
}

.idx-read {
	font-size: 10px;
	color: #17a1b3;
	font-family: "Trebuchet MS";
	margin-left: 2%;
}

.indented {
 color: #17a1b3;
 font-size: 12px;
 text-align: left;
 font-weight: bold;
 font-family: "Trebuchet MS";
 padding-left: 50px;
 padding-right: 50px;
}
