/****************************   Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#E3DFD4;color:#000000;}
.box1Color						{color:#000000;}
.box1Color:HOVER				{color:#000000;}

.box1Background_LightVersion	{background-color:#F0EFEB;color:#000000;}
.box1Color_LightVersion			{color:#000000;}


/** Used in titles and captions**/
.titlesColor					{color:#014A99;}
.titlesColor:hover				{color:#003064;}
.pageTitleColor					{color:#424142;}
.pageTitleColor:hover			{color:#00519C;}


/****************************   Main Elements ***************************/
BODY			{font-family:Arial, Helvetica, sans-serif;font-weight:normal; color:#5A5A5A;font-size:80%;padding:0px;margin:0px;}
BODY * 			{-moz-box-sizing: border-box;}

TD				{font-size:80%;color:#5A5A5A;}
HR				{border: 0px; border-top: 1px solid #F2EEEB; height:1px; width:100%; background-color: transparent;}
FORM			{display:inline;}
INPUT			{font-size:12px; font-weight:normal; font-family:Arial;}
INPUT.input		{border-style:solid; border-width:1px; border-color:#005095;}
TEXTAREA		{border-style:solid; border-width:1px; border-color:#005095;}
SELECT			{font-size:12px; font-weight:normal; font-family:Arial;}
A				{text-decoration:none; color:#03529F;}
A:hover			{text-decoration:underline; color:#F1B634;}
INPUT.button	{color:#585A59; border-top:1px solid #CFCFCF;border-left:1px solid #CFCFCF; border-bottom:1px solid #ABA7A6; border-right:1px solid #ABA7A6; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; background-color:#E3DFD4; height: 18px; text-align: center;}
UL 				{list-style: circle url('../ListIconLevel1.gif');}
LI 				{}
.red			{color:red;}

/* Body */
TABLE.body			{margin-bottom:20px; width:560px;margin-right:8px; border:0px solid red; text-align:justify;}
TABLE.bodyItem		{}
TABLE.bodyList		{}

/** Bread Crumbs **/
TD.navigationTabContainer					{}
TD.navigationTab							{font-weight:normal;font-size:11px;color:#454440;}
A.navigationTab								{text-decoration:none;color:#454440;}
A.navigationTab:hover						{text-decoration:underline;color:#004B9C;}


/** Category Title & Description **/
TD.PageCategoryTitle		{font-weight: bold; font-size:100%; padding-top:10px;padding-right:20px; padding-bottom:15px;background-image:url("ArticleStar.gif");background-repeat:no-repeat;background-position:right 12;}
H1.PageCategoryTitle		{font-size:100%;}
TD.description			{font-size:80%;color:#5A555A;}

/** Copyright **/
TD.Copyright			{font-weight:bold; font-size:75%; color:005794;}
A.Copyright				{font-weight:bold; text-decoration:none; color:005794;}
A.Copyright:hover		{font-weight:bold; text-decoration:none; color:005794;}

/** Site Message **/
DIV.SiteMessageContainer	{border-bottom:solid 1px grey;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;}

