/*------------------------------------------------------------------------------------------------*/
/* Styles for TiftMerritt.net                                                                     */
/*------------------------------------------------------------------------------------------------*/
p 
{
    font-family: Tahoma;
    font-size: 12px;
}


/*------------------------------------------------------------------------------------------------*/
/* This changes the links in the Links section on the home page                                   */
/*------------------------------------------------------------------------------------------------*/
.Headline
{
	color: #7096D4;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}	

/*------------------------------------------------------------------------------------------------*/
/* Styles for the What's New section.                                                                 */
/*------------------------------------------------------------------------------------------------*/
.WhatsNewTitle 
{ 
	color: #006ac2; 
	font-size: 12px;
	font-weight: bold; 
	margin-bottom: 2px;
}	

.WhatsNewDescription 
{ 
	color: #000;
    font-size: 11px;
	margin-bottom: 10px;
}

/*------------------------------------------------------------------------------------------------*/
/* This changes the links in the Links section on the home page                                   */
/*------------------------------------------------------------------------------------------------*/
a.Normal:link, a.Normal:visited 
{
	color: #006ac2; 
	font-size: 12px; 
}	
a.Normal:hover 
{
	color: #006ac2; 
	font-size: 13px; 
	font-weight: bold;
	text-decoration: underline; 
}	


/*------------------------------------------------------------------------------------------------*/
/* Styles for the FAQ page.                                                                       */
/*------------------------------------------------------------------------------------------------*/
.FAQQuestion
{
	color: #333; 
	font-size: 12px;
	margin: 0;
	padding: 3px 0 0 10px;
}	

.FAQAnswer
{
	color: #7096D4; 
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 0 30px;
}	

/*------------------------------------------------------------------------------------------------*/
/* Styles for the Downloads page.                                                                 */
/*------------------------------------------------------------------------------------------------*/
.DownloadsTitle 
{ 
	color: #006ac2; 
	font-size: 14px; 
	font-weight: bold;
}

.DownloadsDescription
{ 
	color: #006ac2; 
	font-size: 11px; 
	font-weight: bold;
}
