body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000077
	background-color: white;
	background-image: url('images/bkgdTlaGrid.gif');
	background-repeat: repeat;
	}

td { 
	font-size: 12px; 
	}

.hugeText {
	font-size: 36px; 
	font-weight: bold;
	font-variant: small-caps;
	}

.bigText {
	font-size: 20px; 
	font-weight: bold;
	}

.navBar { 
	font-size: 18px; 
	color: #000077; 
	text-decoration: none; 
	font-weight: bold; 
	padding: 2px 5px 2px 5px;
	}

.indent { 
	padding: 0px 0px 0px 10px; 
	}

.divider {  
	border-right: 3px dotted #666666; 
	}

p.bodyText:first-letter {
	font-size: 125%;
	}

.bodyText {
	background-color: #fff;
	color: black;
	font-size: 12px;
	padding: 5px 5px 5px 10px;
	}

/* --------------------------------- Form ---------------------------------- */

input { 
	border: 1px solid black 
	}

/* --------------------------------- Links --------------------------------- */

a.nav:link { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #000077; 
	text-decoration: none; 
	font-weight: bold;
	text-align: center;
	}

a.nav:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #000077; 
	text-decoration: none; 
	font-weight: bold;
	text-align: center;
	}

a.nav:hover { 
	color: #0000ff; 
	font-weight: bolder;
	}
