/* CSS Document */
@charset "utf-8";

html, body {
  margin: 0px;
	padding: 0px;
}

body { 
  background: rgb(255,255,255); 
  color: rgb(0,0,0);
	font-family: arial, verdana, sans-serif;
	font-size: medium;
	text-align: center;
}

h2 { margin: 0px }
p { margin-bottom: 0px; }
a, a:link, a:visited  { text-decoration: none; color: rgb(0,0,0); font-size: 0.75em; background-repeat: no-repeat }

.contentWrap {
	margin: 0 auto;
	width: 656px;
	
	/*
	width: 980px;
	background-color: pink;
	*/
}

.content { text-align: left; }

.errorBox {
	position: relative;
	margin: 30px 20px 20px 20px;
	padding: 20px;
	width: 576px;
	background-color: rgb(230,234,246);
}

.copyright { padding: 0px 0px 0px 20px; font-size: 0.70em; }

.mask * {
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	z-index: 33;
	background-repeat: no-repeat; 
	background-image: url(/general/img/color_variations/color_default/masks/mask_white.gif);
}
.mask .tl {	background-position: left top; left: -1px;	top: -1px}
.mask .tr {	background-position: right top;	right: -1px;	top: -1px}
.mask .bl {	background-position: left bottom;	left: -1px;	bottom: -1px}
.mask .br {	background-position: right bottom; right: -1px;	bottom: -1px}

.backLink { position:relative; margin: 30px 0px 0px 0px; width: 120px; }
.backLink a { 
	display: block;
	padding: 4px 0px 4px 30px;
	background-position: left 50%;
	background-image: url(/general/img/icons/ic_up_lo_blue_white.gif);
}

.backLink a:hover {
	color: rgb(255,255,255);
	background-color: rgb(0,51,153);	
  background-image: url(/general/img/icons/ic_up_hi_blue_blue.gif);
}

.backLink .mask * {
	background-image: url(/general/img/color_variations/color_default/masks/mask_lightgrey.gif);
}








