/***** general styles ****/
body {
	margin: 40px;
}
#wrapper {
	width: 100%;
}

#content, #mainContent, #containerNews, #content_top {
	width: auto;
	color: black;
	padding: 0px;
	margin: 0px;
	display: inline;
}
#header, #footer {
	display: none;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
h1 {
	font-size: 16px;
	line-height: 18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: black;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: black;
	margin-bottom: 0px;
}
a:link, a:visited, a:active, a:hover {
	color: #006699;
	text-decoration: underline;
}
ul{
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
ul ul{
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
ul ul ul{
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}


/****** special case styles ******/
td p {
	font-size: 12px;
	text-indent: 40px;
	line-height: 16px;
}
.table_ul {
	font-size: 10px;
	line-height: 14px;
}
#printFooter {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	font-size: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
}
#printFooter a:link, #printFooter a:visited, #printFooter a:active, #printFooter a:hover {
	color: #333333;
	text-decoration: underline;
}

/** print css **/

.dontprinttext {
	display: none;
}
.printtext {
	display: block;
	text-align: center;
}
.printLogo {
	display: block;
	text-align: left;
}

