/****************************   Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#bfbfbf; color:#dc7603;}
.box1Color						{color:#dc7603;}
.box1Color:HOVER				{color:#0d2d4c; text-decoration:none;}

.box1Background_LightVersion	{background-color:#EDEDED;color:#ee7d00;}
.box1Color_LightVersion			{color:#0d2d4c;}


/** Used in titles and captions**/
.titlesColor					{color:#dc7603; text-decoration:none;}
.titlesColor:hover				{color:#0d2d4c;}
.pageTitleColor					{color:#005c8d;}
.pageTitleColor:hover			{color:#0d2d4c;}


/****************************   Main Elements ***************************/
BODY			{font-family:Arial, Helvetica, sans-serif;font-weight:normal; color:#0d2d4c;font-size:80%;padding:0px;margin:0px;}
BODY *				{-moz-box-sizing: border-box;}

TD				{font-size:80%;}
HR				{border: 0px; border-top: 1px solid #cfcfcf; height:1px; width:100%; background-color: transparent;}
FORM			{display:inline;}
INPUT			{font-size:12px; font-weight:normal; font-family:Arial;}
INPUT.input		{border:#005095 1px solid;}
TEXTAREA		{border:#005095 1px solid;}
SELECT			{font-size:12px; font-weight:normal; font-family:Arial;}
A				{text-decoration:none; color:#dc7603;}
A:hover			{text-decoration:underline; color:#0d2d4c;}
INPUT.button	{color:#ffffff; border-style:none; font-family:arial, helvetica, sans-serif; font-size:11px; font-weight:bold; background:#ef7d00 url('../bgBut.jpg') repeat-x top; height:18px; text-align:center; padding-bottom:2px; line-height:14px; cursor:pointer;}
UL					{list-style: circle url('../ListIconLevel1.gif');}
LI					{}
.red			{color:red;}

/* Body */
TABLE.body			{}
TABLE.bodyItem		{}
TABLE.bodyList		{}


/** Bread Crumbs **/
TD.navigationTabContainer					{}
TD.navigationTab							{font-weight:normal;}
A.navigationTab								{text-decoration:none;}
A.navigationTab:hover						{text-decoration:underline;}


/** Category Title & Description **/
TD.categoryTitle		{font-weight: bold; font-size:100%;}
H1.categoryTitle		{font-size:100%;}
TD.description			{font-size:85%; color:#ffffff; padding-bottom:15px;}

/** Copyright **/
TD.Copyright			{font-weight:bold; font-size:75%; color:005794;}
A.Copyright				{font-weight:bold; text-decoration:none; color:#dc7603;}
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;}


