/* CSS Document */
td.exam2
     {
	 font-family: Arial, Helvetica, sans-serif;
	 color: #000000;
	 font-size: 80%;
	 font-weight: bold;
	 text-decoration: none;
	 }
	 
a.exam2
     {
	 font-family: Arial, Helvetica, sans-serif;
	 color: #000000;
	 font-size: 100%;
	 font-weight: bold;
	 text-decoration: none;
	 }

a.exam2:hover
     {
	 font-family: Arial, Helvetica, sans-serif;
	 color: #000000;
	 font-size: 100%;
	 font-weight: bold;
	 text-decoration: underline;
	 }
	 
td.exam3
     {
	 border-bottom-color: #000000;
	 border-bottom-style: solid;
	 border-bottom-width: thick;
	 border-left-color: #000000;
	 border-left-style: solid;
	 border-right-width: thick;
	 border-right-color: #000000;
	 border-right-style: solid;
	 border-left-width: thick;
	 border-top-color: #000000;
	 border-top-style: solid;
	 border-top-width: thick;
	 }
	 
a.exam3
     {
	 font-family: Arial, Helvetica, sans-serif;
	 color: #000000;
	 font-size: 80%;
	 font-weight: bold;
	 text-decoration: none;
	 }

a.exam3:hover
     {
	 font-family: Arial, Helvetica, sans-serif;
	 color: #000000;
	 font-size: 80%;
	 font-weight: bold;
	 text-decoration: underline;
	 }	 
	 
a.exam4
     {
	 font-family: Arial, Helvetica, sans-serif;
	 color: #ffffff;
	 font-size: 80%;
	 font-weight: bold;
	 text-decoration: none;
	 }

a.exam4:hover
     {
	 font-family: Arial, Helvetica, sans-serif;
	 color: #ffffff;
	 font-size: 80%;
	 font-weight: bold;
	 text-decoration: underline;
	 }	 	 