body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #ffffff;
	color:#58585a;
}
td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color:#58585a;
}

textarea, input, select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

h2
{
	font-size:1.25em;
	color:#22b14c;
}
h3
{
	font-size:1.2em;
	color:#22b14c;
}
h4
{
	font-size:1em;
	color:#22b14c;
	margin-bottom:0px;
	padding-bottom:0px;
}

th
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align:left;
}

a img
{
	border:none;
}

form
{
	margin:0;
	padding:0;
}

.error
{
	color:#ff2222;
}
.warning
{
	color:#22ff22;
}
.message
{
	color:#225522;
	font-weight:bold;
}
.showPrint 
{
	display: none;
}

.hidden
{
	display: none;
}
.shown
{
}

.noTop
{
	margin-top:0;
	padding-top:0;
}
.noBottom
{
	margin-bottom:0;
	padding-bottom:0;
}


.tableRowHeader
{
	background-color:#22b14c;
	color:#ffffff;
}
.tableRowOdd
{
	background-color:#c4e2c0;
	color:#58585a;
}
.tableRowEven
{
	background-color:#b0d9ae;
	color:#58585a;
}
.tableRowHeaderGrey
{
	background-color:#dddddd;
	color:#ffffff;
}
.tableRowOddGrey
{
	background-color:#f1f1f1;
	color:#58585a;
}
.tableRowEvenGrey
{
	background-color:#e5e5e7;
	color:#58585a;
}


.boxLinkGrey
{
	padding-top:2px;
	padding-bottom:2px;
	padding-left:3px;
	margin-bottom:2px;
	min-width:50px;
	height:15px;
	color:#ffffff;
	background-color:#333333;
	background-image:url(images/components/arrowRightGrey.gif);
	background-repeat:no-repeat;
	background-position:right;
	text-decoration:none;
	display:block;
}
.boxLinkGreen
{
	padding-top:2px;
	padding-bottom:2px;
	padding-left:3px;
	margin-bottom:2px;
	min-width:50px;
	height:15px;
	color:#ffffff;
	background-color:#1c9038;
	background-image:url(images/components/arrowRightGreen.gif);
	background-repeat:no-repeat;
	background-position:right;
	text-decoration:none;
	display:block;
}
.boxLink
{
	padding:3px;
	padding-left:6px;
	padding-right: 28px;
	margin-bottom:2px;
	min-width:50px;
	height:21px;
	background-color:#b0d9ae;
	background-image:url(images/content/linkArrow.gif);
	background-repeat:no-repeat;
	background-position:right;
	color:#58585a;
	text-decoration:none;
}
.boxLinkDown
{
	padding:3px;
	padding-left:6px;
	padding-right: 28px;
	min-width:50px;
	height:21px;
	background-color:#b0d9ae;
	background-image:url(images/components/linkArrowDown.gif);
	background-repeat:no-repeat;
	background-position:right;
	color:#58585a;
	text-decoration:none;
}
.boxLinkUp
{
	padding:3px;
	padding-left:6px;
	padding-right: 28px;
	min-width:50px;
	height:21px;
	background-color:#b0d9ae;
	background-image:url(images/components/linkArrowUp.gif);
	background-repeat:no-repeat;
	background-position:right;
	color:#58585a;
	text-decoration:none;
}
.boxLinkLeft
{
	padding:3px;
	padding-left:6px;
	padding-right: 28px;
	min-width:50px;
	height:21px;
	background-color:#b0d9ae;
	background-image:url(images/components/linkArrowLeft.gif);
	background-repeat:no-repeat;
	background-position:right;
	color:#58585a;
	text-decoration:none;
}
.boxLinkRight
{
	padding:3px;
	padding-left:6px;
	padding-right: 28px;
	min-width:50px;
	height:21px;
	background-color:#b0d9ae;
	background-image:url(images/components/linkArrowRight.gif);
	background-repeat:no-repeat;
	background-position:right;
	color:#58585a;
	text-decoration:none;
}
.boxLinkBack
{
	padding:3px;
	padding-left:28px;
	padding-right: 6px;
	min-width:50px;
	height:21px;
	background-color:#b0d9ae;
	background-image:url(images/content/linkArrowBack.gif);
	background-repeat:no-repeat;
	background-position:left;
	color:#58585a;
	text-decoration:none;
}

