H1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}

H2 {
	color: #1275a7;
	font-size: 1.5em;
	text-align: left;
	/* some air around the text */
	padding-left: 0.5em;
	padding-bottom: 1px;
	/* set borders around header */
	border-bottom: 1px solid #ff6600;
	border-left: 1.1em solid #ff6600;
	line-height: 1.5em;
	/* and some air under the border */
        margin: 0 0 0.5em 0;
	background-color: #FFFFFF;
}
H3 {
 color: #1275a7; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}

p {
   font-size: 10pt;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.4em;
   padding: 0;
}

.smallprint {
	font-size: 8pt;
}
.squashedprint {
	margin-top: 0px;
	margin-bottom: 0px;
}
.newsdate {
	font-size: small;
	font-weight: bold;
	text-align: right;
}
.schedualbox {

	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.4em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.schedualinfo {

	height: 20px;
	background-color: #63BFCF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	margin: 2px;
	padding: 2px;
	line-height: 1.4em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.schedualkey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
	line-height: 1.4em;
}
td {
	font-size: 12pt;
	margin: 1px;
	padding: 1px;
}

th {
	font-size: 12pt;
	font-weight: bold;
	background-color: #CCCCCC;
	text-align: center;
	margin: 1px;
	padding: 1px;
}

li {
}

a {
color: #1275a7; 
}
.funderline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.smoothtextarea {
	width: 350px;
	height: 40px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
}

.bluetablehead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #00CCFF;
	padding: 2px;
	border: 1px solid #999999;
	background: #eee;
	font-size: 90%;
	font-weight: bold;
}

.bluetabletd {
	color: #333;
	text-align: left;
	margin: 0px;
	background-color: #EAFBFF;
	padding: 4px;
	border: 1px solid #999999;
}

.bluetabletd a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}