
/* css print revision 1 June 11 2003 */

/* layout */

.ahem {
	display: none;
}
body {
	font-size: 12pt;
	color: #000;
	background-color: #FFF;
	background-image: none;
}
#mast {
	display: none;
}
#menu {
	display: none;
}
#content {
	margin-bottom: 2em;
	text-align: left;
}
#footer {
	display: none;
}
#spacer {
	clear: both;
}

/* toplinks */

div#toplinks {
	display: none;
}


/* elements */

img {
	border: 0;
}
caption {
	font: 16pt sans-serif;
	font-weight: bold;
	padding-bottom: 1em;
}
th,td {
	vertical-align: top;
}

ul.none {
	list-style: none;
	margin-left: 0!important;
}
ul.inline {
	list-style: none;
	margin-left: 0!important;
}
ul.inline li {
	display: inline;
}

/* a tags */

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

/* custom */

.attention {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #FF9900;
}

.small {
	font-size: 9pt;
}

div.box {
	float: left;
	width: 35%;
	margin: 2%;
	padding: 2%;
	border: 2px solid #000;
	color: #000;
	background-color: #F9F9F9;
	text-align: center;
}