.searchButton
{
	background-color: #bcbdc0;
	font-size:0.9em;
	color: #000000;
	width:34px;
	text-align:center;
	padding:2px;
	text-decoration:none;
}

.menuButton
{
	background-color: #ffe118;
	font-size:1.1em;
	color: #000000;
	width:112px;
	text-align:center;
	line-height: 25px;
	text-decoration:none;
	display:block;
	float:left;
}

.menuButton:hover
{
	background-color: #ffeb8a;
	color: #000000;
	width:113px;
	text-align:center;
	text-decoration:none;
	display:block;
	float:left;
}

.subMenu
{
	position:absolute;
	visibility: hidden;
	line-height: 18px;
	color: #000000;
	z-index: 100;
	width: 114px;
	max-width: 104px;
}
.subMenu a
{
	white-space:nowrap;
	width: 100%;
	display: block;
	margin-top:0px;
	padding-top:5px;
	padding-bottom:5px;
	padding:5px;
	text-decoration: none;
	background-image:url(images/components/subMenuBackground.png);
	background-position:bottom right;
	color: #000000;
	text-align: center;
}
.subMenu a:hover
{
	background-image:url(images/components/subMenuBackgroundSelected.png);
	background-position:bottom right;
}
.subMenuExtend a
{
	background-image:url(images/components/subMenuBackgroundExtended.png);
	background-position:bottom right;
}
.subMenuExtend a:hover
{
	background-image:url(images/components/subMenuBackgroundSelectedExtended.png);
	background-position:bottom right;
}

.footerLink
{
	font-size:0.8em;
	color:#000000;
	text-decoration:none;
}

/************ Login Panel ************/

.loginPanel
{
	font-size:0.8em;
	padding:6px;
	background-color:#222222;/*#57575a;*/
	color:#ffffff;
	height:181px;
	max-height:169px;
}
.loginPanel h2
{
	color:#ffffff;
	font-size:1.2em;
	padding:0px;
	margin:0px;
	margin-top:2px;
	margin-bottom:5px;
}
.loginPanel p
{
	padding:0px;
	padding-bottom:2px;
	margin:0px;
}
.loginPanel a
{
	color:#ffffff;
}

/************ News ticker ************/

.newsTicker
{
	font-size:1em;
	background-color:#ffe118;
}
.newsTicker h2
{
	color:#22b24b;
	font-size:1.2em;
	padding:0px;
	margin:0px;
	margin-top:2px;
	margin-bottom:5px;
}
.newsTicker p
{
	color:#000000;
	font-size:0.9em;
	padding:0px;
	margin:0px;
}
.newsTicker a
{
	text-decoration:none;
	color:#000000;
}
.newsTicker span
{
	background-color:#57575a;
	color:#bcbdc0; 
	font-weight:bold;
	padding:4px;
}

/************ Update ticker ************/

#updateDiv
{
	display:inline;
	width:680px;
}

#updateContent
{
	font-size:1.1em;
	line-height:18px;
	padding-left:2px;
}
#updateContent a:hover
{
	text-decoration:underline;
}
#updateContent
p
{
	padding-top:18px;
}

/************ News previews ************/

.newsPreview
{
	font-size:0.8em;
}
.newsPreview h2
{
	color:#eeeeee;
	background-color:#000000;
	font-size:1.6em;
	text-align:left;
	padding:4px;
	margin:0px;
	margin-top:0px;
	margin-bottom:6px;
	background-image:url(images/components/VoteFade.gif);
	background-repeat:repeat-y;
	background-position:right;
}
.newsPreview h3
{
	color:#ee1d24;
	font-size:1.1em;
	padding:0px;
	margin:0px;
	margin-top:2px;
	margin-bottom:5px;
}
.newsPreview p
{
	color:#57575a;
	font-size:0.8em;
	padding:0px;
	padding-bottom:2px;
	margin:0px;
}
.newsPreview a
{
	color:#57575a;
	text-decoration:none;
}
.indexSpecial1
{
	font-size:0.8em;
	width:292px;
}
.indexSpecial1 h2
{	
	color:#eeeeee;
	background-color:#000000;
	font-size:1.6em;
	text-align:left;
	padding:4px;
	margin:0px;
	background-image:url(images/components/VoteFade.gif);
	background-repeat:repeat-y;
	background-position:right;
}
.indexSpecial2
{
	font-size:0.8em;
}
.indexSpecial2 h2
{	
	color:#eeeeee;
	background-color:#000000;
	font-size:1.6em;
	text-align:left;
	padding:4px;
	margin:0px;
	margin-top:0px;
	margin-bottom:6px;
	background-image:url(images/components/VoteFade.gif);
	background-repeat:repeat-y;
	background-position:right;
}

