/*  FONTS: TAHOMA 
    HEADERS: TAHOMA  */


/* 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: 14px;
	color: #252525;
}

/* These are the defaults for all links. */
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}
a:visited {
	text-decoration: underline;
	color: #555555;
}

/* 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;
}

/* SUPER headlines */
.headline84, .headline72, .headline60, .headline54, .headline48, .headline42, .headline36	{ font-family: Impact, Tahoma, Arial; word-spacing: -0.02em; letter-spacing: -0.02em}
.headline84	{ font-size: 84px; line-height: 84px}
.headline72	{ font-size: 72px; line-height: 72px}
.headline60	{ font-size: 60px; line-height: 60px}
.headline54	{ font-size: 54px; line-height: 54px}
.headline48	{ font-size: 48px; line-height: 48px}
.headline42	{ font-size: 42px; line-height: 42px}
.headline36	{ font-size: 36px; line-height: 36px}

/* Settings for LARGE links (eg: download links). */
.biglink {
	font-size: 16px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}

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

/*  COPYRIGHT STATEMENT -- Must be left intact under the terms of your licence.  */
.copyright	{
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.copyright a:link {
	color: #FFFFFF;
	font-decoration: none;
}
.copyright a:hover {
	color: #FFFFFF;
	font-decoration: underline;
}
.copyright a:active {
	color: #DEDEDE;
	font-decoration: underline;
}
.copyright a:visited {
	color: #EEEEEE;
	font-decoration: none;
}

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

/* Settings for colored text */
.text-white	{	color: #ffffff}
.text-red	{	color: #bb0000}
.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}


