﻿
h1 {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #FFFFFF;
}

h2 {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #2C88C2;
}

ul {
	clip: rect(5px, auto, 5px, auto);
}

li {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: x-small;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
}

p {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size:x-small;
	color: #000000;
	
}

.pageTitle {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: x-large;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #2C88C2;
}

