/* CSS Document */

@import url(global.css);

/* BASICS --------------------------------------------------------------------*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin:0;
	background-color: #EFEEE2;

}

p {font-size:14px; color:#584F47;margin-top:0;}

/* LINKS ---------------------------------------------------------------------*/
a:link, a:visited {
	color: #003399;
	font-weight: bold;
	text-decoration: none;

}

a:hover {
	font-weight: bold;
	color: #0066FF;
	text-decoration: none;
}

.content {
	margin:0 auto;
	padding-bottom: 10px;text-align:center;
}
.content p {text-align:left;}
.content table {margin: o 10px}
.innerbox {
	padding: 5px;
}
.retail {
	font-size: 11px;
	color: #7B0100;margin-bottom:3px;
}
h2.retail {
	font-size: 13px;
	color: #7B0100;
}
.retaildark {
	font-weight: bold;
	color: #730003;
	font-size: 11px;
}
.oic {
	font-size: 11px;
	color: #501457;
}
h2.oic {
	font-size: 13px;
	color: #501457;margin-bottom:3px;
}
.oicdark {
	font-size: 11px;
	font-weight: bold;
	color: #3F0F44;
}
