/* CSS Document */

p {
		font: 10pt "Trebuchet MS", "ITC Officina Sans Book", "Lucida Grande", sans-serif;
		color: 333333;
}

p.bold {
		font-weight:bold
}

a {
		font: 10pt "Trebuchet MS", "ITC Officina Sans Book", "Lucida Grande", sans-serif;
}

h1 { 
		font: bold italic 24pt "Times New Roman", Times, serif;
		color: 000000;
		text-align:center;
		text-decoration:underline;
		margin: .2em
}

h2 {
		font: bold 14pt "Trebuchet MS", "ITC Officina Sans Book", "Lucida Grande", sans-serif;
		color: cc6633;
		margin:0px; 
}

h3 {
		font: bold 12pt "Trebuchet MS", "ITC Officina Sans Book", "Lucida Grande", sans-serif;
		color: 333333;
		margin:0px;
		text-indent:1em;
}

h4 {
		font: bold 10pt "Trebuchet MS", "ITC Officina Sans Book", "Lucida Grande", sans-serif;
		color: 333333;
		margin:0px;
		margin-left: 2em;
}
