td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
}
body {
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003399;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.DesignBackground {
	background-image: url(../images/design.gif);
	background-repeat: no-repeat;
}
.BottomRowBG {
	background-image: url(../images/bg_table.gif);
	background-repeat: repeat-x;
}
.SmallText {
	font-size: 9pt;
	font-family: Tahoma, Verdana, Arial, Helvetica;
}
.Copyright {
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
}
.SmallishText {
	font-size: 9pt;
}
.FralockBlue {
	color: #3366CC;
	font-style: italic;
	font-weight: bold;
}
.ImageTopRight {
	float: right;
	margin-bottom: 10px;
	margin-left: 12px;
}
.ImageTopLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.ImageLeft {
	float: left;
	margin-right: 12px;
}
.HR_w_Vspace {
	padding-top: 8px;
	padding-bottom: 8px;
}
.Headline {
	font-size: 14px;
	font-weight: bold;
	color: #274F76;
}

/****** BEGIN CONTACT INFO ******/
#contact {
	background-color: #FFFFFF;
	background-image: url(/images/bg_amber.gif);
	background-repeat: repeat-y;
	color: #000;
	text-decoration : none;
	padding: 10px 15px 10px 12px;
}
#contact a:link {
	color: blue;
	font-weight : bold;
	text-decoration : underline;
}
#contact a:visited {
	color: blue;
	font-weight : bold;
	text-decoration : underline;
}
#contact a:hover {
	color: #ECD89E;
	font-weight : bold;
	text-decoration : underline;
}
#contact a:active {
	color: white;
	font-weight : bold;
	text-decoration : underline;
}
#contact p.sales {
	font-weight: bold;
	font-variant:small-caps;
}


