/*/////////////////////////////////////////////////////////////////*/
body
{
	background-color: #EEEEEE;
	margin: 0;
}

.title
{
	font-family: Verdana, Arial, Sans-serif;
	color: #002b7f;
	font-size: 18px;
}
.title span {color: #ffc219;}

hr {height: 1px; border: solid #666666 0px; border-top-width: 1px;}

a:visited {color: blue;}

/*/////////////////////////////////////////////////////////////////*/
table.shell
{
	width: 100%;
	background-color: #FFFFFF;
}
td.shellMain
{
	padding: 0;
	background: transparent url(images/mainShadowBg.gif) 19px 0px no-repeat;
}
td.shellBottom
{
	padding: 3px 10px 3px 0;
	background-color: #3f5f9f;
	border-bottom: 10px solid #002b7f;
	font-family: Verdana, Arial, Sans-serif;
	color: #FFFFFF;
	font-size: 11px;
}
td.shellBottom a:link {color: #FFFFFF; text-decoration: none;}
td.shellBottom a:visited {color: #FFFFFF; text-decoration: none;}
td.shellBottom a:hover {color: #FFFFFF; text-decoration: underline;}
td.shellBottom a:active {color: #FFFFFF; text-decoration: none;}

/*/////////////////////////////////////////////////////////////////*/
table.top
{
	width: 100%;
	background-color: #FFFFFF;
}
td.topNav
{
	width: 100%;
	padding: 0;
	background: transparent url(images/topNavTile.gif) left bottom repeat-x;
}
td.topNavLower
{
	width: 100%;
	padding: 0;
	background: transparent url(images/topNavLowerTile.gif) left top repeat-x;
}
td.topNav2
{
	padding: 0 0 0 10px;
	background: transparent url(images/topNav2Tile.gif) left top repeat-x;
}

/*/////////////////////////////////////////////////////////////////*/
table.content
{
	width: 100%;
	background-color: transparent;
}
td.contentLeft
{
	padding: 0 5px 5px 5px;
	border-right: 1px solid #e0aa0f;
	background: #e0dfd9 url(images/contentLeftTile.gif) left top repeat-x;
	font-family: Verdana, Arial, Sans-serif;
	color: #666666;
	font-size: 11px;
}
td.contentMain
{
	width: 100%;
	background-color: transparent;
	padding: 10px;
	font-family: Verdana, Arial, Sans-serif;
	color: #000000;
	font-size: 11px;
}

/*///////////////////////////////////////////////////////////////////*/
table.onlineBanking
{
	width: 100%;
}
table.onlineBanking td
{
	font-size: 11px;
	font-family: Verdana, Arial, Sans-serif;
	color: #000000;
}
table.onlineBanking a:link {color: #000000; text-decoration: underline;}
table.onlineBanking a:visited {color: #000000; text-decoration: underline;}
table.onlineBanking a:hover {color: #000000; text-decoration: none;}
table.onlineBanking a:active {color: #000000; text-decoration: none;}

/*///////////////////////////////////////////////////////////////////*/
table.formTable
{
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica;
	color: #333333;
}
table.formTable td
{
	padding: 3px;
	border-bottom: 1px solid #E1E1E1;
}

.fancyForm
{
	border: 1px solid #999999;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica;
	color: #333333;
}
.fancySelect
{
	border: 1px solid #999999;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica;
	color: #333333;
}
.fancyBtn
{
	background-color: #EEEEEE;
	border: 1px solid #999999;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica;
	color: #333333;
}
table.regular
{
	font-family: Verdana, Arial, Sans-serif;
	color: #000000;
	font-size: 11px;
}