
body
{
	font-family: Arial; font-size: small;
	background-color: #FFF;
}

h1           { color: #060; font-family: Arial; font-size: 18pt; font-style:italic; padding-left: 4px; }
h2           { color: #060; font-family: Arial; font-size: 14pt; font-style: italic; padding-left: 4px; }
h3           { color: #060; font-family: Arial; font-size: 11pt; font-style: italic; padding-left: 4px; }

p {
	padding-left: 4px;
}


/* link styles below for body area*/
a:visited { 
	color: #060; 
	text-decoration: underline;
}

a:link { 
	color:  #FFFF33; 
	text-decoration: underline;
} 

a:active { 
	color: #060; 
	text-decoration: underline;
} 

a:hover { 
	color: #FF9; 
	
}

.menu {
	font-size: 1.0em;
	font-weight: bold;
	color: #FFF;
	
}
/* link styles below for menu area*/
.menu a:visited { 
	color: #FFF; 
	text-decoration: none;
	background-color: #006600;
}

.menu a:link { 
	color: #FFF; 
	text-decoration: none;
		background-color: #006600;
} 

.menu a:active { 
	color: #FFFF99; 
	text-decoration: none;
		background-color: #006600;
} 

.menu a:hover { 
	color: #FFFF99; 
		background-color: #006600;
}

.banner {
	border-top: 1px solid #060;
	border-left: 1px solid #060;
	border-right: 1px solid #060;
}
.txtQuote {
	font-size: 0.8em;
	font-style: italic;
}
