td.logo {
	background-image: url(../images/logo.gif); 
	background-repeat: no-repeat; 
	width: 261px;
	}
	
	
td.rightlogo {
	background-image: url(../images/right-logo.gif);
	background-repeat: no-repeat;
	width: 539px;
	}
	
	
td.menuitem {
	font-family: verdana; 
	font-weight: bold; 
	font-size: 8pt; 
	border-left: 1px solid gray; 
	border-right: 1px solid gray; 
	background-image: url(../images/menu-bar.gif); 
	text-align: center;
	}
	
	
td.menuleftend {
	border-right: 1px solid gray; 
	background-image: url(../images/menu-end.gif)
	}
	
	
td.menurightend {
	border-left: 1px solid gray; 
	background-image: url(../images/menu-end.gif)
	}
	
	
td.contentpane {
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	}
	
	
td.footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	}


td.footerlinks {
	font-family: verdana;
	font-size: 8pt; 
	color: #656c70;
	text-align: center;
	}

p {
	font-family: verdana; 
	font-size: 8pt
	}
	
li {
	font-family: verdana; 
	font-size: 8pt
	}
	

body {
	font-family: verdana; 
	font-size: 8pt
	}


a.menu {
	color: #000000;
	text-decoration: none;
	}
	
a.footermenu {
	color: #656c70;
	text-decoration: none;
	}

a:hover {
	color: #656c70;
	text-decoration: underline;
	}