
#biglogo {
			color: navy;
			font-family: "Times New Roman", Times, Serif;
			font-size: 80px;
			font-weight: bold;
			letter-spacing: 4px;
			position: absolute;
			left: 65px;
		}

.bigfirstletter {
					font-size: 120px;
				}
					
#smalllogo {
				font-family: "Times New Roman", Times, Serif;
				font-size: 35px;
				font-weight: bold;
				letter-spacing: 2px;
				position: absolute;
				top: 55px;
				left: 95px;
			}
			
.smallfirstletter {
						font-size: 50px;
					}
					
#toc {	
	font-weight: bold;	
	font-size: 9px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	}
	#toc a:link, #toc a:visited { 		
	color: #ffffff;	
	text-decoration: none;	
	border: 1px solid navy;	
	padding: 4px 8px;	
	min-width: 75px;		
	}
	#toc a:hover { 	
	background-color: #6699CC;
	}
	
#footer {
		font-size: 10px;
		}
	
.hrule {
		border: 3px inset #000099;
		width: 100%;
		height: 8px;
		margin: 10px auto 0 0;
		text-align: left;
		}
		
#tblmain {
			background-image:  url(../images/thinline.jpg);
			background-repeat: repeat-x;
		}