@charset "utf-8";
/* CSS Document */
.taglineBold	{
	font-family:Helvetica, Arial, "Century Gothic";
	color:#FFF;
	font-weight:bold;
	font-size:18px;
}
.tagline	{
	font-family:Helvetica, Arial, "Century Gothic";
	color:#FFF;
	font-size:16px;
}
.mainText	{
	font-family:Helvetica, Arial, "Century Gothic";
	color:#000;
	font-size:14px;
	line-height:18px;
}
.mainText a:link, .mainText a:visited	{
	font-family:Helvetica, Arial, "Century Gothic";
	color: #0066FF;
	font-size:14px;
	line-height:18px;
	text-decoration:underline;
}
.mainText a:hover	{
	font-family:Helvetica, Arial, "Century Gothic";
	color: #990099;
	font-size:14px;
	line-height:18px;
	text-decoration:none;
}
.mainText ul	{
	list-style-image: url(../imgs/bullet.gif);
	padding-left:25px;
}
.mainText li 	{
	padding-left:12px;
	font-family:Helvetica, Arial, "Century Gothic";
	color:#000;
	font-size:12px;
}
.mainText-10px	{
	font-family:Helvetica, Arial, "Century Gothic";
	color:#000;
	font-size:10px;
	line-height:14px;
}
.formHeader	{
	padding: 10px 0px 10px 0px;
	font-family:Helvetica, Arial, "Century Gothic";
	font-weight:bold;
	color: #000099;
	font-size:18px;
}
.formHeaderSub	{
	padding: 2px 0px 2px 0px;
	font-family:Helvetica, Arial, "Century Gothic";
	font-weight:bold;
	color: #92A717;
	font-size:15px;
}

.8px	{
	font-family:Helvetica, Arial, "Century Gothic";
	color:#000;
	font-size:8px;
	line-height:12px;
}
.10px	{
	font-family:Helvetica, Arial, "Century Gothic";
	color:#000;
	font-size:10px;
	line-height:15px;
}
.12px	{
	font-family:Helvetica, Arial, "Century Gothic";
	color:#000;
	font-size:12px;
	line-height:16px;
}
.16px	{
	font-family:Helvetica, Arial, "Century Gothic";
	color:#000;
	font-size:16px;
	line-height:28px;
}
.18px	{
	font-family:Helvetica, Arial, "Century Gothic";
	color:#000;
	font-size:18px;
	line-height:32px;
}

#ajaxSearch_form{margin:0;}
#ajaxSearch_input {
           width: auto;
           display: inline;
           height: 17px;
           border: 1px solid #ddd;
           border-left-color: #c3c3c3;
           border-top-color: #7c7c7c;
           background: #fff url(images/input-bg.gif) repeat-x top left;
           margin: 0;
           padding: 0;
           vertical-align: top;
       }