.mainhead {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #e16423;
font-size: 10pt;}


body{
	background-color:5e5e5c;
	margin:0;
	background-image: url(images/images/background.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.body {
	color: #5E5E5C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
}

.body a:link {
color: #5E5E5C;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
text-decoration: none;
}

.body a:hover {
color: #5E5E5C;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
text-decoration: underline;
}

.body a:active {
color: #5E5E5C;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
text-decoration: none;}

.body a:visited {
color: #5E5E5C;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
text-decoration: none;}

.productname {
font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #6c286b;
}

/* TC20120903 - added to offset the main documentation from other links
   feel free to alter the style declarations to make them look different */
a.maindocs {
font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;

	color: #6c286b; /* text colour */
	display: block; /* element needs display: block so margins can have effect */
	float: left; /* floated elements have a dynamic width based on content and padding */
	margin: 4px 4 4px -7px; /* set the margins in the order top, right, bottom, left */
	padding: 2px 6px; /* sets padding top/bottom 2px, left/right 6px */
	border: 1px #d0d6dd solid; /* colour styles */
	background-color: #e2e2e2; /* colour styles was #d0d6dd*/
	text-decoration: none; /* because it's a button, there is no underline */
}

/* on link mouseover */
a.maindocs:hover {
	border: 1px #f0f8ff solid; /* hover colour */
	background-color: #f0f8ff; /* hover colour */
	text-decoration: none; /* hover - no underline */
}

/* on link click */
a.maindocs:active {
	color: #f39108; /* text colour */
	border: 1px #a0a4aa solid;  /* click colour */
	background-color: #f4f3f0;  /* click colour */
	text-decoration: none; /* click - no underline */
}

/* kludge to force breaks to clear any floated elements */
br {
	clear: both;
}

/* MCL20120905 - added to offset the shape of the docs block in general
   feel free to alter the style declarations to make them look different */
a.otherdocs {
	color: #5e5e5c; /* text colour */
	display: block; /* element needs display: block so margins can have effect */
	float: left; /* floated elements have a dynamic width based on content and padding */
	margin: 2px 4 3px 1px; /* set the margins in the order top, right, bottom, left */
	padding: 0px 6px; /* sets padding top/bottom 2px, left/right 6px */
	border: 1px #d9d9d9 solid; /* colour styles */
	background-color: #e2e2e2; /* colour styles */
	text-decoration: none; /* because it's a button, there is no underline */
}

/* on link mouseover */
a.otherdocs:hover {
	border: 1px #f0f8ff solid; /* hover colour */
	background-color: #f0f8ff; /* hover colour */
	text-decoration: none; /* hover - no underline */
}

/* on link click */
a.otherdocs:active {
	color: #fff; /* text colour */
	border: 1px #a0a4aa solid;  /* click colour */
	background-color: #a0a4aa;  /* click colour */
	text-decoration: none; /* click - no underline */
}

/* kludge to force breaks to clear any floated elements */
br {
	clear: both;
}

