﻿html,body,caption
{
	background-color: white;
	font-family: Arial, sans-serif;
/*	font-size:200%;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

table
{
	/*background-color: white;*/
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	border-spacing: 0px;
	table-layout: auto;
	border-collapse: collapse;
	font-family: Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: black;
	text-align: justify;
}

table.header td, table.header img
{
	background-image: url(/Images/header/common/bkgdtexture.gif);
	background-color: #fffee6;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	margin: 0px 0px 0px 0px;
	border-collapse: collapse;
	table-layout: auto;
	padding: 0px 0px 0px 0px;
}

table.sitemap
{
	background-color: #ffffff;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	margin: 0px 0px 0px 0px;
	border-collapse: collapse;
	table-layout: auto;
	padding: 0px 0px 0px 0px;
}

table.sitemap td
{
	color: #0000ff;
	font-size: larger;
	font-weight: bold;
	font-family: Arial, Sans-Serif;
}

table td.frameTopLeftCornerBorder
{
	background-image: url(/Images/frame/16ta_112.gif);
	height: 26px;
	width: 10px;
}

table td.frameTitle
{ 
	background-image:url(/Images/frame/16ta_title_front.gif);
	font-family: Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	text-align: justify;	
	color: white; 
	font-weight: bold;
}

table td.frameTopBorder
{ 
	background-image:url(/Images/frame/16ta_212.gif);
	height:26px;
}

table td.frameTopRightCornerBorder
{ 
	background-image:url(/Images/frame/16ta_312.gif);
	height:26px;
	width:10px;
}


table td.frameLeftBorder
{ 
	background-image:url(/Images/frame/16ta_412.gif);
	width:10px;
}

table td.frameRightBorder
{ 
	background-image:url(/Images/frame/16ta_512.gif);
	width:10px;
}

table td.frameBottomLeftCornerBorder
{ 
	background-image:url(/Images/frame/16ta_612.gif);
	width:10px;
	height:12px;
}

table td.frameBottomBorder
{ 
	background-image:url(/Images/frame/16ta_712.gif);
	height:12px;
}

table td.frameBottomRightCornerBorder
{ 
	background-image:url(/Images/frame/16ta_812.gif);
	width:10px;
	height:12px;
}

table.sidebar, table.sidebar img
{
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	margin: 0px 0px 0px 0px;
	border-collapse: collapse;
	table-layout: auto;
	padding: 5px 5px 5px 5px;
}

table td.content
{ 
	background-color: #eeeeee;
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-style: normal;
	text-align: justify;	
	color: black; 
	font-weight: normal;
}
	
table.footer
{
	background-color: #ffffff;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	border-spacing: 0px;
	table-layout: auto;
	border-collapse: collapse;
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	color: black;
}


A:link {
	color:blue;
	TEXT-DECORATION: none
}

A:visited {
	color:purple; 
	TEXT-DECORATION: none
}	

A:hover {
	color:red; 
	TEXT-DECORATION: underline
}
A:active {
	color:orange; 
	TEXT-DECORATION: underline
}
