/* CSS Document */

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: lighter;
	}
h1.c1{
	color: #000000;
	}
h1.c2 {
	color: #FFFFFF;
	}
h2.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: right;
}
h2.projectTitle {
	font-family: "Courier New", Courier, mono;
	font-size: 12pt;
	font-style: normal;
	font-weight: bolder;
	background-color: #FFFFFF;
	text-align: right;
	letter-spacing: 4px;
}
.dropcapWhite {
	width: 1em;
	height: 1em;
	float: left;
	text-align: center;
	font-size: 20pt;
	color:#FFFFFF;
	font-style:normal;
	font-family: Arial, Helvetica, Monaco;
}.dropcapBlack {
	width: 1em;
	height: 1em;
	float: left;
	text-align: center;
	font-size: 20pt;
	color:#000000;
	font-style:normal;
	font-family: Arial, Helvetica, Monaco;
}
.captionpic {
	font-family: Arial, Helvetica, Monaco;
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	background-color: #FFFFFF;
	text-align: right;
	letter-spacing: 4px;
}

