@font-face { font-family:arial; src:url (fonts/arial.ttf); format(TrueType);}

body 	{	background-color:#FFFFCC;
		font-family:arial;
		font-size:24pt;
		text-align:center;
		scrollbar-base-color:#FFCC99;
  		scrollbar-3dlight-color:#FFCC33;
  		scrollbar-arrow-color:#000000;
  		scrollbar-darkshadow-color:#000000;
  		scrollbar-face-color:#FFCC66;
  		scrollbar-highlight-color:#FFCC33;
  		scrollbar-shadow-color:#000000;
  		scrollbar-track-color:#FFCC33;
		}
body.nav {     	background-color:#FFFFCC;
		margin-top:2px;
		margin-left:2px;
		margin-bottom:2px;
		margin-right:2px}

	a:link { text-decoration:none; font-weight:bold; color:black; }
	a:visited { text-decoration:none; font-weight:bold; black; }
	a:hover { text-decoration:none; font-weight:bold; background-color:yellow; }
	a:active { text-decoration:none; font-weight:bold; color:blue; }

div.text {	padding:5px;
		font-size:12pt;
		line-height: 14pt}

table.main   {	background-color:white;
		background-image:url(img/backgrnd.jpg);
	    	font-familiy:arial;
	    	text-align:center;
		border-style:solid;
	    	border-width:3px;
		border-color:silver;
		width:980px
		}

table.main td { vertical-align:top;
		}

table.inside {	border-style:solid;
		border-width:1px;
		border-color:#336666;
		border-spacing:0px;
		vertical-align:top;
		font-size:10pt;
		
		}
table.inside thead  { background-color:#336666;
			color:white
			}

  
table.inside tbody {	font-size:10pt
	      		}

table.inside  	a:link { text-decoration:none; font-weight:bold; color:black; }
table.inside    a:visited { text-decoration:none; font-weight:bold; black; }
table.inside 	a:hover { text-decoration:none; font-weight:bold; background-color:yellow; }
table.inside    a:active { text-decoration:none; font-weight:bold; color:blue; }