﻿/*---------------- TITLES --------------------- */
.sectionTitle /*-- From MasterPage (RxRefill-2.Master) --*/
{
	font-family: Tahoma;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.MainBodyContentHolder h1
{
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0px 0px -10px 0px;
}

.MainBodyContentHolder h2
{
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0px 0px -15px 0px;
	padding-left: 10px;
	padding-right: 10px;
}

/*---------------- CONTENT ------------------ */
.MainBodyContentHolder
{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
}			   

.MainBodyContentHolder p
{
	padding-left: 15px;
	padding-right: 10px;
}	

.NewsTitle
{
}

.NewsDesc
{
}
/*---------------- CONTENT LINKS------------------ */
.MainBodyContentHolder a {color: #4E8304;text-decoration: none;font-weight: bold;}
.MainBodyContentHolder a:hover {color: #4E8304;text-decoration: none;font-weight: bold;}
.MainBodyContentHolder a:link {color: #4E8304;text-decoration: none;font-weight: bold;}
.MainBodyContentHolder a:visited {color: #4E8304;text-decoration: none;font-weight: bold;}
