a.navbar:link {color: white; text-decoration: none; }
a.navbar:visited {color: white; text-decoration: none; }
a.navbar:active {color: white; text-decoration: underline; }
a.navbar:hover {color: white; text-decoration: underline; }
a.navbarb:link {color: black; text-decoration: none; }
a.navbarb:visited {color: black; text-decoration: none; }
a.navbarb:active {color: black; text-decoration: underline; }
a.navbarb:hover {color: black; text-decoration: underline; }
a.noelink {color: #D41C3B;}

.printme { display:none; }
body { margin: auto; padding: 0; border-spacing:0;}
.main { margin: auto; width: 1000px; }
td.left {width: 50px}
td.center {width: 950px}
td.right {width: 0px}

h1 {
	font-size: 120%;
}
h2 {
	font-size: 110%;
}
td.navbar {font-color: white}

p.navbar {font-color: white}
p {
	font-size: 100%;
}


td {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

ul {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type:circle;
}
ol {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
textarea {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}



