body
	{
		background-color:#fff;
		color: #000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 62.5%;
        width: 100%;
	}

/* base font size */

p, blockquote, pre, cite, code, table, li, li, dd, dt, form
	{
		font-size: 10pt;
		line-height: 13pt;
	}
h1,
h2 { font-size: 12pt; line-height: 15pt; }
h3 { font-size: 11pt; line-height: 13pt; }
#col2 h3 { font-size: 10pt; line-height: 13pt; }

a:link,
a:visited,
a:hover,
a:active {color:#ccc;text-decoration:underline;}


@page {
size: auto;
margin: 2cm;
size: portrait;
}

#content {
margin-bottom: 2cm;
}


#col2,
#col3,
#toolbar,
#breadcrumb,
#footer,
#searchbox
 {
  	display:none;
}


.content table {
	border: 1px solid #000;
	border-width: 1px 1px 1px 1px;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1.1em;
}

	.content table caption {
		font-weight: bold;
	}

	.content caption,
	.content th {
		padding: 1px 10px;
		text-align: left;

	}

	.content thead th {
		border-right: 1px solid #000;
		background-color:#0c0b8d;
		color: #fff;
text-align:center;
vertical-align:middle;
	}

	.content td {
		padding: 3px 10px;
		border-right: 1px solid #000;
		text-align: left;
		background-color: #fff;
	}

	.content tr.tr-odd td {
		background-color: #ddd;
	}
