.hidden { display: none; }

.unhidden {
	display: table-row;
}
.photoborder {
	border-color: Navy;
	border-width: 5px;
	border-style: double;
}
.quote{
	font-style: italic;
}
.tableborder{
	border-color: #333366;
	border-width: 1px;
	border-style: solid;
}
.colhead{
	background-color: #333366;
	color: #eeeeee;
	font-weight: bold;
	text-align: center;
}
.intro {
	background : #E1F0F0;	
}
a{
	text-decoration: none;
	color: #990000;
	font-style: italic;
}
a:hover {
	color: #005959;
	text-decoration: none;
	font-style: italic;
}
BODY{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
 	font-size : 10pt; 

}
TD {
	 font-size : 10pt;
}
B {
	color : #333366;
}
p {
	font-size : 10pt;
}
HR {
	height: 1px;
	color: #aaaaaa;
	border: solid;
	width: 100%;
}
EM {
	color : #A52A2A;
}
PRE {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

li {
	list-style-type: square;
}

ul {
	
}
table {
	border-spacing" 0px;
}

