<style>
<!--
body         { font-family: arial; font-size: 9pt; color: #666666}
thead        { font-family: Tahoma; font-size: 11pt; font-weight: bold; background-color: #BFD5D5}
th	{font-family: Tahoma; font-size: 10pt; font-weight: bold; text-align="left"}
tbody        { font-family: Tahoma; font-size: 10pt }
select       { font-family: Tahoma; font-size: 8pt; background-color: #F7F7F7; font-weight: 
               bold; border: 1 solid #800000 }
input        { font-family: Tahoma; font-size: 8pt; font-weight: bold; background-color: 
               #F7F7F7; border: 1 solid #800000 }
textarea        { font-family: Tahoma; font-size: 8pt; font-weight: bold; background-color: 
               #F7F7F7; border: 1 solid #800000 }
button        { font-family: Tahoma; font-size: 8pt; font-weight: normal; background-color: 
               #F7F7F7; border: 1 solid #800000 }


tr.odd	{background-color:#f7f7f7}
tr.even	{background-color:#efefef}
tr.marked	{background-color:orange}

/* hovered table rows */
table tr.odd:hover,
table tr.even:hover,
table tr.odd:hover th,
table tr.even:hover th,
table tr.hover th,
table tr.hover {
    background-color: blue;
}

.paging	{
	font-family: Tahoma; 
	font-size: 9pt; 
	font-weight: bold; 
	background-color: #ebebeb
}

.formTitle {
	font-family: Tahoma; 
	font-size: 10pt; 
	font-weight: bold; 
	background-color: #669999; 
	color: #f7f7f7;
	text-align: center;
	padding-bottom: 5px;
}

.photoTitle {
	font-family: Tahoma; 
	font-size: 8pt; 
	font-weight: bold; 
	background-color: #669999; 
	color: #f7f7f7;
	text-align: center;
	padding-bottom: 5px;
}

.formFooter {
	font-family: Tahoma; 
	font-size: 10pt; 
	font-weight: bold; 
	background-color: #669999; 
	color: #f7f7f7;
	text-align: left;
	padding-bottom: 5px;
}

.table1 {
	border: 1pt solid #669999;
	background-color: #EBEBEB;
}

.table2{
	border: 1pt solid #669999;
	background-color: #cbcbcb;
}

.table2 tbody {
	border: 1pt solid #669999;
	background-color: #cbcbcb;
	font-size: 7pt;
}

.adminLink a, active, visited {
	font-family: Tahoma; 
	font-size: 7pt; 
	font-weight: bold;  
	color: navy;
	text-align: center;
	text-decoration: none;
}

.adminLink a:hover {
	font-family: Tahoma; 
	font-size: 7pt; 
	font-weight: bold;  
	color: orange;
	text-align: center;
	text-decoration: underline;
}


.cat {
	font-family: Tahoma; 
	font-size: 10pt; 
	background-color: #DDDDDD;
	border-bottom: 2pt solid #CCCCCC;
}

.subcat {
	font-family: Tahoma; 
	font-size: 9pt; 
	background-color: #EEEEEE;
}

.cat-sep {
	height: 10px;
}

a, active, visited {
	font-family: arial; 
	font-size: 9pt; 
	font-weight: bold;  
	color: #a27441;
	text-align: center;
	text-decoration: none;
}

a:hover {
	color: navy;
	text-decoration: underline;
}

.section  a, active, visited{
	font-family: arial; 
	font-size: 8pt; 
	padding: 5px;
	border-left: 2px solid #cccccc;
}

.section a:hover {
	text-decoration: none;
	border-left: 2px solid navy;
}

.nav2  a, active, visited{
	font-family: arial; 
	font-size: 8pt; 
	color: #c7b299;
	font-weight: bold;
}

.nav2 a:hover {
	text-decoration: none;
}
-->
</style>