﻿td.topleft
{
	background-color: #747a59;
	background-image: url(../images/colors/topleft_home.gif);
}
td.topright
{
	background-color: #acaf9b;
	background-image: url(../images/colors/topright_home.gif);
}
td.right
{
	background-color: #e3e4de;
}
.highlite
{
	background-color: #747a59;
}

p
{
	margin:0px;
	padding:0px;	
}

H1
{
	/* ARTICLE TITLE */
	color: #747a59;
	font-size: 24px;
	font-family: Arial; letter-spacing: -1px;
	font-weight: normal;
}
H2
{
	/* ARTICLE SUB TITLE */
	color: #747a59;
	font-size: 15px;
	font-family: Arial; /*letter-spacing: -1px;*/
	font-weight: normal;
	margin-bottom: 3px;
	margin-top: 0px;
}

H5, H5 A, H5 A:link, H5 A:visited, H5 A:hover
{
	/* TEASER TITLE */
	color: #747a59;
	font-size: 15px;
	font-family: Arial; /*letter-spacing: -1px;*/
	font-weight: normal;
	margin:0 0 1px 0;
	padding:0px;
}
H6
{
	/* TEASER  SUB TITLE */
	color: #999999;
	font-size: 12px;
	font-family: Arial; /*letter-spacing: -1px;*/
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}

.ExtraBigColored {
	color: #747a59;
	font-size: 42px;
	font-weight: normal;
	line-height: 64px;
}

.BigGray
{
	color: #999999;
	font-size: 16px;
	font-family: Arial; /*letter-spacing: -1px;*/
	font-weight: normal;
	line-height: 18px;
}

TR.CmTableHeaderRow 
{
	background-color:  #acaf9b;
	color: WHITE;
}
TR.CmTableRow 
{
	background-color:  #e3e4de;
}
TR.CmTableAltRow 
{
	background-color:  #ffffff;
}
