/* Basic text rules that apply to all text */


/*FROM BASE LOGICA STYLE SHEET
body {
	font: 67.85%/1.3em Tahoma, arial, sans-serif;
	background: #515151 url(../../img/interface/bg-body.gif) repeat-x;
	text-align: center;
	color: #000;
}*/

body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #ebebe4; /*url(images/bg-body.gif) repeat-x;*/
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: -1px;
}

a       {
	font-weight: bold;
	/*font-size: 11px;*/
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
}

a:visited:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.tableborder {
	/*border-collapse: collapse;*/
	/*border: 3px solid #000000;*/
	/*height: 400px;*/
	background: #454545;
	/*width: 547px;*/
}
