body {	font-family: 'veranda', 'serif', 'abadi mt condensed'; 
	background-color: #f6d37d;
	color: #996633;
	}

H1   {	font-family: 'abadi mt condensed';
	font-size: 24pt; 
	color: #cc3300;
	font-weight: bold;
	text-align: center;
	}

ffffcc

H2   {	font-family: 'abadi mt condensed';
	font-size: 20pt; 
	color: #cc3333;
	font-weight: bold;
	text-align: center;
	}

P.naving  {
font-family: 'abadi mt condensed';
font-size: 13pt;
text-align: center;
}

P.contact  {
font-family: 'abadi mt condensed';
font-size: 12pt; 
text-align: center;
}

p.style1 {
	font-size: 24px;
	font-family: "Abadi MT Condensed";
	text-align: center;
}

p.style2 {
	font-size: 14px;
	font-family: "Abadi MT Condensed";
	text-align: justify;
}

P.credit2  {
font-family: 'abadi mt condensed';
font-size: 14pt; 
font-style: italic;
tet-align: left;
color: #ff99cc;
}

P.credit  {
font-family: 'abadi mt condensed';
font-size: 8pt; 
font-style: italic;
tet-align: left;
color: #ff99cc;
}

P.main  {
font-family: 'abadi mt condensed';
font-size: 12.5pt; 
text-align: left;
}

P.mainform  {
font-family: 'abadi mt condensed';
font-size: 12pt; 
text-align: left;
}

P.tiphead  {
font-family: 'abadi mt condensed';
font-size: 13pt; 
font-weight: bold;
text-align: left;
}

P.tiphead2  {
font-family: 'abadi mt condensed';
font-size: 13pt; 
font-weight: bold;
text-align: left;
margin-bottom: 3px;
}

P.tabhead  {
font-family: 'abadi mt condensed';
font-size: 13pt; 
font-weight: bold;
text-align: center;
}

P.tipbody  {
font-family: 'abadi mt condensed';
font-size: 13pt; 
text-align: left;
}

P.maincen  {
font-family: 'abadi mt condensed';
font-size: 14pt; 
text-align: center;
}

P.right  {
font-family: 'abadi mt condensed';
font-size: 14pt; 
text-align: right;
}


P.maincen2  {
font-family: 'abadi mt condensed';
font-size: 12pt; 
text-align: center;
}

td.tab  {font-size: 10pt; font-weight: bold;}

/* links */

a {
color: #e94242; 
text-decoration: none;
font-weight: bold;
  }

a:hover {
color: #ff99ff;
text-decoration: underline;
}
	
a:visited {
color: #e94242;
text-decoration: none;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 5em;
}
	
#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.95em;
	margin-bottom : -1px;
	width: 5em;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 4.95em;
	margin-top : -2em;
}
	
#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}
	
#nav li a {
	width: 4em;
	display : block;
	color : #267373;
	font-weight : bold;
	text-decoration : underline;
	font-size: 13pt;
	background-color : #f6d37d;
	padding : 0 0.5em;
}
	
#nav li a:hover {
	color : #ff99ff;
	background-color : #857185;
}


#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover
ul ul ul {
		left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover 
ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under
hovered list items */
		left: auto;
}
	

#content    {
	margin-left : 3em;
}
