/********************************************************************
HTML TAGS
********************************************************************/
body { 
	background: #FFF;
}
body, table {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
}

body.header {
	/*background: #ffffff url(../images/logo_nl.gif) 95% 5px no-repeat;*/
	margin: 0px;
	padding: 0px;
}
body.footer {
	color: #333;
	text-align: center;
	margin: 0px;
	padding: 3px;
	font: 7pt Verdana, Arial, Helvetica, sans-serif;
}

h1 {  
	font: bold 15pt Arial, Helvetica, sans-serif;
}

h2 {  
	font-size: 13pt; 
	font-weight: normal;
	color: #0000ff;
}

th {
	text-align: left;
	font-weight: bold;
}

font {
	background-color: #cfc;
}

/*******************************************************************/




/********************************************************************
MENU STYLES
********************************************************************/
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #eee;
}

#menu p {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

#menu li {
	font-size: 11px;
}

#menu ul {
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 18px;
	padding-left: 0px;
}

#menu a { 
	text-decoration: none;
}

#menu p a {
	color: #000;
}

#menu a:hover { 
	color: #666;
}

#menu li a:visited { 
	color: #00F;
}

#menu li a:hover { 
	color: #07F;
}

/*******************************************************************/


/********************************************************************
CONTENT PAGE STYLES
********************************************************************/
.theword {
	color: #c00;
}

h2 .theword {
	font-weight: bold;
	color: #000099;
}

.example {
	color: #c00;
}

.highlight {
	color: #c00;
}

.highlight2 {
	color: #00C;
}

.incorrectexample {
	color: #c00;
	text-decoration: line-through;
}

.partofspeech {
	font-weight: bold;
}

.symbol {
	font-size: 14pt;
	font-weight: bold;
}

table.center-cells td, table.center-cells th {
	text-align: center;
}

/*******************************************************************/

