html, body {
	background-color: #fff;
	color: #000;
	font-family: Tahoma;
	font-size: 9px;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}

#top {
	width: 180px;
	margin: 3px auto 3px auto;
}
#mainBackground {
	position: relative;
	padding: 5px;
	background-color: #dedfde;
	text-align: center;
	clear: both;
}
#mainHome {
	padding: 0px;
	margin-bottom: 5px;
	background-color: #f9f9f9;
	text-align: center;
}
#firstPage {
	padding: 15px;
}
#main{
	padding: 4px;
	margin-bottom: 5px;
	background-color: #f9f9f9;
	text-align: left;
}
#main OL {
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	left: -15px;
	text-align: left;
}
#main LI {
	padding-top:10px; 
}
#main A{
	color:  black;
}
BIG {
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
	margin: 5px 0px;
}
H1{
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
H2{
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
H3{
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}
H4{
	font-weight: bold;
	padding: 3px 0px;
	margin: 0px;
	color: #000;
	font-family: Tahoma;
	font-size: 11px;
}

/* TOP PANEL */
#topPanel{
	width: 156px;
	background-color: #123D83;
	position: relative;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 9px;
	text-decoration: none;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 12px;
	padding-right: 12px;
}
#topPanel A {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 9px;
	text-decoration: none;
	font-weight: normal;
}
#topPanelFlags {
	position: absolute;
	right: 9px; top: 3px;
}
#topPanelFlags IMG{
	margin-left: 3px;
	border: 0px;
}
/* SEARCHTOOL */
#searchToolBody{
	background-color: #e3ecfb;
	border: solid 1px #123D83;
	border-top: none;
	padding: 9px;
	text-align: left;
}
#searchToolBody FORM{
	margin: 0px;
	padding: 0px;
}
#searchToolInputText{
	font-family: Tahoma;
	font-size: 9px;
	margin-right: 3px;
	font-size: 10px;
	background-color: #ffffff;
	width: 45%;
}
#searchToolButtonPDA{
	margin: 0px;
	padding: 0px;
	width: 40%;
	font-family: Tahoma;
	font-size: 9px;
	font-weight: bold;
	color: #123D83;
	background-color: #F2FBFF;
}

ul.searchToolSpecialChar {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	list-style: none;
}
ul.searchToolSpecialChar LI {
	display: inline;
	white-space: nowrap;
}
ul.searchToolSpecialChar A{
	font-family: Tahoma;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #1F1F1F;
	padding: 2px 1px;
}
ul.searchToolSpecialChar A:hover{
	background-color: #123D83;
	color: #FFFFFF;
}

/* MAIN BOTTOM LINKS */
.mainBottomCopyright {
	position: relative;
	float: left;
	text-align: left;
	width: 49%;
}
.mainBottomCounter {
	position: relative;
	float: right;
	text-align: right;
	width: 49%;
}
.mainBottomCopyright, .mainBottomCopyright A, .mainBottomCounter {
	font-size: 9px;
	color: #123D83;
	text-decoration: none;
	font-weight: normal;
}

/* BOTTOMLINKS */
#bottomLinks {
	width: 100%;
	background-color: #123D83;
	position: relative;
	padding: 4px 0px;
	font-size: 10px;
	text-align: center;
}
#bottomLinks A {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 9px;
	text-decoration: none;
	font-weight: normal;
	padding: 0px 3px;
	white-space: nowrap;	
}
#bottomLinks A:hover { color: #e3ecfb; }

/* FLOATING CORNERS */
.lt {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.rt {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
}
.lb {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
}
.rb {
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 1;
}

/* LETTERS LINK */
ul.letters_link {
	list-style: none;
	margin: 0px;
	padding: 5px;
	text-align: center;
	line-height: 18px;
}
ul.letters_link LI {
	display: inline;
	white-space: nowrap;
}
ul.letters_link A {
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	padding: 1px 4px;
	border: solid 1px black;
}
ul.letters_link A:hover{
	background-color: #c1c1c1;
}

/* IRREGULAR VERBS */
.irregularVerbs {
	margin: 0px;
	padding: 0px;
	text-align: left; 
	margin-bottom: 10px;
	white-space: normal;
}
.irregularVerbs TD, .irregularVerbs TH {
	font-family: Tahoma, Arial, Helvetica;
	font-weight: normal;
	font-size: 9px;
	color: #000;
}
.irregularVerbs TH {
	font-weight: bold;
	padding-top: 10px;
}
.irregularVerbs A {
	text-decoration: none;
}

/* RESULTS */
.resTable {
    width: 100%;
    border: none;
    background-color: #DEDFDE;
    text-align: left;
    table-layout: fixed;
    overflow: hidden;
}
.resTable TH {
	background-color: #c1c1c1;
}
.resRow {
	background-color: #f9f9f9;
}
.resRowHover {
	background-color: #ebebeb;
}
.resTable a {
	color: black;
	text-decoration: none;
}
.resTable em, .notFoundInfo em {
	color: black;
	font-style: normal;
	background: #d5f3ff none repeat scroll 0%;
}

.notFoundInfo {
	padding: 15px;
	text-align: center;
	line-height: 15px;
}
.notFoundInfo  A{
	color: black;
	font-weight: bold;
	text-decoration: underline;
}