body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

img {
    border: none;
} 

ul {
	list-style: none;
	margin: 0;
	padding: 0 10px 10px 0;
}


#titletext {
	font-weight: bold;
	color: #0066CC;
	font-size: x-large;
	margin-bottom: 1%;
}

#subtitletext {
	font-weight: bold;
	color: #0066CC;
}

#copyrighttext {
  font-size:10px;
}

#menu {
	width: 300;
	margin: 10px;
	font-weight: bold;
	font-size: 12px;
}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
}	
	
#menu li a:link, #menu li a:visited {
	color: #333;
	display: block;
	background:  url(menu.gif);
	padding: 8px 0 0 10px;
}
	
#menu li a:hover {
	color: #FFF;
	background:  url(menu.gif) 0-32px;
	padding: 8px 0 0 10px;
}				

   
#content { padding-bottom:1.5em; }

/* basic link formatting */
a:link {
	color:#0033CC;
	text-decoration: none;
	font-style: italic;
}	

a:visited { 
	color:#0033CC;
	text-decoration: none;
	font-style: italic;
}

a:hover {
	color:#0033CC;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
