body {
	font-family: sans-serif;
	color: #000000;
	line-height: 114%;
	margin: 0px;
	border: 0px;
	background-color: #000000;	
}

/**  links  **/

a.links-general {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.links-general:hover {
	color: #C0303D;
	font-weight: bold;
	text-decoration: none;
}

/**  font  **/

.bold {
	font-weight: bold;
}

/**  layout  **/

td.info {
	padding-top: 5px;
	color: #FFFFFF;
	font-size: 0.9em;
	text-align: center;
}

/** div  **/

#wrapper {
position: relative;
width: 763px;
margin: auto;
text-align: left;
}
div.centered 
{
text-align: center;
width: 100%;
}
div.centered table 
{
margin: 0 auto; 
text-align: left;
}
div.centeredAll
{
text-align: center;
width: 100%;
}
div.centeredAll table 
{
margin: 0 auto; 
}