/*********************************************************************************
	Common stuff
*/
BODY, HTML
{
	height: 100%;
}
BODY
{
	background-color: #EACCB4;
	margin: 0px 0px;
	padding: 0px;
}
BODY, TD, TH, DIV, P
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}

A{text-decoration: underline;color: #D02D24;}
A:hover{text-decoration: none;}

.titleBig
{
	font-size: 16px;
	color: #D02D24;
	font-weight: bold;
	text-align: center;
}

.small4Lang
{
	padding: 0px;
	margin: 0px;
	color: #D02D24;
	font-weight: bold;
	font-size: 10px;
}
