body {
	font: 10pt Arial, Helvetica, sans-serif;
	margin: 0px;
}
h1 {
	font-size: 18pt;
}
.content {
	background: url(../../global/images/logo_nl.gif) no-repeat right top;
	margin: 10px;
}
.copyright {
	font: 7pt Verdana, Arial, Helvetica, sans-serif;
	background: #EEE;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EEE), to(#D1D1D1));
	background: -webkit-linear-gradient(#EEE, #D1D1D1);
	background: -moz-linear-gradient(#EEE, #D1D1D1);
	background: -ms-linear-gradient(#EEE, #D1D1D1);
	background: -o-linear-gradient(#EEE, #D1D1D1);
	background: linear-gradient(#EEE, #D1D1D1);
	-pie-background: linear-gradient(#EEE, #D1D1D1);
	text-align: center;
	padding: 3px;
	color: #333;
}
.copyright a {
	text-decoration: none;
	color: #888;
}
.phonemic{
    font-family: "Lucida Sans Unicode","Doulos SIL","Charis SIL",Gentium,"DejaVu Sans",Code2000,"TITUS Cyberbit Basic","Arial Unicode MS","Chrysanthi Unicode";
    font-size:21px;
}

.example{
	font-family: Verdana;
	font-size:12px;
	display: block;
	padding-top: 5px;
}

.pronunciationTable{

	border-spacing:0px;
}

.bold{
	font-weight: bold;
}

td{
	border: 1px solid black;
	text-align:center;
	width: 70px;
	height: 50px;
}

td.hover:hover{
	background-color: #EEEEEE;
	cursor: pointer;
}

td.boderRightBottom{
	border-left: 0px;
	border-bottom: 0px;
}

td.borderLeft{
	border-left: 0px;
}

td.noborder{
	border-top: 0px;
	border-bottom: 0px;
}

div.mainDiv{
	width:600px;
	margin: 0px auto 30px auto;
}

div.upTable{
	margin-bottom: 10px;
}