﻿body
{
	background-color:#FFFFFF;
	font-family:Tahoma;
	font-size:20px;
	font-weight:bold;
}
#Container
{
	display:block;
	width:800px;
	/* height:600px; */
	overflow:visible;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFBFE5; /* #F1DBE3; */
}
img
{
	border-style:none;
}
a:link, a:visited, a:active
{
	color:#F05C73;
}
a:hover
{
	border:0px;
	color:#31A151;
}
.CopyInfo
{
	font-size:12px;
	text-align:center;
}

/* Left Menu */
.Menu
{
	display:block;
	width:81px;
	height:39px;
	text-decoration:none;
	text-align:center;
	padding-top:10px;
	font-weight:bold;
	font-family:Times New Roman;
	font-size:14px;
	background-repeat:no-repeat;
}
a.Menu:link, a.Menu:visited, a.Menu:active
{
	color:Yellow;
	background-image:url(../images/menu_up.gif);
}
a.Menu:hover
{
	color:#31A151;
	background-image:url(../images/menu_over.gif);
	border:0px;
}
.MainHeader
{
	text-align:center;
	font-family:Impact;
}

/* Purchase */
.dPurchase
{
	display:block;
	width:162px;
	height:78px;
	text-decoration:none;
	text-align:center;
	padding-top:24px;
	font-weight:bold;
	font-family:Times New Roman;
	font-size:26px;
	background-repeat:no-repeat;
}
a.dPurchase:link, a.dPurchase:visited, a.dPurchase:active
{
	color:Yellow;
	background-image:url(../images/purchase_up.gif);
}
a.dPurchase:hover
{
	color:#31A151;
	background-image:url(../images/purchase_over.gif);
	border:0px;
}

/* ContactUs.htm */
.ContactFont
{
	font-weight:bold;
	font-size:20px;
}

/* Purchase.htm */
.PurchaseBox
{
	border: solid thin #000; 
	width:100%;
	padding: 5px 0px 0px 10px;
}
.PurchaseTable
{
	border: solid thin #000;
	width:100%;
}

/* News */
.NewsHeader
{
	font-weight:bold;
	margin-left:30px;
}
.NewsLines
{
	font-weight:normal;
}
.NewsLines p
{
	/* line-height:20px; */
}
