/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:bold;
	color:#333333;
	text-align: left;
}
.Color0 {
	color:#333333;
}
.Color1 {
	color: #FFFFCC;
}
.Color2 {
	color: #CC0000;
}
.Color3 {
	color:#FF9900;	
}	
.NavStyle1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
}
.NavStyle2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}
#Nav1 a {
	text-decoration: none;
	color:#FFFFCC 
}
#Nav1 a:visited {
	text-decoration:underline;
	color:#FFFFCC;
}
#Nav2 a {
	text-decoration: none;
	color:#FF9900; 
}
#Nav2 a:visited {
	text-decoration:underline;
	color:#FF9900;
}
#Nav3 a {
	text-decoration:none;
	color:#FF9900;
}
#Nav3 a:visited {
	text-decoration:underline;
	color: #FF9900;
}
#Content a {
	text-decoration:none;
	color: #CC0000;
}
.Centered_Text {
	font-size: large;
	text-align: center;
}
.Centered_Text_Med {
	font-size: medium;
	text-align: center;
}
.Centered_Text_Sm {
	font-size: small;
	text-align: center;
}
.Centered_Text_xSm {
	font-size: x-small;
	text-align: center;
}
.Centered_Text_xxSm {
	font-size:xx-small;
	text-align: center;
}
.Left_Text_Lg {
	font-size: large;
	text-align: left;
}
.Left_Text_Med {
	font-size: medium;
	text-align: left;
}
.Left_Text_Sm {
	font-size: small;
	text-align: left;
}
.Left_Text_xSm {
	font-size:x-small;
	text-align:left;
}
.Left_Text_xxSm {
	font-size:xx-small;
	text-align:left;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:xx-large;
	font-weight:bold;
	color: #CC0000;
	text-align: center;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-large;
	font-weight:bold;
	color: #333333;
	text-align: center;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-large;
	font-weight:bold;
	color: #CC0000;
	text-align: center;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:large;
	font-weight:bold;
	color: #FF9900;
	text-align: center;
}
