body {
	background-color: #806A5C;
	margin-top: 25px;
	margin-bottom: 25px;
	background-image: url(/images/bg-blend01.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
/* This is the default setting for all fonts. Changing font-family will change ALL fonts. */
body,td,th {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #252525;
}

	A:link  {
	text-decoration: none;
	color: #666699;
}
	A:visited  {
	text-decoration: underline;
	color: #666666;
}
	A:active  {
	text-decoration: underline;
	color: #666699;
}
	A:hover  {text-decoration: underline; color: #CC0000;
}
h1 {
	font-size: 24px;
	color: #ab0000;
}
h2 {
	font-size: 21px;
	color: #ab0000;
}
h3 {
	font-size: 18px;
	color: #ab0000;
}
h4 {
	font-size: 15px;
	color: #ab0000;
}
h5 {
	font-size: 12px;
	color: #ab0000;
}
h6 {
	font-size: 10px;
	color: #ab0000;
}

/* Font settings for the header strip (product name). */
.header {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	word-spacing: -0.04em;
	letter-spacing: -0.02em;
}

/* Font setting for footer strip (copyright statements). */
.footer {
	font-size: 10px;
	color: #FFFFFF;
}

/* Settings for COLOURED headlines. */
.h1c, .h2c, .h3c, .h4c, .h5c, .h6c {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	word-spacing: -0.04em;
	letter-spacing: -0.02em;
}
.h1c {
	font-size: 36px;
}
.h2c {
	font-size: 30px;
}
.h3c {
	font-size: 24px;
}
.h4c {
	font-size: 21px;
}
.h5c {
	font-size: 18px;
}
.h6c {
	font-size: 15px;
}

/* Settings for GREY headlines. */
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #333333;
	word-spacing: -0.04em;
	letter-spacing: -0.02em;
}
.h1 {
	font-size: 36px;
}
.h2 {
	font-size: 30px;
}
.h3 {
	font-size: 24px;
}
.h4 {
	font-size: 21px;
}
.h5 {
	font-size: 18px;
}
.h6 {
	font-size: 15px;
}

/* Setting for YELLOW HIGHLIGHTER. */
.highlight {
	background-color: #FFFF66;
}

/* Settings for text sizes */
.text18	{  font-size: 18px}
.text16 {  font-size: 16px}
.text15 {  font-size: 15px}
.text14 {  font-size: 14px}
.text13 {  font-size: 13px}
.text11 {  font-size: 11px}
.text10 {  font-size: 10px}
.text9 {  font-size: 9px}

/* Settings for colored text */
.text-white	{	color: #ffffff}
.text-red	{	color: #ab0000}
.text-ltgrey	{	color: #999999}
.text-dkgrey	{	color: #666666}
.text-black	{	color: #000000}

/* Settings for image margins */
.margin-right	{	margin-right: 10px;}
.margin-topright	{	margin-top: 3px; margin-right: 10px;}
.margin-left	{	margin-left: 10px;}
.margin-topleft	{	margin-top: 3px; margin-left: 10px;}

/* Settings for padding-left */
.padleft30 { padding-left: 30px}
.padleft60 { padding-left: 60px}



