﻿/*------------------------------------------------------------------------------------
COLORS
*/
.bgAlternating
{
	background-color:#f3f9eb;
}

.bgBase
{
	background-color:#ffffff;
}

.bgWhite
{
	background-color:White;
}

/*------------------------------------------------------------------------------------
ELEMENTS
*/

.columnFiftyFifty1of2
{
}

.columnFiftyFifty1of2
{
}

.columnStandard1of2
{
}

.columnStandard2of2
{
}

.textboxStandard
{
    
}

.tableStandard
{
	width:100%;
	vertical-align:top;
}

.link
{
    text-decoration:none;
}

/*
TEXT
*/

.textHeadline, h1
{
    display:inline; 
	color:#396336;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
}

.textHeadlineSmall, h2
{
    display:inline; 
	color:#396336;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
}

.textStandard
{
	font-size:10px;
	font-family:Arial;
}

.textSmall
{
	font-size:8px;
}

.textLarge
{
	font-size:12px;
}


/*
COLORS
*/

.textColor
{
	color:Black;
}

.textColorAlt
{
	color:#005222;
}


/*
SPECIFIC
*/

.greenText
{
	color:#396336;
}

.bgLightGreen
{
	background-color:#ecf7fd;
}

.bgDarkGreen
{
	background-color:#f3f9eb;
}

.border
{
	border-style:solid;
	border-width:1px;
	border-color:Black;
}

.headlineAdvert
{
	color:#396336;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
}

.pagingItem
{
	font-family:Verdana;
	font-size:10px;
	color:Black;
	text-decoration:none;
}

.toolLink
{
	color:#396336;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}

.noUnderline
{
	text-decoration:none;
}

.textHeadline
{
    color:#396336;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
}

.textHeadlineSmall
{
}
 