A:link {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;

}

A:visited {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;

}

A:active {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;

}

A:hover {
	color: #F01909;
	text-decoration: underline;
	font-weight: bold;

}

A.dark:link {
	color: #FE9016;
	text-decoration: underline;
	font-weight: bold;
	letter-spacing: 3px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;


}

A.dark:visited {
	color: #FE9016;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 3px;

}

A.dark:active {
	color: #FE9016;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

}

A.dark:hover {
	color: #F01909;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 3px;

}

A.header:link {
	color: #FE9016;
	text-decoration: underline;
	font-weight: bold;
	letter-spacing: 3px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;


}

A.header:visited {
	color: #FE9016;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 3px;

}

A.header:active {
	color: #FE9016;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

A.header:hover {
	color: #F01909;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 3px;

}

TD {
	font-size: 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: #333333;

}

P {
	font-size: 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: #333333;

}

TD.smaller {
	font-size: 10px;
	font-family : Tahoma;
	color : #333333;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;

}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.whtheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F3F3F3;
}
.tableborderred {
	border: 1px solid #F01909;
}
.topborder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC0000;
}
.search {
	background-color: #FE9016;
	height: 18px;
	width: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;

}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
	height: 16px;
}
.red {
	font-size: 14px;
	color: #F01909;
}
.large {
	font-size: 18px;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.imgBorder {
	border: 2px solid #221311;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFFFFF;
	padding: 5px;
	/*left: -1000px;*/
	border: 1px dashed brown;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: 50px; /*position where enlarged image should offset horizontally */
}
h1 {
	font-size: 20px;
}
#testimonial {
	background-color: #F0F0F0;
	padding: 3px;
	float: right;
	width: 200px;
	margin-left: 4px;
	border: 1px solid #F01909;
}