/************ Recommended previews ************/

.recommendedPreview
{
	font-size:0.8em;
}
.recommendedPreview h2
{
	color:#ffffff;
	background-color:#22b24b;
	font-size:1.6em;
	text-align:left;
	padding:4px;
	margin:0px;
	margin-top:0px;
	margin-bottom:6px;
	background-image:url(images/components/sellersFade.gif);
	background-repeat:repeat-y;
	background-position:right;
}
.recommendedPreview h3
{
	color:#57575a;
	font-size:1.1em;
	padding:0px;
	margin:0px;
	margin-top:2px;
	margin-bottom:5px;
}
.recommendedPreview p
{
	color:#57575a;
	font-size:0.8em;
	padding:0px;
	padding-bottom:2px;
	margin:0px;
}

/******** Project Planner preview *********/

.projectPlannerPreview
{
	font-size:0.8em;
	background-color:#e7e7e9;
	margin-bottom:5px;
}
.projectPlannerPreview h2
{
	color:#ffe65d;
	background-color:#8a8c8f;
	background-image:url(images/components/plannerFade.gif);
	font-size:1.8em;
	text-align:center;
	padding:6px;
	padding-bottom:6px;
	margin:0px;
	margin-top:0px;
	margin-bottom:6px;
}
.projectPlannerPreview p
{
	color:#57575a;
	font-size:1.1em;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	margin:0px;
}


/******** Vote preview *********/

.votePreview
{
	font-size:0.8em;
	background-color:#e7e7e9;
	margin-bottom:5px;
}
.votePreview h2
{
	color:#ffffff;
	background-color:#8a8c8f;
	background-image:url(images/components/voteFade.gif);
	font-size:1.6em;
	text-align:left;
	padding:2px;
	margin:0px;
	margin-top:0px;
	margin-bottom:6px;
}
.votePreview p
{
	color:#57575a;
	font-size:1.2em;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	margin:0px;
}
.votePreview td
{
	font-size:0.6em;
}

/******** Tech Library *********/

.greyButton, .greyButtonSelected
{
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	font-weight:bold;
}
.greyButton a, .greyButton a:visited, .greyButton a:link, .greyButtonSelected a, .greyButtonSelected a:visited, .greyButtonSelected a:link
{
	color:#ffffff;
}
.greyButton
{
	background-image:url(images/components/greyButton.gif);
}
.greyButtonSelected
{
	background-image:url(images/components/greyButtonSelected.gif);
}

.greyLink
{
	color:#bbbbbb;
	font-size:0.8em;
}
/*********************** Menu Page ***************************/

.menuPageHeader
{
	background-image:url(images/components/menuPageBackground.png);
	padding:12px;
	padding-top:8px;
	padding-bottom:8px;
}
.menuPageHeader h2
{
	color:#21b249;
	font-size:1.6em;
	font-weight:normal;
	text-transform:uppercase;
	padding:0;
	margin-bottom:0px;
	margin-top:0px;
	
}
.menuPageHeader p
{
	color:#59565d;
	font-size:1.2em;
	padding:0;
	margin:0;
}

/******************** Subsection Page ************************/

