﻿/*******************************************************************
Center for Elephant Conservation
*******************************************************************/
body { font-family: Verdana; }

a {	color: Black; }

.headerwhite
{
	font-size: 20pt;
	font-family: Arial Narrow;
	color: White;
}

.headergreen
{
	font-family: Arial Narrow;
	color: #407201;
}

.headergreensmall
{
	font-size: 15px;
	font-family: Arial Narrow;
	font-weight: bold;
	color: #407201;
}

.headergreen
{
	font-family: Arial Narrow;
	font-size: 12px;
	font-weight: bold;
	color: #B3D363;
}

.headerwhite
{
	font-family: Arial Narrow;
	font-size: 14px;
	font-weight: bold;
	color: White;
}

/*******************************************************************
ComponentArt Menu
*******************************************************************/

.TopGroup
{
	background-color:#407201; 
	color: White;
	cursor: pointer;
}

.MenuGroup
{
	/*background-image:url(images/background.gif);*/
	background-color:#407201;
	cursor: pointer;
	color: White;
}

.TopMenuItem
{
	background-color: #407201; 
	color: White;
	font-family: Arial Narrow; 
	font-size: 12px; 
	font-weight: bold;
	cursor: pointer;
}

.TopMenuItemHover 
{
	background-color: #407201; 
	color: White;
	font-family: Arial Narrow; 
	font-size: 12px; 
	font-weight: bold;
	cursor: pointer;
}

.MenuItem
{
	background-color: #407201; 
	color: White;
	font-family: Arial Narrow; 
	font-size: 12px; 
	font-weight: bold;
	cursor: pointer;
}

.MenuItemHover 
{
	background-color: #B3D363; 
	color: White;
	font-family: Arial Narrow; 
	font-size: 12px; 
	font-weight: bold;
	cursor: pointer;
}

.MenuBreak
{
	/*background-image:url(images/break_bg.gif);
	width:100%;
	height:1px;*/
}

