 
 
 
BODY  
	{ 
          font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 10pt; 
	  
	}
TD, P 
	{ 
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 10pt; 
	}

a:link {
 color:#FF9900;
 background:transparent;
 }

 a:visited {
 color:#FF9900;
 background:transparent;
 }

 a:active {
 color:#FFFFFF;
 background:transparent;
 }
 
 
.title                          /* album titles on main page */
	{ 
	  font-size: 14px; 
	  font-weight: bold; 
	}
.desc                           /* album descriptions on main page */
	{ 
	  font-size: 12px; 
	}
.caption                        /* photo captions on all pages */
	{ 
	  font-size: 10px; 
	}
.error                          /* all error text */
	{ 
	  color: red; 
	  font-size: 12px; 
	}

.headbox			/* box around the page headers */
	{
	}

.head                           /* page headers */
	{ 
	  font-size: 16px; 
	  font-weight: bold; 
	}
.bread                          /* used in breadcrumb bars */
	{ 
	  font-size: 10px; 
	}
.nav                            /* used in navigation bars */
	{ 
	  font-size: 12px; 
	}
.admin                          /* used in admin bars */
	{ 
	  font-size: 10px; 
	  font-weight: bold; 
	}
.fineprint                      /* used for fine print */
	{ 
	  font-size: 10px; 
	}
.popuphead
	{
	  font-size: 16px;
	  font-weight: bold
	}
.popup
	{
	  font-size: 12px;
	}
.editlink			/* Used for the [edit] tags */
	{
	  font-size: 10px;
	}
.homepagehead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

img { behavior: url(iepngfix.htc); }

/* added by JCA on 11/06/08 for footer */
#footer {
	width:990px;
	margin: 0 auto;
	background-color:#336699;
	text-align:center;
	line-height:20px;
	color:#FFFFFF;
	padding:10px 0 35px 0;
	clear:both;
}
a.footer,
a.footer:link,
a.footer:active,
a.footer:visited {
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
}
#footer_tools {
	padding-top:7px;
	padding-bottom:7px;
	border-top:#FFFFFF dotted 1px;
}
#footer_links {
	padding-top:7px;
	border-top:#FFFFFF dotted 1px;
}