.grassType
{
	width:49%;
	max-width:374px;
	height:163px;
	display:inline;
	font-size:0.9em;
	color:#000000;
	float:left;
	padding:6px;
	margin:4px;
	margin-top:5px;
	margin-bottom:0;
	background-color:#ffffff;
	border:1px solid #bcbdc0;
	text-decoration:none;
	cursor:pointer;
}
.grassType a
{
	text-decoration:none;
	color:#000000;
	
}
.grassType:hover
{
	background-color:#e7e7e9;
}
.grassType img
{
	float:left;
	margin-right:8px;
	margin-top:2px;
}
.grassType h3
{
	color:#22b24b;
	font-weight:normal;
	font-size:1.6em;
	width:100%;
	display:inline;
	text-transform:uppercase;
}

/********************** Content page *******************/

.contentSection
{
	/*width:785px;*/
	max-width:771px;
	/*height:330px;*/
	min-height:100%;
	font-size:1em;
	color:#000000;
	padding:10px;
	margin:5px;
	margin-bottom:0;
	
	background-color:#ffffff;
	border:1px solid #bcbdc0;
}
.contentSection img
{
	margin-right:8px;
}
.contentSection h2
{
	color:#22b24b;
	font-weight:normal;
	font-size:1.6em;
	width:100%;
	display:inline;
	text-transform:uppercase;
	margin:0;
	padding:0;
}
.contentSection p
{
	margin-top:0px;
	margin-bottom:18px;
}
.contentSection td
{
	color:#000000;
}

/******************** Products Page ************************/

.productsProduct
{
	width:190px;
	display:inline;
	padding-top:0px;
	padding-bottom:5px;
	font-size:1.1em;
	color:#000000;
	text-align:center;
	float:left;
	background-color:#f3f3f4;
	border:1px solid #c7c8ca;
}
.productsProduct th
{
	background-image:url(images/components/headerFade.gif);
	background-position:top;
	text-align:center;
	
}
.productsProduct h3
{	
	color:#ffffff;
	font-weight:normal;
	font-size:1.4em;
	text-align:center;
	line-height:18px;
	width:100%;
	display:inline;
	text-transform:uppercase;
	vertical-align:middle;
	padding-left:3px;
	padding-right:3px;
}
.productsProduct div
{
	background-color:#221e1f;
	margin:0;
	padding:0;
}
.productsProduct p
{
	text-align:left;
	margin:4px;
	margin-bottom:0;
	margin-top:0;
}


/******************** Product Page ************************/

/******** Product Title  *********/

.productTitle h2
{
	background-image:url(images/components/headerFade.gif);
	color:#ffffff;	
	font-weight:normal;
	line-height:24px;
	padding-left:5px;
	width:575px;
	
	margin:0px;
}
.productTitle p
{
	color:#22b24b;
}

/******** Product Image  *********/

.productImage
{
	text-align:center;
	padding:10px;
}

/******** Product Description  *********/

.productDescription
{
	font-size:0.8em;
	background-color:#f3f3f4;
	height:100%;
	padding:10px 5px;
}
.productDescription h2
{
	padding:2px;
	text-transform:uppercase;
	background-color:#dd0000;
	color:#ffffff;
	display:inline;
	margin-bottom:5px;
}
.productDescription h3
{
	color:#57575a;
	font-size:1.6em;
	text-align:left;
	padding:2px;
	margin:0px;
	margin-bottom:6px;
}
.productDescription h4
{
	color:#22b24b;
	text-transform:uppercase;
	font-size:1.3em;
	text-align:left;
	padding:2px;
	margin:0px;
	margin-top:6px;
}
.productDescription p
{
	color:#57575a;
	font-size:1.2em;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	margin:0px;
}
.productDescription ul
{
	font-size:1.2em;
	margin-top:5px;
}

/******** Cultivar Mixtures *********/

.productCultivarMixture
{
	font-size:0.8em;
	background-color:#ffffff;
	border:1px solid #22b24b;
	padding:5px;
}
.productCultivarMixture strong
{
	color:#22b24b;
	font-size:1.2em;
	text-align:left;
	text-decoration:none;
}
.productCultivarMixture a
{
	color:#22b24b;
	text-decoration:none;
}
.productCultivarMixture h3
{
	color:#666666;
	margin:3px;
	font-size:1.4em;
}
.productCultivarMixture p
{
	color:#000000;
	font-size:1.2em;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	margin:0px;
}

/******** Sowing Rate *********/

