/* CSS Document */

/* Body Elements That Apply To Entire Site */
body {
	background-color: #9ba0a3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Arial, sans-serif;
	color: #666666;
	font-size: 12px;
}

/* This is what all of the links will look like, unless otherwise specified */
BODY A:LINK {color: #008A9C; text-decoration: underline;}
BODY A:ACTIVE {color: #008A9C; text-decoration: underline;}
BODY A:VISITED {color: #008A9C; text-decoration: underline;}
BODY A:HOVER {color: #666666; text-decoration: underline;}

.mainWindowOutline {
	border: solid;
	border-width: 2px;
	border-color: #FFFFFF;
}
.rightBorder2px {
	border-right: solid;
	border-right-color: #FFFFFF;
	border-right-width: 2px;
}
.footer {
	font-size: 10px;
	color: #FFFFFF;
}
.footer A:LINK {color: #FFFFFF; text-decoration: none;}
.footer A:ACTIVE {color: #FFFFFF; text-decoration: none;}
.footer A:VISITED {color: #FFFFFF; text-decoration: none;}
.footer A:HOVER {color: #FFFFFF; text-decoration: none;}
.largeHeaderText {
	font-size: 16px;
	color: #008A9C;
	font-weight: bold;
}
.testimonialsBorders {
	border: 1px solid #666666;
}