/* CSS Document */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
h1, h2, h3, h4, h5, h6 {
	font-size:1.8em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:1.1em;
	margin:5px 0;
}

h1 {
	margin-top:0px;
	padding: 0px;
	font-size: 14px;
	color: #675A16;
}

h2
{
    font-size: 11pt;
    padding: 0px;
    color: black;
    font-weight: normal;
}

h3 {
	font-size:1.1em;
}

h3.small {
	font-size:1.2em;
}

h4 {
	font-size:1.1em;
}

h5 {
	font-size:1.1em;
}

h6 {
	font-size:1em;
}
.calHeading {
	background-color: #8A9095;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
.GreyTableHeading {
	background-color: #8A9095;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	text-transform: uppercase;
}
