body
{
background-color:#FFFFFF;
margin:0px;
}

a.announceRED:link {
	COLOR: #FF0000; TEXT-DECORATION: none
}
a.announceRED:hover {
	COLOR: #0000FF; TEXT-DECORATION: underline
}
a.announceRED:active {
	COLOR: #0000FF; TEXT-DECORATION: underline
}
a.announceRED:visited {
	COLOR: #FF0000; TEXT-DECORATION: none
}

a.announceGREEN:link {
	COLOR: #006600; TEXT-DECORATION: none
}
a.announceGREEN:hover {
	COLOR: #0000FF; TEXT-DECORATION: underline
}
a.announceGREEN:active {
	COLOR: #0000FF; TEXT-DECORATION: underline
}

a.announceGREEN:visited {
	COLOR: #006600; TEXT-DECORATION: none
}

.forTextsMemory {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: normal;
	text-align: left;

}

.forRF {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: normal;
	text-align: left;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 0.2em;
	
}

.forRFsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 1em;
	text-align: right;
	margin-top: 0.5em;
}

A.hover:hover {
	COLOR: #0000ff; TEXT-DECORATION: underline
}
A.hover:active {
	COLOR: #ff3300; TEXT-DECORATION: none
}
A.hover:link {
	COLOR: #003399; TEXT-DECORATION: none
}
A.hover:visited {
	COLOR: #0044D2; TEXT-DECORATION: none 
}

.tablexdac {border-collapse: collapse;}
.trhdac {background-color: #cccccc; font-weight: bold; color: #000000;}
.trxdac {background-color: #ffffff; font-weight: normal; color: #000000;}
.theaddac{ background-color: #cccccc; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; border: 1px solid #000000; font-size: 11px; vertical-align: baseline;}
.tddac { font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; border: 1px solid #000000; font-size: 11px; vertical-align: baseline;}



.tablex {border-collapse: collapse;}
.trh {background-color: #cccccc; font-weight: bold; color: #000000;}
.trx {background-color: #ffffff; font-weight: normal; color: #000000;}
.thead{ background-color: #cccccc; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; border: 1px solid #000000; font-size: 11px; vertical-align: baseline;}
.tdx { font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; border: 1px solid #000000; font-size: 11px; vertical-align: baseline;}
.tdxbold { font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; border: 1px solid #000000; font-size: 11px; vertical-align: baseline; background-color: #cccccc;}

.forCopyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.forTexts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: normal;
	text-align: left;
}

.forTextsLarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: normal;
	text-align: left;

}

.forTextsIntro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: normal;
	text-align: left;

}
.forForms {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px inset;
}
.forButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px outset;
}
.forNavleft {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 20px;
	text-align: justify;
}
.forNavright {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 20px;
	text-align: justify;
}
.forNavtop {



	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 20px;
	text-align: justify;
}

.ProdDiv {/** image container **/
position:relative;
width: 250px; /**some width in pixels, ems or %**/
border: thin silver solid;
margin: 0.5em;
padding: 0.5em;
text-align: center;
}

.Sold {/** text **/
font:bold 14px Arial, Georgia, "Times New Roman", Times, serif;
color: white;
background: blue;
text-align:left;
position: absolute;
/**adjust as needed**/ 
top: 585px; 
left: 625px;
/**note: CSS3 TRANSFORM: ROTATE DOESN'T WORK IN ALL BROWSERS YET**/ 
/* -webkit-transform: rotate(-20deg); /**safari, chrome**/
/* -moz-transform: rotate(-20deg); /**firefox**/
/* transform: rotate(-20deg); /**other browsers**/
}
.Sold2 {/** text **/
font:bold 14px Arial, Georgia, "Times New Roman", Times, serif;
color: white;
background: blue;
/* text-align:left; */
position: absolute;
/**adjust as needed**/ 
top: 600px; 
left: 625px;
/**note: CSS3 TRANSFORM: ROTATE DOESN'T WORK IN ALL BROWSERS YET**/ 
/* -webkit-transform: rotate(-20deg); /**safari, chrome**/
/* -moz-transform: rotate(-20deg); /**firefox**/
/* transform: rotate(-20deg); /**other browsers**/
}
