/* STYLES.CSS */
h2
{
	margin: 0px;
	padding: 0px;
}
body
{
	margin: 0px;
	padding: 0px;
}
form
{
	padding: 0px;
	margin: 0px;
}
.titles
{
	font-family: Arial, Helectiva, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #000000;
}
.titles_pop
{
	font-family: Arial, Helectiva, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #000000;
}
.data
{
	font-family: Arial, Helectiva, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	display: in-line;
	color: #000000;
	letter-spacing: normal;
	white-space: nowrap;
	word-spacing: normal;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.recData
{
	font-family: Arial, Helectiva, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	color: #000000;
	letter-spacing: normal;
	white-space: nowrap;
	word-spacing: normal;
}
.buttons
{
	font-family: Arial, Helectiva, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #000000;
}
.menuItem
{
	font-family: Arial, Helectiva, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #000000;
	width: 300px; 
	height: 25px;
}

