/* links style */

a:link {  
	font-family: Gill Sans, Arial, Helvetica, sans-serif; color: #000066; text-decoration: none; font-weight: bold;
}

a:hover { 
	background: #E0E064;  font-family: Gill Sans, Arial, Helvetica, sans-serif; color: #CC0000; text-decoration: none; font-weight: bold;
}

a:visited {  
	font-family: Gill Sans, Arial, Helvetica, sans-serif; color: #006699; text-decoration: none; font-weight: bold;
}

/* pjm code */
a:hover.img {
	background: transparent;
}
/* end of pjm code */
/* end of links style */

/* text styles */
h1 {  
	font-family: Verdana, Arial, Helvetica, sans-serif; color: #006633; text-decoration: none
}

h2 {  
	font-family: Verdana, Arial, Helvetica, sans-serif; color: #006633; text-decoration: none
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif; color: #006633; text-decoration: none
}

h4 {  
	font-family: Gill Sans, Arial, Helvetica, sans-serif; color: #006633; text-decoration: none
}

h5 {  
	font-family: Gill Sans, Arial, Helvetica, sans-serif; color: #006633; font-size: 9pt; text-decoration: underline
}

p {  
	font-family: Gill Sans, Arial, Helvetica, sans-serif; color: #006633; font-size: smaller
}

li {  
	font-family: Gill Sans, Arial, Helvetica, sans-serif; color: #006633; font-size: smaller
}

#ul  { 
	text-decoration: underline
}

#b  { 
	text-decoration: bold
}

.highlight {
	font-weight: bold; background: #999999
}
/* end of text styles */

/* text box style */
.box {
	border-right: #E0E064 2px solid; border-bottom: #E0E064 1px solid; border-top: #E0E064 1px solid;  border-left: #E0E064 1px solid; 
padding-right: 20px; padding-left: 20px;  padding-top: 10px; padding-bottom: 10px; background: #cccccc
}

.in {
	 text-indent: -1em
}

.indent {
	padding-left: 20px
}

body {
	background-color: #FFFFFF;
}

.textbody {
	padding-right: 10px; padding-left: 24px;  padding-bottom: 5px; padding-top: 20px; 
}
/* end of text box style */		


