@media print {
* {
	background-color: transparent;
	border: 0px solid #999;
	color: #333;
	font-size: 12pt; font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}
body {
	background: silver;
	text-align: center;
}

/* ########## Blocks, id and class ########## */

#Canvas {background-color: #fff;}
#Main_Body {text-align: left;}
#Paint {
	padding: 10px;
	padding-top: 0px;
	vertical-align:top;
	text-align: center;
}
#Header {
	border-bottom: 1px solid #666;
	font-size: 10pt;
	text-align: left;
	vertical-align: top;
}
/* #Search {position: absolute; top: 0px; left: 0px;} */
#Logo {display: none !important;}
#Title {text-indent: 30px;}
#Banner {display: none !important;}
#Banner img {padding-top: 20px;}
/* #SITELINKS {position: relative; text-align: center;} */
#MainMenuLinks {display: none !important;}
/* #top {height:1px;width:1px;display: none;} */
#toggleMenu {display: none;}
#Menus {display: none !important;}
#Menus  input.textbox {width: 43%;}
#Footer {display: none !important;}
.MenuBlock {
	padding: 10px;
	border-right: 0px dotted #999;
	border-bottom: 1px dotted #999;
	text-align: left;
}
.MenuBlock h1 {text-indent: 0px; font-size: 16pt; padding-bottom:10px;}
.ContentBlock {
	border-bottom: 1px dotted #999;
	text-align: left;
}
.ContentBlock p {padding: 10px;}
.ContentBlock > * {
	padding: 0px;
	border-bottom: 0px dotted #999;
	text-align: left;
}
.ContentBlock * a {
	border-bottom: 1px dotted #FF0000;
	text-align: left;
}
.ContentBlock * a:hover {text-decoration:none;}
.ContentBlock * a img {border: 0px;}

.displayNone {display: none;height:0px;width:0px;}
.printNone {display: none !important;}
.title {position: absolute; top: 60px; font-size: 16pt; text-indent: 30px;}
.title:first-letter {font-size: 20pt; text-indent:30px; font-weight: bold;}
.customMenu {text-indent: 0px; }
.batdingbat {text-indent: 0px; text-align: center; font-family: serif; font-weight: 100;}
.batdingbat:first-letter {text-indent: 0px; text-align: center; font-family: serif; font-weight: 100;}
a.dingbat {text-align: center;}
.dingbat {text-indent: 0px; text-align: center; font-family: serif; font-weight: 100;}
.dingbat:first-letter {text-indent: 0px; text-align: center; font-family: serif; font-weight: 100;}

/* ########## Elements ########## */

img {}
a img {border: 0px;}
a {text-decoration: none;}
a:after {  /* Prints the links' URIs after the links' texts. Doesn't work in MSIE */
  content: "<" attr(href) ">";
  padding-left: 1ex;
}
a:link {}
a:visited {}
a:hover {color: #000; text-decoration:underline;}
abbr:after, acronym:after {
	content:" [" attr(title) "] ";
	font-variant:small-caps;
}
h1 a:hover {text-indent: 30px; font-size: 16pt; padding-bottom:10px;}
h1 a:first-letter {color: #333; font-size: 20pt; font-weight: bold;}
p a:hover {text-indent: 30px;}
p a:first-letter {font-size: 16pt; font-weight: bold;}

p {text-indent: 30px;}
p:first-letter {font-size: 16pt; font-weight: bold;}
h1 {text-indent: 30px; font-size: 16pt;}
h1:first-letter {font-size: 20pt; font-weight: bold;}
h2 {text-indent: 30px; font-size: 16pt;}
h2:first-letter {font-size: 20pt; font-weight: bold;}
h3 {text-indent: 30px; font-size: 16pt;}
h3:first-letter {font-size: 20pt; font-weight: bold;}
h4 {text-indent: 30px; font-size: 16pt;}
h4:first-letter {font-size: 20pt; font-weight: bold;}
h5 {text-indent: 30px; font-size: 16pt;}
h5:first-letter {font-size: 20pt; font-weight: bold;}
h6 {text-indent: 30px; font-size: 16pt;}
h6:first-letter {font-size: 20pt; font-weight: bold;}
strong {text-indent: 30px; font-size: 16pt; padding-bottom:10px;}
strong:first-letter {font-size: 20pt; font-weight: bold;}

ul {
	list-style-type: none;
	/* text-transform: lowercase; not for production */
	text-indent: 30px;
}

textarea.textbox {display: none !important;}
textarea.textbox:hover {display: none !important;}
input.textbox {display: none !important;}
input.textbox:hover {display: none !important;}
input.button {display: none !important;}
input.button:hover {display: none !important;}

/* ########## Inclusion of core ########## */

#Clock {text-align:right;}
#dataform {display: none !important;}

} /* EOF */
