/****************************   Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#88BFE6;color:#002A63;}
.box1Color						{color:#002A63;}
.box1Color:HOVER				{color:#002A63;}

.box1Background_LightVersion	{background-color:#D9EAFB;color:#000000;}
.box1Color_LightVersion			{color:#000000;}


/** Used in titles and captions**/
.freeColor1						{color:#E13212;}
.freeColor1:hover				{color:#F25112;}


/****************************   Main Elements ***************************/
BODY			{font-family:Arial, Helvetica, sans-serif;font-weight:normal; color:#000000;font-size:80%;}
BODY * 			{-moz-box-sizing: border-box;}

TD				{font-size:80%;}
HR				{border: 0px;border-top: 1px solid #DADADA;height:1px; width:100%;	color: transparent;	background-color: transparent;}
INPUT			{font-size:12px; font-weight:normal; font-family:Arial;}
INPUT.input		{border-style:solid; border-width:1px; border-color:#005095;}
TEXTAREA.input	{border-style:solid; border-width:1px; border-color:#005095;}
SELECT			{font-size:12px; font-weight:normal; font-family:Arial;}
A				{text-decoration:none; color:#002251;}
A:hover			{text-decoration:underline; color:#D41A05;}
INPUT.button	{color:#FFFFFF; border-top:1px solid #DFDFDF;border-left:1px solid #DFDFDF; border-right:1px solid #000000; border-bottom:1px solid #000000; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; background-color:#727272; height: 18px; text-align: center;}
.red			{color:red;}

/* Body */
TABLE.body			{width:540px;margin-right:22px;margin-top:15px;margin-bottom:15px; text-align:justify;}
TABLE.bodyItem		{}
TABLE.bodyList		{}

/** Bread Crumbs **/
TD.navigationTabContainer					{border-bottom:1px solid #828282;padding-bottom:5px;}
TD.navigationTab							{font-weight:normal;font-size:11px;}
A.navigationTab								{text-decoration:none;}
A.navigationTab:hover						{text-decoration:underline;}


/** Category Title & Description **/
TD.categoryTitle		{font-weight: bold; font-size:100%; padding-top:10px; padding-bottom:5px;}
H1.categoryTitle		{font-size:100%;}
TD.description			{font-size:80%;}

/** 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;}

