body {
	background-color: #CCCCCC;
}

h1, h2 {
	font-family: "Trebuchet MS";
	color: #1776d4;
	font-weight: normal;
	font-size: 22px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px ;

}

h3, h4, h5 {
	font-family: "Trebuchet MS";
	color: #1776d4;
	font-weight: normal;
	margin: 0px;
	font-size: 21px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

a:link {
	color: #1776d4;
	font-weight: bold;
}

a:visited {
	color: #1776d4;
		font-weight: bold;
}

a:hover {
	color: #0000FF;
		font-weight: bold;
}

a:active {
	color: #1776d4;
		font-weight: bold;
}

.bords {
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}


/* list */


ul {
	list-style-type: none;
	margin: 0em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 1em;
}
li {
	background-image: url(/supp/images/bullter.gif);
	background-repeat: no-repeat;
	background-position: 0em .1em;
	margin: 2px;
	padding-left: 1em;
}

#questions a {
	font-family: Tahoma, Arial;
	font-size: 13px;
	font-weight: normal;
	color: #003399;
	padding-left: 10px;
}
#answer {
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 17px;
}


#answer a{
	padding: 0px 0px 0px 0px ;
}


#questions {
	font-family: Tahoma, Arial;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	padding-left: 10px;
}


/* form */

#form {
	font-family: Tahoma, Arial;
	font-size: 14px;
	color: #303030;
}

#contact {
	font-family: Tahoma, Arial;
	font-size: 13px;
	font-weight: normal;
	color: #303030;
}

.form-header {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}

.form-header-sub {

	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bold;
	color: #1776D4;
	text-transform: capitalize;
}
