﻿body
{
	color: #000000;
	font-size: 11px;
	text-align: center;
	background-color: #E6F5FC;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	background-image: url(/images/registryconvoy_background.png); /*background-position: bottom;*/
	background-repeat: repeat-x;
}
a
{
	outline: none;
	color: #000000;
	cursor: pointer;
	text-align: right;
	text-decoration: none;
}
a:hover
{
	color: #000000;
	text-decoration: underline;
	cursor: pointer;
}
#horiz-h1
{
	margin: 7px auto;
	height: 3px;
	width: 90%;
	background-image: url(/images/registryconvoy_h1.gif);
	background-repeat: repeat-x;
	text-align: center;
}
#horiz-h2
{
	margin: 5px 0 0 0;
	height: 3px;
	width: 100%;
	background-image: url(/images/registryconvoy_h2.jpg);
	background-repeat: repeat-x;
	text-align: left;
}
#horiz-h3
{
	margin: 7px 0 0 0;
	height: 3px;
	width: 100%;
	background-image: url(/images/registryconvoy_footer.gif);
	background-repeat: repeat-x;
	text-align: left;
}
#content
{
	width: 918px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#content-head
{
	background-color: #FFFFFF;
	height: 140px;
	width: 900px;
	margin: 0 auto;
	text-align: center;
}
#content-body
{
	height: auto;
	width: 898px;
	margin: 0 auto;
	text-align: center;
}
#content-title
{
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #2e6399;
}
#content-subtitle
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#content-text
{
	line-height: 11pt;
}
#content-testimonials
{
	text-align: left;
	line-height: 11pt;
	margin: 5px 10px 25px 10px;
}
#faq-title
{
	font-size: 14px;	
	font-weight: bold;
	line-height: 30PX;
	color: #084164;
}
/* GENERAL
------------------------------------------------------------------- */
.highlight
{
	color: #c00000;
}
/* GENERAL
------------------------------------------------------------------- */
.INPUT
{
	padding: 3px;
	border: 1px solid #B8BCD8;
	background: #f9f9f9;
	font-family: Tahoma;
	vertical-align: middle;
}
.TEXTAREA
{
	font-family: Tahoma;
	padding-right: 3px;
	padding-left: 3px;	
	padding-top: 3px;
	border-right: #B8BCD8 1px solid;
	border-top: #B8BCD8 1px solid;
	background: #f9f9f9;
	padding-bottom: 3px;
	vertical-align: top;
	border-left: #B8BCD8 1px solid;
	border-bottom: #B8BCD8 1px solid;
}
.BUTTON
{
	border: 1px solid #B8BCD8;
	padding-right: 2px;
	padding-left: 2px;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#cecfde);
	cursor: hand;
	color: black;
	padding-top: 2px;
	height: 23px;
	width: 223px;
}