body {
	background-color: White;
	font-family: "Times New Roman", Geneva, sans-serif;
	font-size: 1em;
	text-align: left;
	color: #4F60BE;
}
h1 {
	color: #CCCC66;
	font-size: 1.4em;
	margin-bottom: 5px;
	margin-top: 5px;
}

.global {
	background-color: #CCCC66;
	border-bottom: thick solid #4F60BE;
	border-top: 1px solid #336666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: 3px;
	padding-left: 3px;
	text-align: center;
	color: #F0F8FF;
	margin-bottom: 0px;
	font-weight: bold;
	margin-top: 0px;
	padding-bottom: 3px;
}

.header {
	background-color: #4F60BE;
	font-size: 1.4em;
	padding-left: 6px;
	text-align: left;
	background-image: url("images/TBWlogo.gif");
	background-position: left;
	background-repeat: no-repeat;
	height: 110px;
	color: #F0F8FF;
	margin-bottom: 0px;
}
.right {
	background-color: #4F60BE;
	color: #F0F8FF;
	font-size: 0.8em;
	padding-left: 3px;
	padding-right: 3px;
	margin-top: 0px;
	text-align: left;
	padding-bottom: 10px;
	
}
a:link {
	text-decoration: none;
	color: #cccc66;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 0px;
	text-align: center;
}
a:visited {
	text-decoration: none;
	color: #cccc66;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 0px;
}
a:hover {
	text-decoration: none;
	color: #999900;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 0px;
	background-color: 4F60BE;
}
a:active {
	text-decoration: none;
	color: #999900;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 0px;
	background-color: 4F60BE;
}
.imagetext {
	text-align: left;
}