body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
	font-size: 69%;
	margin:0;
	background-color: #fff;
	color:#333;
	width:95%;
}

#content
{
	padding-left: 10px;
	padding-right: 10px;
}

a{
	color:#333;
	text-decoration:none;
}
a:hover, a:focus {
	color:#008698;
}
th {
	font-weight:bold;
}
/* BEGIN COLOR STYLES */
.redBG {background:#f00;}
.carmineRedBG	{background:#cc0202;}
.deepPurpleBG	{background:#732978;}
.lightPurpleBG	{background:#C592C8;}
.petrolBG	{background:#008698;}
.lightPetrolBG {background:#bad4da;}
.lightGreyBG {background:#f6f8f9;}
.greyBG {background:#ccc;}
.blueBG	{background:#0077b7;}
.lightBlueBG {background:#6dc1d7;}
.greenBG {background:#009868;}
.grassGreenBG	{background:#5b8424;}
.whiteBG {background:#fff;}
/* END COLOR STYLES */

/* BEGIN GENERIC MODULE STYLES */
h1 {
	color:#008698;
	font-size:2.1em;
	font-weight: bold;
	line-height:1.1em;
}

h2 {
	font-weight: bold;
	font-size: 1.6em; 
	color:#008698;
	padding: 3px 0 3px 0;
}

p {
	line-height:1.5em;
	margin:0.5em 0 0.7em 0;
	font-size:1.09em;/*12px*/
}

#selectedOptions li {
	font-size:1.09em;/*12px*/
}

#flowlink a{
  color: #333333;
  text-decoration: none;
  background-color: transparent;
  background-image: url(../images/buttons/arrow-petrol.gif);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 100% 4px;
  padding-top: 4px;
  padding-bottom: 0pt;
  padding-left: 0pt;
  display: block;
  height: 1.636em;
  width:100%;
}

#flowlink a:hover, a:focus
{
  color: #008698;
  background-position: 100% -96px;
}

#flowlink li{
	height: 2em;
	background: url(../images/dottedLine.gif) repeat-x top left;
	padding-bottom: 1px;
	width:100%;	
	font-size:11px;
}

#flowlink {
	width:210px;
	padding-bottom: 1px;
	margin-top: 20px;
	background: url(../images/dottedLine.gif) repeat-x left bottom;	
}

.textBtnGrey{
	position:relative;
	float:left;
	margin-top:6px;
	margin-left:1px;
	margin-right:1px;
	display:inline;
	color:#fff;
	font-weight:bold;
}
.textBtnGrey span
{
	 cursor:hand;
	 position: relative;
	 float: left;
	 padding-left: 9px;
	 padding-right: 9px;
	 line-height: 2.7ex;
	 padding-bottom: 10px;
	 background-color: transparent;
	 background-repeat: no-repeat;
	 background-attachment: scroll;
	 background-position: left top;
}

.textBtnGrey:hover span, .textBtnGrey:focus span
{
  color: #ffffff;
  background-position: left -95px;
}

.textBtnGrey:hover, .textBtnGrey:focus 
{
  color: #ffffff;
  background-position: right -95px;
}

.textBtnGrey span{
	background:url("../images/buttons/greyLeft.gif") no-repeat left top;
}

.textBtnGrey{
	background:url("../images/buttons/greyRight.gif") no-repeat right top;
}

#selectedOptions .value
{
  font-weight: bold;
}

.errorMessage {
	background:url("../images/warning_icon.gif") no-repeat left;
	padding-left: 20px;
	visibility: hidden;
	font-weight: bold;
}

/* END GENERIC MODULE STYLES */


/* BEGIN FORM STYLES */
input, textarea, select{
	font:normal 11px Arial;
	vertical-align:middle;
	margin:0 0 0.7em 0;
}
/* END FORM STYLES */

/* WDS SYLES */

#pin {
	font-weight: bold;
}

#selectCustomEmail{
  color: #008698;
}

#pcm ol
{
	line-height:1.5em;
	margin:0.5em 0 0.7em 0;
	font-size:1.09em;/*12px*/
}

#wdslogozone
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin-top: 15px;
	text-align: center;
	clear: both;
	visibility: visible;
}

/* aligns powered by with the center of the wdsglobal logo */
#poweredby-offset
{
	position: relative;
	top: -15px;
}
