body {
	font-family: Arial, Helvetica; 
	font-size:10pt; 
	margin: 0px; 
}

p, input, textarea, select {
	font-family:Arial, Helvetica;
	font-size:10pt;
}

th {
	font-family: Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: bold; 
	color: #000000;
}

td {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: #000000;
}

h2 {
	font-size: 16pt;
	font-weight: bold;
}

h3 {
	font-size: 14pt;
	font-weight: bold;
}

h4 {
	font-size: 12pt;
	font-weight: bold;
}

h5 {
	font-size: 10pt;
	font-weight: bold;
}

a {
	text-decoration: none;
}

a:link {
	color: #8888FF;
	text-decoration: none;
}

a:visited {
	color: #2222FF;
	text-decoration: none;
}

a:active {
	color: #2222FF;
	text-decoration: none;
}

a:hover {
	color: #66FF66;
	text-decoration: none;
}

td.header {
	height: 175px;
	color: #ffaacc;
}

td.menu {
	height: 100%;
	width: 200px;
}

td.content {
	height: 100%;
	width: 100%;
}

table.chart{
	width: 90%;
}

th.chart{
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	margin: 5px;
	background-color: #456E9A;
	border: 1px solid #154478;
}

table.search {
	background-color: #C0C0C0;
	width: 240px;
	border: 1px solid #000000;
}

input.button {
	font-family: Arial, Helvetica; 
	font-size: 8pt;
	width: 75px;
}

input.currency {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	text-align: right;
	width: 100px;
}

select.list {
	font-family: Arial, Helvetica; 
	font-size: 10pt;
	width: 200px;
}

.visitors{
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}

.user{
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: #154479;
}

@media print {
	@page {
		size 8.5in 11in;
		margin: 2cm;
	}
	td.header {
		display:none;
	}
	td.menu {
		display: none;
	}
	.print{
		display: none;
	}
}
