body {  text-decoration: none;
background-repeat: repeat-x;
background-color: #D2D2A4;
}
 a:visited{
	color: yellow; text-decoration: none;
}
 a:hover {
	color: yellow; text-decoration: underline
}
 a:link { 
	color: yellow; text-decoration: none;
 } 
 a:active  { 
	color: yellow; text-decoration: none;
 } 
 
 
  a.plain:visited{
	color: #999999; text-decoration: none;
}
 a.plain:hover {
	color: #999999; text-decoration: underline
}
 a.plain:link { 
	color: #999999; text-decoration: none;
 } 
 a.plain:active  { 
	color: #999999; text-decoration: none;
 } 

a.class1:visited{  color: #000000;}
a.class1:hover{  color: #000000;text-decoration: underline;}
a.class1:link{  color: #000000;}
a.class1:active{  color: #000000;}
a.class2:visited{  color: #000000;}
a.class2:hover{  color: #000000;text-decoration: bold;}
a.class2:link{  color: #000000;}
a.class2:active{  color: #000000;}

.smallfnt {font-size: 14px;}

/* set millions of background images */
.rbroundbox { background: url(/images/nt.gif) repeat; }
.rbtop div { background: url(/images/tl.gif) no-repeat top left; }
.rbtop { background: url(/images/tr.gif) no-repeat top right; }
.rbbot div { background: url(/images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(/images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 100%; margin: 1em auto; }

.button 
{ border: font-size: 10px; color: #FFFFFF; font-weight: normal; font-family: arial; background-color: #0000ff; text-decoration: none; 
} 


INPUT.plain2 {
color: black;
font-family: arial, verdana, ms sans serif;
font-size: 9pt;
height:19
} 

textarea.cart{
font-family: arial, verdana, ms sans serif;
font-size: 8pt;
background: #003333;
color: white;

}