body, html {
	margin:0px;
	height:100%;
	}
body, table, div, p, input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	font-size:12px;
	line-height:160%;
	}
.loginBox {
	height:15px;
	background-image:url(/images/login-bg.png);
	color:#666666;
	width:145px;
	font-size:11px;
	border:0px;
	padding:2px 0px 0px 8px;
	}
td.sidebarLeft {
	background-image:url(/images/page_bg.png);
	background-position:right top;
	}
td.sidebarRight {
	background-image:url(/images/page_bg.png);
	background-position:left top;
	}
td.gradientLeft {
	background-image:url(/images/left_grad.png);
	background-position:top;
	}
td.gradientRight {
	background-image:url(/images/right_grad.png);
	background-position:top;
	}
td.header {
	background-image:url(/images/wttc_header_bg.png);
	}
.topnav, .topnav a:link, .topnav a:visited, .topnav a:active {
	color:#003366;
	font-size:12px;
	background-color:#CCCCCC;
	text-decoration:none;
	}
.topnav a:hover, .topnav a.current:link, .topnav a.current:visited {
	font-weight:bold;
	color:#333333;
	}
td.footer {
	background-image:url(/images/footer_bg.png);
	padding-left:35px;
	}
td.footer a:link, td.footer a:visited {
	color:#FFFFCC;
	}
.font10 {
	font-size:10px;
	}
.largeTitle, .font14, .largeTitleGrey {
	font-size:14px;
	}
.largeTitle, a.largeTitle:link, a.largeTitle:visited {
	color:#003366;
	font-weight:bold;
	text-decoration:none;
	}
a.largeTitle:hover {
	text-decoration:underline;
}	
.largeTitleGrey {
	color:#999999;
	font-weight:bold;
	}
.companyRow, .companyRowCurrent {
	padding:4px 0px 4px 10px;
	}
.companyRow a:link, .companyRow a:visited {
	color:black;
	text-decoration:none;
	}
.companyRow a:hover, .companyRowCurrent a:link, .companyRowCurrent a:visited {
	color:#003366;
	font-weight:bold;
	text-decoration:none;
	}
.companyRowCurrent {
	background-color:#EBEBE1;
	}
.smallLineHeight {
	line-height:130%;
	}
a:link, a:visited {	
	color:#003366;
	}