/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body
{
	font-family: Verdana,sans-serif;
	color: #000000;
	line-height: 1.2;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited
{
	color: #3b60aa;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/************** header tag styles **************/

h1, h2, h3, h4, h5
{
	font: 150% Arial,sans-serif;
	color: #cb0000;
	letter-spacing:-1px;
}

h2
{
	font: bold 110% Arial,sans-serif;
	color: #000000;
}

h1 a:link, h1 a:visited, h1 a:hover
{
	color:#000000;
}

h1 a:hover
{
	color:#098100;
	text-decoration:none;
}

h3
{
	font: bold 100% Arial,sans-serif;
	color: #000000;
}

p, ul, ol
{
	font-family: Verdana, Sans-Serif;
	font-size: 10pt;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

.TD-PageContainer
{
	border:none;
	width:981px;
}

.TD-Logo
{
	width: 342px;
	height: 67px;
}

.TD-Logo img
{
	border:0px solid #ffffff;
}

.TD-GlobalNavigation
{
	width: 639px;
	height: 43px;
	vertical-align:text-bottom;	
}

.TD-GlobalNavigation img
{
	border:none;
}

.TD-PlatformFeatures
{
	width: 342px;
	height: 223px;
}

.TD-PlatformFeatures img
{
	border:none;
}

.TD-DefaultGraphics
{
	width: 594px;
	height: 223px;
}

.TD-DefaltGraphics img
{
	border:none;
}

.TD-LeftColumn, .TD-CenterColumn
{
	width: 340px;
	border: 1px solid #d8dde4;
	padding: 10px 10px 10px 15px;
	vertical-align:text-top;
}

.TD-RightColumn
{
	width: 234px;
	background-color:#f1f3f4;
	border: 1px solid #d8dde4;
	padding: 10px 10px 10px 15px;
	vertical-align:text-top;
}

.TD-LeftColumn h1, .TD-CenterColumn h1, .TD-RightColumn h1
{
	background-image:url(../Images/GreenArrow.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:30px;
}

.TD-LeftColumn p, .TD-CenterColumn p, .TD-RightColumn p
{
	padding-left:30px;
}

.TD-LeftColumn img, .TD-CenterColumn img, .TD-RightColumn img
{
	border:none;
}

/***********************************************/
/* Global Navigation                           */
/***********************************************/


/***********************************************/
/* Content Styles                              */
/***********************************************/

.TD-GeneralIdea
{
	width: 951px;
	background-color:#f1f3f4;
	border: 1px solid #d8dde4;
	padding: 30px 10px 10px 30px;
	vertical-align:text-top;
}

.TD-GeneralIdea img
{
	margin-left:50px;
	border:none;
}

.TD-GeneralIdea a img
{
	margin-left:0px;
	border:none;
}

.TD-PageContent
{
	width: 951px;
	border: 1px solid #d8dde4;
	padding: 30px 10px 30px 30px;
	vertical-align:text-top;
}

.TD-PageContent img
{
	border:none;
}

.TD-PageContent table
{
	width:100%;
}

.TD-PageContent table td
{
	vertical-align:text-top;
}

.TD-Screen
{
	text-align:right;
}

.TD-RiskManagement
{
	border-collapse:collapse;
	border:none;
}

.TD-RiskManagement td
{
	border: solid 1px #000000;
	font: 120% Arial,sans-serif;
	padding:5px;
}

.TD-RiskManagementCaption
{
	background-color:#f6f6cc;
}

.TD-ActionButton, .TD-ActionBack
{
	width:220px;
	height:50px;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	font:120% Arial,sans-serif;
	font-style:italic;
	padding-left:55px;
	background-image:url(../Images/bAction.gif);
	background-position:left;
	background-repeat:no-repeat;
	cursor:pointer;
	
}

.TD-ActionBack
{
	background-image:url(../Images/bActionBack.gif);
}

.TD-Actions a:link,
.TD-Actions a:hover,
.TD-Actions a:visited
{
	color:#000000;
}

.TD-Actions a:hover
{
	color:#098100;
	text-decoration:none;
}

.TD-Table
{
}

.TD-Table table
{
	border-collapse: collapse;
	border-color: black;
	width: auto;
}

.TD-Table td
{
	font-family: Verdana, Sans-Serif;
	font-size: 10pt;
	border-style: solid;
	border-width: 1px;
}

/************************************************/
/* Form Styles									*/
/************************************************/

.TD-Form td
{
	font: 80% Verdana,sans-serif;
}

.TD-InputText
{
	width:300px;
}

.TD-InputSelect
{
	width:306px;
}

/***********************************************/
/* Footer			                           */
/***********************************************/

.TD-FooterCopy
{
	width:342px;
	height:50px;
	font-size:8pt;
	color:#666666;
	text-align:center;
}

.TD-FooterNavigation
{
	width:594px;
	height:50px;
	color:#666666;
	font-size:8pt;
}

.TD-Required
{
	color:#ff0000;
}

.TD-FooterNavigation a:link, .TD-FooterNavigation a:visited, .TD-FooterNavigation a:hover
{
	color:#666666;
}

