/* CSS Document */

body {
    color: #333333;
}
p {
    color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
    text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 170%;
	font-weight: bold;
	color: #333333;
}
h2 {
    text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 110%;
	font-style: italic;
}
ul.white {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 110%;
}
ul.gray {
    font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	font-weight: bold;
	font-size: 110%;
	font-style: italic;
}
.alignLeft {
    text-align: left;
}
.blue {
	color: #003366;
}
.white {
    color: #FFFFFF;
}
.smallText {
    font-size: 90%;
}

