﻿body 
{
	margin: 0px;
	font-family:Tahoma;
    font-size: 10pt;
}

table 
{
	font-family:Tahoma;
    font-size: 10pt;
}

.price
{
	border: solid 1px #CCCCCC;
	background-color: #e8ecf0;
}

.pagetitle
{
	color: #FAA61A;
}

table.appheader { border-top: 1px solid #b5b5b5; border-bottom: 1px solid #b5b5b5; width:100%; }
table.header { border-top: 1px solid #b5b5b5; border-bottom: 1px solid #b5b5b5; width:100%; }
table.tablehead { border: 2px solid #e5e5e5; width:100%;}
table.tablehead td { padding: 4px; background-color: #F3F4F4; color: Black; font-weight:bold; }
table.tablefront { border: 2px solid #F3F4F4; width:100%;}
table.tablefront td { padding: 4px; background-color: #F3F4F4; }
table.tablefront .cell {padding: 4px; background-color: #F3F4F4;}
table.tablefront .cellhighlight {padding: 4px; background-color:#e5e5e5;}

.error { color:Red; font-weight:bold; }
.success { color:Green; font-weight:bold; }


a:link 
{
	font-size: 10pt;
	font-weight:normal;
	text-decoration: underline;
	color: #FAA61A;
	background-color: colorhere;
	border: none;
}

a:visited 
{
	font-size: 10pt;
	font-weight:normal;
	text-decoration: underline;
	color: #FAA61A;
	background-color: colorhere;
	border: none;
}

a:hover 
{
	text-decoration: none;
	border: none;
}
