/* MAIN.CSS Stylesheet */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F4F4F4;
	font-family: Arial;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 2px;
}
p {
	letter-spacing: 1px;
	line-height: 15px;
}

h1 {
	font-weight: bold;
	font-size: medium;
	margin: 0px;
	color: #1665A8;
	padding-bottom: 2px;
	letter-spacing: 1px;
	line-height: 15px;
}

h2 {
	font-weight: bold;
	font-size: small;
	margin: 0px;
	color: #1665A8;
	padding-bottom: 2px;
	letter-spacing: 1px;
	line-height: 15px;
}

.testimonials {
	margin-bottom: 9px;
}

.text {
	color: #666666;
}

.style1 {
	color: #1665A8;
	font-weight: bold;
}

a:link {
	color: #006699;
	text-decoration: underline;
}
a:visited {
	color: #006699;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: underline;
}

.copyright {
	font-family: Arial;
	color: #006699;
}

.form {
	font-family: Arial;
}

.tableBack {
	background-color: #FFFFFF;
}

li {
	margin-top: 5px;
	margin-left: 10px;
	color: #1665A8;
}

ul {
	margin-top: 5px;
	margin-left: 10px;
	color: #1665A8;
	letter-spacing: 1px;
	line-height: 15px;
}

.breadcrumbs {
	margin-top: 12px;
}