.productSowingRate
{
	margin-top:0px;
	font-size:0.8em;
	background-color:#fff0ab;
}
.productSowingRate p
{
	color:#3f3f40;
	font-size:1.2em;
	padding:6px;
	text-align:center;
	line-height:1.6em;
}

/******** Other Products *********/

.productOtherProducts
{
	font-size:0.8em;
	padding:5px;
	padding-left:0px;
	height:100%;
}
.productOtherProducts h2
{
	background-image:url(images/components/headerFade.gif);
	color:#ffffff;
	font-weight:normal;
	font-size:1.4em;
	line-height:24px;
	padding-left:5px;
	width:100%;
	/*display:inline; Removed for firefox*/
	margin:2px;
	margin-top:0px;
	margin-bottom:3px;
	text-transform:uppercase;
}

.productOtherProducts img
{
	border:1px solid #808285;
	
}
.productOtherProducts a
{
	text-decoration:none;
	color:#555555;
}
.productOther
{
	width:57px;
	height:69px;
	display:inline;
	padding-top:2px;
	font-size:0.7em;
	text-transform:uppercase;
	text-align:center;
	float:left;
}
/*************** News *****************/

.newsContent
{
	width:773px;
	max-width:748px;
	height:100%;
	/*min-height:510px;*/
	font-size:0.9em;
	color:#000000;
	padding:12px;
	margin:4px;
	
	background-color:#ffffff;
	border:1px solid #bcbdc0;
}
.newsContent h2
{	
	font-size:1.8em;
	font-weight:normal;
}
.newsContent a
{
	color:#000000;
}

.newsArticle img
{
	border:2px solid #aaaaaa;
	margin-left:5px;
	margin-bottom:5px;
}
.newsArticle h2
{
	color:#22b14c;
	font-weight:normal;
	font-size:1.3em;
}

/************** Feature page **************/

.featurePanel
{
	border:1px solid #bcbdc0;	
	margin:6px;
	padding:6px;
}

/************** Contact Us ************/

.contactUsForm
{
	border:1px solid #888888;
	background-color:#fafafa;
	padding:10px;
	padding-right:0;
}

.contactUsForm h3
{
	margin-bottom:5px;
	margin-top:5px;
	font-size:1.3em;
}
.contactUsForm h4
{
	padding-bottom:0px;
}

.contactUs h4
{
	margin:0px;
	font-size:1.1em;
}
.contactUs p
{
	margin-top:0px;
	margin-bottom:20px;
}

/************** Project Planner ************/

.projectPlanner h2
{
	font-weight:normal;
	font-size:2em;
	margin-top:2px;
}

/************* BarPlanner *****************/

.barPlanner h2
{	
	color:#eeeeee;
	background-color:#000000;
	font-size:1.25em;
	text-align:left;
	padding:2px;
	margin:-10px;
	margin-bottom:10px;
	background-image:url(images/components/VoteFade.gif);
	background-repeat:repeat-y;
	background-position:right;
}
.barPlannerCalculation
{
	background-color:#c4e2c0;
	border:1px solid #22b14c;
}


/************** Colours **************/

.headerBackgroundColor
{
	background-color:#e3e0d3;
}
.menuBackgroundColor
{
	background-color:#ffe118;
}

.grey1, .grey1b, .grey1c
{
	background-color:#57575a;
}
.grey2, .grey2b, .grey2c
{
	background-color:#808285;
}
.grey3, .grey3c
{
	background-color:#a8a9ac;
}
.grey4
{
	background-color:#d7d8d9;
}
.grey5, .grey5b
{
	background-color:#e7e7e9;
}

.grey3b, .grey4c
{
	background-color:#c4e2c1;
}

.grey4b, .grey5c
{
	background-color:#b0d9ae;
}

/*********** List pages *******************/
.listPage
{
	background-color:#f3f3f4;
}

