BODY {
	background-color: #e7e6e6;
	margin: 15;
}

BODY, TABLE {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	color: #000000;
}

A:link, A:active, A:visited {
	text-decoration: none;
	font-style: normal;
	color: #000000;
	font-weight: normal;
} 
 
A:hover {
	text-decoration: none;
	font-style: normal;
	color: #000000;
	background: #FFFFFF;
	font-weight: normal;
}

.small {
	font-size: 9px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.big {
	font: 100% "Times New Roman", Times, serif;
	letter-spacing: 0.2em;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
	text-transform: uppercase;
}

