
	.bottomLinks
	{
		font-family : Arial, Helvetica, sans-serif;
		font-size : xx-small;
		color : Silver;
	}
	
	.normalText
	{
		font-family : Arial, Helvetica, sans-serif;
		font-size : x-small;
		color : #ffffff;
		text-align : right;
	}
	.normalTextCenter
	{
		font-family : Arial, Helvetica, sans-serif;
		font-size : x-small;
		color : #ffffff;
		text-align : center;
	}
	.normalTextEn
	{
		font-family : Arial, Helvetica, sans-serif;
		font-size : x-small;
		color : #ffffff;
		text-align : left;
	}
	.textNews
	{
		font-family : Arial, Helvetica, sans-serif;
		font-size : x-small;
		color : #8BC771;
		text-align : justify;
	}
	Input
	{
	background-color : #d8d8d8;
	color : Black;
	font-size : 10px;
	BORDER: #ffffff 2px outset;
	BORDER-WIDTH: 1px;
	}
	
	.inputArea
	{
	background-color : #d8d8d8;
	color : Black;
	font-size : 10px;
	BORDER: #ffffff 2px outset;
	BORDER-WIDTH: 1px;
	}
	
	A
	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	color : #8BC771;
	}
	
	a:link.whiteLink,a:active.whiteLink,a:visited.whiteLink
	{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: white;
	text-decoration: none;
	}

	a:hover.whiteLink {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #8BC771;
	text-decoration: none;
	}