/* merry modes */

html, body {
  font-family:Arial;
  font-size:12px;
  color:#666666;
}

body, input { font: 12px arial; }
a img { border: none; }

#logo {
	position:absolute;
	left:20px;
	top:15px;
	width:186px;
	height:85px;
	z-index:3;
}

#bg_pink {
	position:absolute;
	left:0px;
	top:149px;
	width:795px;
	height:417px;
	z-index:4;
}

#header{
	position:absolute;
	left:4px;
	top:0px;
	width:796px;
	height:102px;
	z-index:2;
}

#nav{
	position:absolute;
	left:0px;
	top:111px;
	width:811px;
	height:20px;
	z-index:9;
}


A:link  { 
color: #333333;
font-size:11px;
text-decoration: none;		  
 }  
 
A:visited { color:#333333 }   /* visited links   */

A:hover   { 
color:#990000;
text-decoration:underline;
} /* user hovers     */

A:active  { color:#990000 }   /* active links    */

#body{
	position:absolute;
	left:207px;
	top:220px;
	width:552px;
	padding:10px;
	text-align:left;
	padding-bottom:5px;
	z-index:6;
}

.orderNumber {
	color: #990000;
	font-weight: bold;
}
.tableBody {
font-size: 11px
}

#footer {
	position:absolute;
	left:294px;
	width:382px;
	height:23px;
	bottom:-120px;
	padding-bottom:20px;
	z-index:8;
}

.footer {
font-family: Arial;
font-size:10px;
color:#666666;
}
