/****************************   Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background					{background-color:#9babcf;color:#012f76;}
.box1Color						{color:#012f76;}
.box1Color:HOVER				{color:#fff;}

.box1Background_LightVersion	{background-color:#dddbe7;color:#012f76;}
.box1Color_LightVersion			{color:#012f76;}
.box1Color_LightVersion:hover	{color:#000000;}


/** Used in titles and captions**/
.titlesColor					{color:#355787;}
.titlesColor:hover				{color:#6481c2;}
.pageTitleColor					{color:#6481c2;}
.pageTitleColor:hover			{color:#355787;}

/****************************   Grid 0 ***************************/

TD.sep		{background-image:url('../sep.gif');background-repeat:repeat-y;width:3px;}
TD.BgTopNav	{background-image:url('../BgTopNav.gif');background-repeat:repeat-x;height:31px;}
TD.BgFreeBox	{background-image:url('../Grid_Bio_Hp/BgFreeBox.jpg');background-repeat:no-repeat;background-position:right top;with:613px; height:182px;}
TD.BgFreeBoxIn	{with:613px; height:150px;}
TABLE.BgBottom	{background-image:url('../BottomBar.gif');background-repeat:repeat-x;background-position:right top; height:41px;}
TD.BgRightBar	{background-image:url('../Grid_Bio_Hp/BgRightBar.gif');background-repeat:repeat-y;background-position:right top; width:157px;}


/****************************   Main Elements ***************************/
BODY			{font-family:Arial, Helvetica, sans-serif;font-weight:normal; color:#012f76;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 #dedee6; 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:#dedee6;}
TEXTAREA		{border-style:solid; border-width:1px; border-color:#dedee6;}
SELECT			{font-size:10px; font-weight:normal; font-family:Arial;}
A				{text-decoration:none; color:#355787;}
A:hover			{text-decoration:underline; color:#6481c2;}
INPUT.button	{color:#355787; border-color:#dddbe7; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; background-color:#fff; height: 18px; text-align: center;}
UL 				{}
UL LI 			{list-style: circle url('../ListIconLevel1.gif');}
.red			{color:red;}

/* Body */
TABLE.body			{margin:20px 30px 20px 0px; width:565px; text-align:justify;}
TABLE.bodyItem		{}
TABLE.bodyList		{}

/** Bread Crumbs **/
TD.navigationTabContainer					{}
TD.navigationTab							{font-size:70%; font-weight:normal;}
A.navigationTab								{text-decoration:none;}
A.navigationTab:hover						{text-decoration:underline;}


/** Category Title & Description **/
DIV.categoryTitle		{font-weight: bold; font-size:115%; padding-top:10px; padding-bottom:5px;}
DIV.itemCategoryTitle	{}
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 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;}


