body {    
	background-color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	line-height: 16px;
	color: #333333;
	margin-top: 0px;
}

.page {
	/*background-color: #999999;
	background-image: "/images/back_main.jpg";*/
	border-width: 2px;
	border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF;
    border-style: solid;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #330000;
}

a {
	color: #990000;
}

a:hover {
	color: #FFFFFF;
	background-color: #000033;
}

a.button {
    text-decoration:none;
	background: transparent;
}

a.button:hover {
    text-decoration:none;
	background: transparent;
}

a.feedback {
    text-decoration:none;
}

a.feedback {
    text-decoration:none;
}

form {
	/*background-color: #CCCCCC;*/
	margin-top: 0px;
}

div.transbox
{ 
  width:645px;
  /*height:645px;
  margin:30px 50px;*/
  background-color:#ffffff;
  border:1px solid black;
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
}

div.transbox_sm
{ 
  width:145px;
  /*height:645px;
  margin:30px 50px;*/
  background-color:#ffffff;
  border:1px solid black;
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
}

.footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;	
	line-height: 14px;	
}

.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	line-height: 24px;
	color: #FF0000;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 30px;
    background-color: #990000; color: #FFFF66;
}

.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
    color: #660000; font-style: oblique;
}

.header1b {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	background-color: #990000;
    color: #FFFF66;
}

.header2b {
	font-family: Tahoma, serifSansSerifMonospace;
	font-size: 14px;
	background-color: #990000;
    color: #FFFF66;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #990000;
}

.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #000033;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #990000;
	color: #FFFFFF;
	text-decoration:none;
}

.navLink2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;	
	color: #FFFFFF;
	text-decoration:none;
}

.navLink2_base_a {
	background-color: #FFFFFF;
}

.navLink2_base_b {
	background-color: #990000;
}

.headerLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF66	
}

.sidebar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFF99;
}

.sidebarHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFFF99;
	background-color: #999933;
 font-weight: bold;
}

.sidebarFooter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #FFFF99;
 color: #990000;
}

.footer {
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #000033;
}

.legal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #333333;
}

.box1 {
	border-width: 2px;
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
    border-style: dotted;
	background: #FFFFFF;
}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	color: #FFFFFF;
	background-color: #336699;
}

.dingbat {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #CCCC99;
    color: #660000; font-weight: bolder; font-size: medium;
}

select {
	width: 150px;
}

input.submit {
	width: 100px;
}

input.big {
	width: 150px;
}

input.med {
	width: 100px;
}

input.small {
	width: 50px;
}

b.Rnd1 {
	margin: 0 5px;
}

b.Rnd2{
	margin: 0 3px;
}

b.Rnd3{
	margin: 0 2px;
}

/* container one */
div.ContainerOne { /* adjust the position, size and colour of the panel here */
	position:relative; 	
	width:150px; 
	height:140px; 
	background: #CCCC66; 
} 

div[class="ContainerOne"] { /* adjust the minimum height of the panel here for mozilla only */
	height:auto; 
	min-height:140px;
	min-width:150px;
} 

b.RndTopOne b, b.RndBottomOne b { /* adjust the colour of the panel top and bottom here */
	display:block;
	height: 1px; 
	overflow: hidden; 
	background: #CCCC66;
} 

b.RndTopOne, b.RndBottomOne { /* adjust the background colour here */
	display:block;
	background: #FFFFFF;
} 

div.RPanelContentOne { /* adjust the content width (to be slightly less than the panel width to get a margin), height and text alignment of the content here */
	position:relative; 
	top:0px; left:0px; 
	display:block; 
	margin: 0 auto; 
	margin-top:10px; 
	margin-bottom:10px; 
	width:150px; 
	height:140px; 
	text-align:center; 
	color:#333333;
} 

div[class="RPanelContentOne"] { /* adjust the minimum height of the panel here for mozilla only */
	height:auto; 
	min-height:150px;
	min-width:140px;
} 

b.RndTopOne b.Rnd4, b.RndBottomOne b.Rnd4{
	margin: 0 1px; 
	height:2px;
}

/* ebay template */
.tiny {
font-family:arial; font-size:10px; text-decoration:none; text-align: center;
margin-left:1; margin-right:1; margin-top:1; margin-bottom:1;
}

.header1 {
color:ffffff; font-family:arial; font-size:13px; font-weight: bold; text-decoration:none;
margin-left:5; margin-top:1; margin-bottom:1;
}

.header2 {
color:000000; font-family:arial; font-size:12px; font-weight: bold; text-decoration:none;
margin-left:5; margin-top:1; margin-bottom:1;
}

