/* CSS Document */

p{
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:12px;
	color:#333300;
}

h1 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	color: #333300;
}

h2 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #999900;
}

h3 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color:#666600;
}

h4 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #999900;
}

.firstLetter {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	text-transform: capitalize;
}

li {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
}

.imageRight {
	border:solid 2px #000000;
	float:right;
	margin: 5px 0px 5px 5px;
	
	
}

.imageLeft {
	border:solid 2px #000000;
	float:left;
	margin: 5px 5px 5px 0px;
}

.imageCaption{
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:10px;
	font-weight:bold;
	font-style:italic;
}

