*		{color: #5A7473}
body	{background: url(../images/tint_a/bg_body.jpg) repeat-x #F3F8F9}
h1		{color: #899C9C}
h2		{color: #899C9C}
h3		{color: white}
a		{color: white}
a:hover	{color: black}
		
#pageHeader					{color: white}

/* table layouts */

/* wide column */
#topTable td.topWideBg		{background: url(../images/tint_a/top_wide_col_top.gif)}
#topTable td.topWideCol		{background: url(../images/tint_a/top_col_bg.jpg) top repeat-x #90BDC2}
#topTable td.bottWideBg		{background: url(../images/tint_a/top_wide_col_bot.gif)}

/* wide image column 
#topTable td.topWideImgBg	{background: url(../images/tint_a/img_wide_col_top.gif)}
#topTable td.topWideImgCol	{background: #EAEAEB}
#topTable td.bottWideImgBg	{background: url(../images/tint_a/img_wide_col_bot.gif)}
*/

/* small column */
#topTable td.topBg			{background: url(../images/tint_a/top_col_top.gif)}
#topTable td.topCol			{background: url(../images/tint_a/top_col_bg.jpg) top repeat-x #90BDC2}
#topTable td.bottBg			{background: url(../images/tint_a/top_col_bot.gif)}

/*small image column 
#topTable td.topImgBg		{background: url(../images/tint_a/img_col_top.gif)}
#topTable td.topImgCol		{background: #EAEAEB}
#topTable td.bottImgBg		{background: url(../images/tint_a/img_col_bot.gif) bottom}
*/

/* image */
.top_trans_top				{position: absolute;}
.top_trans_bottom			{position: absolute; margin-top: -4px;}

/* content page */
#topTable td.topSubBg		{background: url(../images/tint_a/top_sub_top.gif);}
#topTable td.topSubCol		{background: url(../images/tint_a/top_sub_bg.jpg) top repeat-x #FFFFFF;}
#topTable td.topSubBgBot	{background: url(../images/tint_a/top_sub_bot.gif);}
#topTable td.topSubCol a		{color: black;}
#topTable td.topSubCol a:hover	{color: #3C655A}

/* General datatables (standardtable) */
table.datatable 				{ border-top: 1px solid #5A7473; border-left: 1px solid #5A7473; font-size: 100%; }
table.datatable th 			{ background-color: #87ADB2; padding: 5px; font-weight: bold; color: white; border-bottom: 1px solid #5A7473; border-right: 1px solid #5A7473; vertical-align: top; text-align: left; }
table.datatable td 			{ padding: 5px; border-bottom: 1px solid #5A7473; border-right: 1px solid #5A7473;}
table.datatable tbody th 	{ background-color: #87ADB2; font-weight: bold; text-align: left; color: white; }
table.datatable b 			{ color: #5A7473; }