body
{
	color: #000;
	background-color: #fff;
	margin: 0px;
	height: 100%;
	width: 100%;
	font-family: Verdana, Tahoma, Ariel, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	overflow-y: scroll;
}

form
{
	margin: 0px;
	padding: 0px;
}

input
{
	font-size: 1em;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px !important;
	margin: 0px 4px;
	border: solid 1px #000;
	
}

img
{
	border: none;
}

a		{color: #f00; font-weight: normal; text-decoration: none;}
a:hover	{color: #f00; font-weight: normal; text-decoration: underline;}

a.ablack		{color: #000; text-decoration: underline;}
a.ablack:hover	{color: #f00; text-decoration: underline;}

a.abold			{font-weight: bold;}
a.abold:hover	{font-weight: bold;}


.left	{text-align: left;}
.center	{text-align: center;}
.right	{text-align: right;}
.valignTop {vertical-align: top;}
.valignMiddle {vertical-align: middle;}
.valignBottom {vertical-align: bottom;}

.italic		{font-style: italic;}
.bold		{font-weight: bold;}
.underline	{text-decoration: underline;}
.uline		{border-bottom: 1px solid #000;}
.oline		{border-top: 1px solid #000;}

.noborder	{border: 0;}

.red		{color: #f00;}
.grey		{color: #ccc;}
.darkgrey	{color: #bbb;}
.darkergrey	{color: #999;}
.black		{color: #000;}

.pointer	{cursor: pointer;}
.hidden		{height: 0px; width: 0px; display: none !important;}

.marginSmall		{margin: 5px;}
.marginMedium		{margin: 10px;}
.marginLarge		{margin: 15px;}
.marginTopSmall		{margin-top: 5px;}
.marginBottomSmall	{margin-bottom: 5px;}
.marginLeftSmall	{margin-left: 5px;}
.marginRightSmall	{margin-right: 5px;}
.marginTopMedium	{margin-top: 10px;}
.marginBottomMedium	{margin-bottom: 10px;}
.marginLeftMedium	{margin-left: 10px;}
.marginRightMedium	{margin-right: 10px;}
.marginTopLarge		{margin-top: 15px;}
.marginBottomLarge	{margin-bottom: 15px;}
.marginLeftLarge	{margin-left: 15px;}
.marginRightLarge	{margin-right: 15px;}
.marginTopXLarge	{margin-top: 20px;}
.marginBottomXLarge	{margin-bottom: 20px;}
.marginLeftXLarge	{margin-left: 20px;}
.marginRightXLarge	{margin-right: 20px;}

.price
{
	font-weight: bold;
}

.error
{
	color: #f00;
	font-style: italic;
	font-size: 1.1em;
	text-align: center;
}
.message
{
	color: #000;
	font-style: bold;
	font-size: 1.1em;
	text-align: center;
}


div.titlebar
{
	background-color: #ccc;
	color: #f00;
	font-size: 1.1em;
	font-weight: bold;
}
table.titlebar
{
	border: 2px;
	padding: 0px;
	margin: 0px;
	font-size: 1em; /* IE inherits from here */
}
tr.titlebar
{
}
th.titlebar
{
	color: #f00;
	font-size: 1.1em;
	font-weight: bold;
}
th.titlebarLight
{
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	text-align: left;
}
td.titlebar
{
	color: #000;
	font-size: 1em;
}
td.titlebarLight
{
	color: #000;
	font-size: 1em;
	font-style: italic;
	text-align: left;
}
td.titlebarLightDelivery
{
	color: #999;
	font-size: 1em;
	font-style: italic;
	text-align: left;
}

