	<style>
		Body.main {
			margin-left : 0px;
			margin-top : 0px;
		}
				
		A {
			font-family  : Tahoma, Helvetica, Arial;
			font-size : small;
			text-decoration : none;
			color : red;
		}
		
		A:employ {
			font-family  : Tahoma, Helvetica, Arial;
			font-size : xx-small;
			text-decoration : none;
			color : red;
			font-weight: bold;
		}
		
		A.nav {
			font-family : Times New Roman, Times, serif;
			font-size : medium;
			color : White;
		}

		A.leftnav {
			color : Yellow;
			text-decoration : none;
			font-size : xx-small;

		}

		A:HOVER.leftnav {
			color : White;
		}

		TD.default {
			font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size : xx-small;
			font-weight : bold;
		}

		TD.leftnav {
			font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size : x-small;
			font-weight : bold;
			color : yellow;
		}

		Font.titlehead {
			font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
			color : Maroon;
			font-size : medium;
			font-weight : bold;
		}

		Font.boxtext {
			font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
			color : black;
			font-size: x-small;
		}
		
				
		Font.header {
			font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
			color : Maroon;
			font-size: large;
			font-weight: bold;
		}
		
				
		TD.title {
			font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size : large;
			color : D11A12;
			font-weight : bold;
		}
		
		A:HOVER {
			color : Black;
		}
</style>