body{
	margin: 0px;
	background-color: #023a83;
	background-image:url(../images/bg_body.png);
	background-repeat:repeat-x;
	font-family:"Trebuchet MS";
	font-size:12px;
}

.hdrLink{
	color:#fff;
	font-size:12px;
}
a.hdrLink{	color:#fff;}

.listClass
{
	color:#0274ee;
}

a{ color:#0274ee; }
a:hover{ color:#e43737; }

.pageTitle{
	font-size:22px;
	color:#0274ee;
}

.pageContent{
	color:#444;
	font-size:14px;
}

form{
	margin:0px;
}



#boxContent { position: relative; left: -2px; top: -2px; } 

#boxContainer { position: relative; background: #666; margin: 4px; }

#lingoAbbrv{
	width:100px;
	float:left;
	font-weight: bold;
	text-align:center;
	padding:5px;
	background-color:#eee;
	margin-right:1px;
	margin-bottom:1px;
}

#lingoDescr{
	width:350px;
	padding:5px;
	float:left;
	background-color:#ddd;
	margin-bottom:1px;
}
#cellTitle{
	font-weight: bold;
	padding:5px;
	background-color:#eee;
}

#cellInput{
	padding:5px;
	background-color:#ddd;
}