body { background-color: #FFFFFF;
       background-image: url(orangefadeborder.jpg);
			 background-repeat: repeat-y;
			 color: #000000;
       font-family: Georgia, Times New Roman, serif;
			 text-align:center;    
}

.button { border: 3px inset #FF6600;
					padding: 1px 20px;
					color: #FF6600;
					background-color: #003399;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 22px;
					font-weight: bold;
					text-align: center;
					text-decoration: none;
}

a:link { color : #FF6600; }
a:visited { color : #FF6600; }
a:hover { color : #CCCCCC;
					 
}

h1 { color: #FF6600;
	 	 text-align: center;
		 font-family: Impact;
		 font-style: italic;
		 font-size: 50px;
}

h2 { color: #003399;
	 	 text-align: center;
		 font-family: Impact;
		 font-style: italic;
		 font-size: 40px;
}
.copyright { 	font-size: 13px;
					 		font-weight: lighter;
							text-align: center;
}
#content { padding: 1px;
				 	 color: #003399;
					 font-size: 15px;
					 width: 750px;
					 margin-left: auto;
					 margin-right: auto;
					 text-align: left;
	 				 border: 2px #FF6600;
}

#fact { 	 padding: 1px;
				 	 color: #003399;
					 font-size: 18px;
					 font-weight: bold;
					 width: 750px;
					 margin-left: auto;
					 margin-right: auto;
					 text-align: center;
}
#stat_top { letter-spacing: 2px;
				 	  color: #003399;
					  font-size: 20px;
					  font-weight: bold;
					  text-align: center;
						text-decoration: none;
}
table { 
	 text-align: center;
	 margin: auto;
	 padding: 2px;
	 width: 65%;
}
.tablehead { background-color: #FF6600;
					   color: #003399;
						 font-size: 20px;
}
.tablehead2 { background-color: #FF9966;
					   color: #003399;
}
td { font-weight:bold;
}

.submit { border: 0px;
          text-align: right;
}
.myLabel { text-align: left;
				 	 font-size: 13px;
}
