@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#666666;
}

a {
	color:#ff9900;
}

a:hover {
	color:green;
}

.LargerText {
	font-size:140%;
}

.LargestText {
	font-size:170%;
}

.SmallerText {
	font-size:90%;
}

.SmallestText {
	font-size:60%;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:white;
	font-size:1.8em;
	margin:0px;
	font-weight:normal;
}

h2 {
	color:#008700;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:130%;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

	

.IntroText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:150%;
	color:black;
}

.OrangeText {
	color:#ff9900;
}

.BlackText {
	color:black;
}

.GreenText {
	color:#008700;
}

.WhiteText {
	color:white;
}

.Georgia {
	font-family:Georgia, "Times New Roman", Times, serif;
}