.listPage h2
{
	color:#221e1f;
	padding:0px;
	margin:8px;
	font-size:1.5em;
	text-transform:uppercase;
	
}
.listPage h3
{
	color:#221e1f;
	padding:0px;
	margin:8px;
	font-size:1.2em;
	
}
.listPage h4
{
	padding:0px;
	padding-top:8px;
	margin:6px;
	margin-top:0;
	margin-bottom:0;
	font-size:1.0em;
	
}
.listPage hr
{
	margin:6px;
	margin-top:0;
	margin-bottom:0;
	padding:0;
	border:4px solid #d1d2d4;
}
.listPage p
{
	margin:6px;
	margin-bottom:10px;
}
.listPage a
{
	text-decoration:none;
	color:#47474a;
}
.listTable
{
	border:6px solid #bcbdc0;
	background-color:#f3f3f4;
	width:100%;
}
.pagination
{
	background-color:#b0d9ae;
	padding:5px;
	padding-left:8px;
	color:#57575a;
}

/************ Forum ***************/

.posterDetails
{
	border-right:1px solid #cccccc;
	padding:0px;
	padding-bottom:10px;
}

/************ Adver ***************/
.advertDiv
{
	text-align:center;
	padding:0;
	margin:0;
	padding-bottom:0;
	margin-top:4px;
}

.advertDiv h4#header
{
	background-color:#ffee00;
	color:#6a6a6a;
	font-size:1em;
	margin-top:0;
	padding-top:4px;
	line-height:15px;
	
}
.advertDiv h4
{
	font-size:1.2em;
	margin-top:5px;
	padding-bottom:5px;
}

.advertDiv p
{
	padding-bottom:3px;
	margin-bottom:0;
	padding-top:2px;
	margin-top:0;
}
.advertDiv p#image
{
	padding:0;
}
.advertDiv img
{
	padding:0;
	margin:0;
}

/************* Newsletter *********/

.newsletter p, .newsletter body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em; /*0.8em*/
}
.newsletter a
{
	color:#58585a;
}
.newsletter .h2_1
{
	color:#58585a;
	font-size: 1.1em;/*1em;*/
	font-weight:normal;
	margin-bottom:0;
}
.newsletter .h2_2
{
	color:#ffffff;
	font-size: 1.1em;/*1em;*/
	font-weight:normal;
	margin-bottom:0;
}
.newsletter .h3_1
{
	color:#40ae49;
	font-size: 1.8em;/*1.5em;*/
}
.newsletter .extraText
{
	font-size:0.9em;/*0.7em;*/
	margin-bottom:6px;
	margin-top:10px;
}
.newsletter .rightBorder
{
	border-right:1px solid #bdbec0;
}
.newsletter .leftBorder
{
	border-left:1px solid #bdbec0;
}
.newsletter .bottomBorder
{
	border-bottom:1px solid #bdbec0;
}
.newsletter .toplessBorder
{
	border-bottom:1px solid #bdbec0;
	border-left:1px solid #bdbec0;
	border-right:1px solid #bdbec0;
}
.newsletter .rightBottomBorder
{
	border-bottom:1px solid #bdbec0;
	border-right:1px solid #bdbec0;
}
.newsletter .sideBorder
{
	border-left:1px solid #bdbec0;
	border-right:1px solid #bdbec0;
}
.newsletter .linkBox
{
	margin-bottom:0;
	margin-top:8px;
}
.newsletter .TPLextraText
{
	font-size:0.9em;/*0.7em;*/
	margin-bottom:1px;
	margin-top:4px;
}
.newsletter .TPLRightBorder
{
	border-right:1px solid #1b7a48;
}

/********** BarWorldwide **********/

.barWorldwide a
{
	color:#000000;
}
.barWorldwide p
{
	margin-top:5px;
	margin-bottom:10px;
}

/********** Seminar **********/

.seminarProgramme
{
	border:1px solid #89c831;
}
.seminarProgramme th
{
	background-color:#89c831;
	color:#ffffff;
}
.seminarProgramme td
{
	background-color:#ffffff;
}

/************* Admin **************/

.adminPanel
{
	padding:1px;
	padding-left:15px;
	padding-bottom:10px;
}
.adminPanel table
{
	border-color:#CCCCCC;
}
.adminPanel td, th
{
	border-color:#CCCCCC;
}

/************** TEMP **************/

.colourPickerLink a
{
	font-size:0.7em;
}

.txtHeader1
{
	color:#22b24b;
}
.txtHeader2
{
	color:#ee1d24;
}
.txtHeader3
{
	color:#57575a;
}
