A:link, A:visited, A:active, A:hover { 
}
A:link  { 
  color: #0000FF;
}
A:visited { 
  color: #0000FF;
}
A:active {
  color: #0000FF;
}
A:HOVER { 
  color: #000000;
}

.onbody {
  color: #000000; 
}
.onbody A:link {
  color: #000000;
}
.onbody A:visited {
  color: #000000;
}
.onbody A:active {
  color: #000000;
}
.onbody A:hover {
  color: #498CD1;
}

BODY,P,TABLE,TD,TR {   
  font-size: 9pt;
  color: #000000;
  font-family: Verdana, Helvetica, sans-serif;
}
BODY {
  background: #FFFFFF;  
}
FORM {
  display: inline;
  margin-bottom: 0;
}

.tableborders {
  background: #B4B4B4;
}

.tddetails {
  background: #FFFFFF;
}

.tdbackground {
  font-size: 9pt;
  color: #000000;
  background: #F4F4F4;
  font-family: Verdana, Helvetica, sans-serif;
}

.tdnothumbs {
  font-size: 9pt;
  color: #000000;
  background: #F4F4F4;
  font-family: Verdana, Helvetica, sans-serif;
}

.menubar{
  background: #498CD1;
  font-size: 8pt;
  color: #FFFFFF;
}
.menubar A:link {
  color: #FFFFFF;
}
.menubar A:visited {
  color: #FFFFFF;
}
.menubar A:active {
  color: #FFFFFF;
}
.menubar A:hover {
  color: #000000;
}


.catcolumn {
  font-size: 8pt;
  background: #F4F4F4;
}

.photocol {
  font-size: 8pt;
  background: #E4E4E4;
}

.commentscol {
  font-size: 8pt;
  background: #F1F1F1;
}

.lastphocol {
  font-size: 8pt;
  background: #F1F1F1;
}

.lastcommcol {
  font-size: 8pt;
  background: #E4E4E4;
}

.small {
  font-size: 8pt;
  font-family: Verdana, Helvetica, sans-serif;
}
.medium {
  font-size: 10pt;
  font-family: Verdana, Helvetica, sans-serif;
}
.large {
  font-size: 12pt;
  font-family: Verdana, Helvetica, sans-serif;
}

.welcome {
  font-family: Verdana, Helvetica, sans-serif;
  color: #FFFFFF;
}

.lighttable {
  background: #F7F7F7;
  color: #000000;
}

.alternatetable {
  background: #DEDEDE;
}

.formboxes{
  font-size: 9pt;
}

blockquote {
   font-size:9pt; border:1px solid #E6E6E6;
   margin:0px 20px; padding:0px 10px
}
blockquote .small {
   background:#E6E6E6;
   margin-left:-10px; padding:1px 2px
}
blockquote hr {
   visibility:hidden;
   height:1px
}
blockquote br {
   font-size:1px
}
/*----------------------------------------------------------------------------------------------------- */
/* PhotoPOST																							*/
/*----------------------------------------------------------------------------------------------------- */
/*  header and menu bar	::	added css for the top logo and menu bar										*/
/*----------------------------------------------------------------------------------------------------- */

div.main
{
	clear:				both;
	width:              960px;
    /*border:             solid 1px #E0E0E0; */ /*use as a guideline to line things up */
    margin-top:         10px;
    margin-left:        auto;
    margin-right:       auto;
}
div.toplogo
{
	clear:				both;
    height: 			290px;
    width: 				620px;
    margin-top:         10px;
    margin-left:        auto;
    margin-right:       auto;
    
}
div.descrip
{
		clear:				both;
		margin-bottom:		20px;
}
div.menubar
{
	clear:				both;
	float:				left;
    height: 			36px;
    width: 				960px;
  	margin:				12px 0px 6px 0px;
	border-bottom:		solid 1px #B3BAC4;
	font-size:			14px;
	font-weight:		bold;
	color:				#325378;
	background:url("../../pix/row_top_menu_top.png") 0 0 no-repeat;
}

ul.menutop
{
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
}

ul.menutop li
{
    display:block;
    padding:0 2px 0 0;
	float:left;
	margin:0 0 0 0;
	background:url("../../pix/top_menu_separator.png") right 1px no-repeat;
}
ul.menutop li a  
{
	border:none;
	text-decoration:none !important;
	display:block;
	float:left;
	padding:0 0 0 0;
}

ul.menutop li a:hover  
{
	border:none;
	display:block; 
	text-decoration:none;
	font-weight:normal;
	color:#D7E0EB;
	background:url("../../pix/top_menu_wrapper_hov.gif") 0 0 repeat-x;
}

ul.menutop li a span 
{
	float:		left;
	display:	block; 
	padding:	11px 0px 11px 0px;
	color:		#325378;
	display:	block; 
	width:		158px; 
	text-align:	center;	
	text-decoration:none !important;
	font-size:	14px;
	font-weight:bold;
}
ul.menutop li a:hover span   
{
	display:	block; 
	color:		#D7E0EB;
}
/*----------------------------------------------------------------------------------------------------- */
/* end menue bar																						*/
/*----------------------------------------------------------------------------------------------------- */




































