
html>body {
	margin-left:0;
	margin-right: 0;
	text-align: -moz-center;
	/*If I want to have the webpage centered in IE and FF then I need to enable the text-align center attribute and give the wrapper attribute a px width and no margin. Then the page will center perfectly and the actual text will align left because the wrapper attr is overriding the body attr for that.*/
}	 

/*This body tag is for IE*/
body {
	margin-left:0;
	margin-right: 0;
	text-align: center;
}	
#wrapper {
	position: relative;
	width: 800px;
	text-align: left;
	vertical-align: top;
	/*margin-left: 10%;*/
}
p {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; line-height: 12pt}
td { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; line-height: 12pt}
li { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; line-height: 12pt}
a:hover { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; line-height: 12pt; color: #CC0066; font-weight: bold; text-decoration: underline}
a { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; line-height: 12pt; color: #339900; font-weight: bold; text-decoration: none}
blockquote { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; line-height: 12pt }
b { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; line-height: 12pt }

.navlink {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; line-height: 12pt;  color: #FFFFFF; text-decoration: none}
a.navlink:hover { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; line-height: 12pt;color: #FFCC00; text-decoration: underline}
a.navlink { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; line-height: 12pt; color: #FFFFFF; text-decoration: none}
.copy  { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; line-height: 12pt; color: #FFFFFF; text-decoration: none}
.blue {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; line-height: 12pt;  color: #0099CC; text-decoration: none}
a.blue:hover { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; line-height: 12pt;color: #0099CC; text-decoration: underline}
a.blue { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; line-height: 12pt; color: #0099CC; text-decoration: none}
