/****************************  Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background			{background-color:#F0F0F0; color:#e21f26;} 
.box1Color			{color:#4b7030;}
.box1Color:HOVER		{color:#e21f26;}

.box1Background_LightVersion	{background-color:#F0F0F0; color:#e21f26;}
.box1Color_LightVersion		{color:#4b7030;}
.box1Color_LightVersion:hover	{color:#e21f26;}


/** Used in titles and captions**/
.titlesColor				{color:#e21f26;}
.titlesColor:hover			{color:#4b7030;}
.pageTitleColor				{color:#e21f26;}
.pageTitleColor:hover			{color:#4b7030;}


/****************************  Main Elements ***************************/
BODY			{font-family:Arial, Helvetica, sans-serif; font-weight:normal; color:#000000; font-size:80%; padding:0px; margin:0px;}
BODY *				{-moz-box-sizing:border-box;}

TABLE			{}
TD			{font-size:80%;}
HR			{border:0px; border-top:1px solid #c0c0c0; height:1px; width:100%; background-color:transparent;}
FORM			{display:inline;}
INPUT			{font-size:12px; font-weight:normal; font-family:Arial;}
INPUT.input		{border:#bfbfbf 1px solid;}
TEXTAREA		{border:#bfbfbf 1px solid;}
SELECT			{font-size:10px; font-weight:normal; font-family:Arial;}
A			{text-decoration:underline; color:#4b7030;}
A:hover			{text-decoration:none; color:#e21f26;}
INPUT.button		{color:#FFFFFF; border-top:1px solid #969e96; border-left:1px solid #969e96; border-right:1px solid #2f382f; border-bottom:1px solid #2f382f; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; background-color:#4e5c4e; height:18px; text-align:center;}
UL				{}
UL LI				{list-style:circle url('../ListIconLevel1.gif');}
.red			{color:red;}

/* Body */
TABLE.body		{margin-top:42px; width:100%;}
TABLE.bodyItem		{}
TABLE.bodyList		{}

/** Bread Crumbs **/
TD.navigationTabContainer					{color:#000000;}
TD.navigationTab								{font-size:11px; color:#000000; font-weight:normal; vertical-align:top; padding-bottom:15px;}
A.navigationTab									{font-size:11px; color:#000000; text-decoration:none;}
A.navigationTab:hover						{font-size:11px; color:#e21f26; text-decoration:underline;}


/** Page Title & Description **/
TD.PageTitle				{color:#e21f26;}
DIV.PageTitle				{font-weight:bold; color:#e21f26; font-size:18px; margin-bottom:15px;}
TD.PageCategoryTitle		{color:#e21f26;}
DIV.PageCategoryTitle		{color:#e21f26;}
H1.PageTitle				{font-size:100%; color:#e21f26;}
H1.PageCategoryTitle		{color:#e21f26;}
TD.description				{font-size:80%;}

/** Copyright **/
TD.Copyright		{padding-right: 100px; font-weight:normal; font-size:75%; color:#676969;}
A.Copyright		{font-weight:normal; font-size:75%; color:#676969;}
A.Copyright:hover		{font-weight:normal; font-size:75%; color:#676969;}

/** Site Message **/
DIV.SiteMessageContainer	{border-bottom:solid 1px gray; text-align:center; padding:5px;}


/************************** Pop-up windows ******************************************/
BODY.Popup			{}

/** Talkbacks **/
INPUT.Response		{width:220px;}
TEXTAREA.Response	{width:220px; height:200px;}

/** Tell a Friend **/
INPUT.Friend		{width:220px;}
TEXTAREA.Friend		{width:220px; height:200px;}


