body
{
  color: #5d5d5d;
  text-align: center;
  margin: 0px;
	background-color: #e9f6fe;
}

body, div, p, h1, h2, h3, hr, img
{
	margin: 0px;
	padding: 0px;
	text-align: left;
}

form
{
	display: inline;
	margin: 0px;
	padding: 0px;
}

p
{
	margin-bottom: 10px;
}

img
{
	border: 0px solid;
}

td
{
	vertical-align: top;
	text-align: left;
}

*
{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

td, div, p, a, input, textarea
{
	font-size: 11px;
	line-height: 15px;
}


a {
	color: #112e58;
}

.smallHeader {
	font-weight: bold;
}

.textHeader {
	font-weight: bold;
}

#pageHeader {
	display: block;
	height: 40px;
	font-size: 15px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	color: #fff;
	background-color: #5b6392;
}

#pageHeader h1
{
	font-size: 15px;
	padding: 10px 0px 0px 15px;
}

.header1 {
	font-size: 15px;
	color: #021c41;
	font-weight: bold;
	background-image: url('../images/arrow1.gif');
	background-repeat: no-repeat;
	background-position: 15px 15px;
	padding: 12px 0px 0px 33px;
}

.header2 {
	font-size: 15px;
	color: #f011a42;
	font-weight: bold;
	background-image: url('../images/arrow2.gif');
	background-repeat: no-repeat;
	background-position: 15px 15px;
	padding: 12px 0px 0px 33px;
	border-top: 1px solid #688cc8;
}

.header3 {
	font-size: 15px;
	color: #dee8ff;
	font-weight: bold;
	background-image: url('../images/arrow3.gif');
	background-repeat: no-repeat;
	background-position: 5px 15px;
	padding: 12px 0px 0px 23px;
}

.productHeader {
	font-size: 12px;
	color: #0b76bc;
	font-weight: bold;
}

.normal { /* default style */
	margin: 0px 0px 0px 0px;
	padding: 10px 15px 10px 15px;
	border: 0px solid #000000;
	text-align: left;
	min-height: 360px;
}

.module { /* default style */
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border: 0px solid #000000;
	text-align: left;
	min-height: 360px;
}


.error
{
	color: #d64b55;
}

table#color
{
	background-color: #e7f0ff;
}

table#color td
{
	background-color: #fff;
}

table#color td.colorheader
{
	background-color: #f5f8fd;
	font-weight: bold;
	color: #faa354;
}

.tablePromotion {
	background-color: #ededed;
}