@import url('calendar.css');
@import url('sections.css');

html {
  height: 100%;
  border: none;
}

body {
  font-family: 'Trebuchet MS', 'URW Gothic L', 'Cursive', 'Sans-Serif';
  height: 100%;
  border: none;
  font-family: 'Trebuchet MS', 'Verdana', 'Helvetica', 'sans-serif';
  font-size: 12pt;
}

p {
	font-size: 10pt;
}                                                    

*.stamp {
	font-size: x-small;
	font-weight: bold;
}

*.headline {
	font-size: 10pt;
	font-weight: bold;
}

*.comment {
	font-weight: bold;
	color: #3399FF;
}

*.subtitle {
	font-weight: bold;
	color: #3399FF;
}

*.footnote {
	font-size: xx-small;
	font-style: italic;
	color: #3399FF;
	margin: .2em;
	text-align: right;
}

table {
	border: none;
}

td {
	vertical-align: top;
	padding: 4px;
	border: 1px dashed none;
}

td.section {
	padding: 0px;
}

td.article {
	border: 1px solid #E0E0FF;
}

td.message {
	border: 1px solid #E0E0FF;
}

td.sidebar {
	border: 1px solid #E0E0FF;
	text-align: center;
}

td.separator {
  font-size: 13pt;
  padding: 0px;
  height: 10px;
  border-style: solid;
  border-color: #cae2ee;
  border-width: 0px;
  text-align: center;
}

a {
	color: skyblue;
	text-decoration: none;
}

a img {
	color: none;
	background: none;
	border: none;
}

a:hover {
	text-decoration: underline;
}