/* REDEFINED HTML TAGS */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	border: 0px none;
	font-family: Arial, sans-serif;
	font-size: 10px;
}
/* TEXT STYLES */
p            {
	font-family: Arial, sans-serif;
	font-size: 10px;
	//color: #CCC;
	color: black;
	line-height: 15px;
	text-transform: none;
	text-decoration: none;
	margin-top: 0em;
	margin-bottom: 1.5em;
	clear: both;
}
td            {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #0000cc;
	line-height: 15px;
	text-transform: none;
	text-decoration: none;
	margin-top: 0em;
	margin-bottom: 1.5em;
	clear: both;
}

.static_text  {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: black;
	line-height: 15px;
	text-transform: none;
	text-decoration: none;
	margin-top: 0em;
	margin-bottom: 1.5em;
	clear: both;
}


.pagetitle		{
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #274892;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

.priceTag {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: red;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

.txtpagetitle	{
	font:12px Arial, sans-serif; color:#2967a0
}
.copyright		{
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.singlepixel {
	font-family: Arial, sans-serif;
	font-size: 1px;
	font-style: normal;
	line-height: 1px;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
}
/* HYPERLINKS */
a	{
	color: black;
	text-transform: none;
	text-decoration: none;
}
a:hover	{
	color: #FF6600;
	text-transform: none;
	text-decoration: none;
}
a:visited	{
	color: #F003366;
	text-transform: none;
	text-decoration: none;
}
.dynamic_title {
 color:#000000; 
 font-style:normal; 
 font-variant:normal; 
 font-weight:bold; 
 font-size:8pt; 
 font-family:Verdana; 
 letter-spacing
}
.prices {
 color:#000000; 
 font-style:normal; 
 font-variant:normal; 
 font-weight:bold; 
 font-size:8pt; 
 font-family:Verdana; 
 letter-spacing
}
.price_title {
 color:#003399; 
 font-style:normal; 
 font-variant:normal; 
 font-weight:bold; 
 font-size:9pt; 
 font-family:Verdana; 
 letter-spacing
}
.notes {
 color:#666666; 
 font-style:normal; 
 font-variant:normal; 
 font-weight:normal;  
 font-family:Verdana; 
 letter-spacing
}
.bgMainFrame {
	background-color: #EFEFEF;
}
.redback {
	background-color: #ac2635;
}
.solidLightRed	{
	background-color: #D72430;	
}
.blueback {
	background-color: #000099;
}
.brownbackfaded {
	background-color: #261704;
}
.brownbackultrafaded {
	background-color: #150D02;
}
.brownbackmedium {
	background-color: #4D2E09;
}
.greeny		{
	background-color: #98CA00;
}
.greenyfaded		{
	background-color: #293700;
}