body {
	font-family:  Arial, "Times New Roman", Times, serif;
	color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

.MyForm
{
	/*width: 300px;*/
	border: 1px dotted #566C10;
	/*filter: Alpha(Opacity=70, FinishOpacity=70, Style=100, StartX=70, StartY=70, FinishX=70, FinishY=70)*/
}

UL
{
	list-style-image: url(../images/pharma-arrow.jpg);
}
	
td
{
	font-family:  Arial, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #68785B;
	letter-spacing: 0px;
	font-weight: normal;
}

td.ButtonOn, td.ButtonOn a:visited, td.ButtonOn a:link
{
	color: #1F1F1F;
	font-family: Arial Narrow, Arial, "Times New Roman", Times, serif;
	letter-spacing: 0px;
	font-size: 18px;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
}

td.Button, td.Button a:visited, td.Button a:link
{
	color: #5E5E5E;
	font-family: Arial Narrow, Arial, "Times New Roman", Times, serif;
	letter-spacing: 0px;
	font-size: 18px;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
}

td.Button a:hover
{
	color: #1F1F1F;
	font-family: Arial Narrow, Arial, "Times New Roman", Times, serif;
	letter-spacing: 0px;
	font-size: 18px;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
}

a:link, a:visited
{
	font-weight:normal;
	font-family:  Arial, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	letter-spacing: 0px;
}

a:active, a:hover
{ 
	color: #566C10;
	text-decoration: underline;
	font-weight: normal;
	letter-spacing: 0px;
}

td.Title
{
	font-family: Arial Narrow, Arial, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #566C10; 
	font-weight: bold;
	letter-spacing: 0px;
	padding: 18px 12px 0px 23px;
	line-height: 24px;
}

td.SubTitle
{
	font-family: Arial Narrow, Arial, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #566C10; 
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 22px;
}

td.Text
{
	font-family:  Arial, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #68785B;
	letter-spacing: 0px;
	font-weight: normal;
	padding: 0px 12px 10px 23px;
}

td.Products
{
	color: #000000;
	padding: 0px 10px 0px 10px;
}

td.Price
{
	font-size: 15px;
	padding: 0px 10px 0px 10px;
	line-height: 22px;
}

td.Category
{
	color: #000000;
	font-size: 15px;
	line-height: 22px;
}

td.List a:active, td.List a:hover
{
	letter-spacing: 0px;
}

td.Footer
{
	font-size: 11px;
	color: #5E5E5E;
	letter-spacing: 0px;
}

.Footer a:link,.Footer  a:visited 
{
	font-weight:normal;
	text-decoration: none;
	font-family:  Arial, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #5E5E5E;
}

.Footer  a:active,.Footer a:hover 
{
	color: #5E5E5E;
	text-decoration: underline;
}

.FormElement
{
	font-family:  Arial, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 2 2 2 2;
	border: 1px solid #4F3D34;
}

.Error
{
	color: red;
	font-weight: bold;
	/*padding : 0px 14px 0px 14px;*/
}

.FormError
{
	border: 2px dashed red;
}